ILiedAboutCake / OverRustle

This version of the site is abandoned, check Rustla2
https://github.com/ILiedAboutCake/Rustla2
10 stars 7 forks source link

Featured Streams #35

Open hayksaakian opened 9 years ago

hayksaakian commented 9 years ago

we should have a way to

[done] highlight specific streams [] notify people when those streams go live

hayksaakian commented 9 years ago

manual highlighting works with !feature from chat and the /admin/feature endpoint on the api

as of https://github.com/ILiedAboutCake/OverRustle-API/commit/c85c860bd20f149fe5e760bd1d36f87ed94b1c0d

next step is to keep a file(?) of 'featured' streams that are checked periodically and pushed to the feature endpoint when they go live

hayksaakian commented 9 years ago

featured metadata is now stored in redis, and read on getStrims()

i need to glue the old admin code and the new admin pages with some create/read/update/destroy code