Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 664 Bytes

File metadata and controls

36 lines (27 loc) · 664 Bytes
# reset database
npm run db:rm

# add a migration
npm run db:migration:create my_migration
    
# test deployed migrations
npm run db:test

# run test suite
npm test
npm run test:watch

TODO (tooling)

  • Sourcemaps for karma
  • Unit test everything
  • Merge db and server
  • Automatic migrate on server start
  • Use immutable state

TODO (features)

  • Better header (logout)
  • Add project error messages
  • Project view is broken
  • Project give time is broken
  • Project delete is broken
  • Credit users every month
  • Better side menu
  • Better grid system
  • Business objects and classes