-
Notifications
You must be signed in to change notification settings - Fork 7
Meeting 2018 02 01 Backend
RedayY edited this page Feb 1, 2018
·
4 revisions
Present: Kai, Reday, Shaz (?)
- Try put the node information in the 'nodeAdditionalInfo' field and see if that work. If so, Shaz will remove the fields in the current node schema that is not needed for database search.
- 'Attach' the 'load' and 'save' UI with the API code.
- Add session loading UI
- create a new collection in mongoDB to store SenseMap setting data
- create API functions that returns/create/update the setting data
- SenseMap changes according to the setting data, or even output the setting data in console log.
- Add setting information to the saved session data, so it is clear what the setting is when a session is saved.
- Removed Load UI
- Restored Option UI for loading
- Added small debug button for quick load sessions
- Enabled Load Code to be working with history map
- Made some small UI changes
- Added Debug Timer when requesting Sessioninfo from API DB
- Discuss Load UI with Kai
- Discuss with Kai the logic of saving something
- Discuss Potential Issue with API with Shaz (Shaz was not here could not do this)
- Discuss delay issue with data not getting retrieved from API (Could not do this as shaz was not here)
- Investigate Issue when Injecting SessionData to SenseMap (See Debug Screenshots, will finish this later)
- https://gyazo.com/986a65f33f20083b9d18a8f9ab4b051e
- https://gyazo.com/b1209df7d9ebe4c6837f4b79c1ac28b5
Project timeline update
Next meeting time
Reday:
- Investigate delay issue with data not getting retrieved from API on first attempt
- Investigate Issue when Injecting SessionData to SenseMap
- Add support to Add user to DB / Revamp current Support based on changes
- Add support so that the latest DB API changes work without any further issues
- Make Session Option List perform better and remove the button
- Once all is done remove debug code and unused code
- Once bugs are fixed start enabling Save Code
Missing Features for Online Study
Behaviour: Node and Edge Creation
Testing and Behaviour Driven Development (BDD)
Video: Testing with Jasmine and Sinon-Chrome
Video: overview of SenseMap code
Video: browser features in the old 'master' branch
How browserProvenance.js works
Video: create REST API for MongoDB using Node.js