Skip to content

TheTyee/wire.thetyee.ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BC Blogs Re-born for 2015

TODO

Tests

  • Break out json_api tests: items, sources, categories, etc.
  • Test for valid output from mojo app
  • Test for valid output from backbone app
  • Test CRUD features of UI

Back end

  • Add categories for sources
  • Output list of items by feed category
  • Output list of items by "hot" (social counts)
  • Fix issue where feed item is updated to a new URL, but when looking for new items its reimported with the old URL (move fix into the item collection script)
  • Add status column to items table, so that items can also be set to deleted (so they are not re-added on the next check/run)
  • Finish routes for /categories
  • Switch to Readability Parser API,

Front end

  • Re-write app.js to use Backbone Layout Manager for items
  • Implement "more" interaction to update collection
  • Migrate to async fetch for templates in development mode
  • Re-write app.js to use Backbone Layout Manager for sources
  • Add route for /categories
  • Add route for /hot
  • Remove the category-header template; do something smarter...
  • UI for new Source, Category
  • /source/:id should use a sub-view for the items
  • dates need to be put in the right timezone!

Dream end

Releases

No releases published

Packages

No packages published