You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now feeds is an object with keys blog, wiki, calendar and flickr.
Issues with this:
There is a mix between generic terms (like "wiki") and a service that seems a bit out-of-place ("flickr"). It would be good if the category would be free-form, but we could suggest a list of common keys (similar to OpenStreetMap).
We cannot define multiple feeds of the same type (e.g. two calendar feeds). I'd suggest to change feeds from an object to a list of objects. Every feed object would then have the keys format (e.g. "rss" or "ical"), category (e.g. "wiki" or "radio_show"), description (e.g. "Our regular meetups at the hackerspace") and url.
This is a breaking change, so maybe it shouldn't be included in 0.14 yet.
The text was updated successfully, but these errors were encountered:
Right now
feeds
is an object with keysblog
,wiki
,calendar
andflickr
.Issues with this:
feeds
from an object to a list of objects. Every feed object would then have the keysformat
(e.g. "rss" or "ical"),category
(e.g. "wiki" or "radio_show"),description
(e.g. "Our regular meetups at the hackerspace") andurl
.This is a breaking change, so maybe it shouldn't be included in 0.14 yet.
The text was updated successfully, but these errors were encountered: