Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 415 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 415 Bytes

TODOs for external/new contributers:

  • Improve desing of views ./views/* requires knowledge of JADE syntax, HTML and optionally CSS
  • Move JS code inside of the index.html (Globe App) to another file
  • Improve tests

TODOs for core developers (Short term road map)

  • Create test structure: directory, modules (mocha, supertest, shouldjs)
  • Use promises for db connections in routes and remove callbacks