Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 519 Bytes

RETHINKDB_TODO.md

File metadata and controls

12 lines (11 loc) · 519 Bytes

Mongo to RethinkDB Migration

  • File uses a submitAsync function which is part of LiveDB
  1. DONE server/file/fileController.js
  • File uses Mongo in 2 places to get/set file structure of a project
  1. DONE server/file/uploadController.js
  • File uses a submitAsync function which is part of LiveDB
  1. DONE server/chatServer.js
  • Chat room table names are note being created. Will throw an error.
  1. DONE server/deleteAllDatabases.js
  2. DONE server/liveDbClient.js
  • Uses the RethinkDB/MongoDB Live DB client module