Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 635 Bytes

todos.md

File metadata and controls

29 lines (27 loc) · 635 Bytes

TODOS for V1

DB

  • [] Publications, change query change to function
  • [] Implement auth in publications
boost.publish('/posts', function(req) {
    if (req.user) {
        return Posts.find();
    } else {
        return Boost.error('401', 'Unauthorized');
    }
});
  • [] Adapters extend model functionality to enable setup
  • [] Options for caching

General

  • [] Authentication
  • [] Error Handler
  • [] SSL Generation
  • [] Logging
  • [] Metrics
  • [] Front end event hooks (onReady, etc.)
  • [] Move Dev Mode code to server if possible

V2 Goals

  • [] Meteor Conversion
  • [] Google Docs CMS
  • [] Migrations