-
Notifications
You must be signed in to change notification settings - Fork 7
Meeting 2017 10 09 Backend
Kai Xu edited this page Oct 9, 2017
·
11 revisions
Present:
Reday
- Show session name in history map
- user has to login before starting a session
- when user 'pause', the saved nodes are marked with 'invisible' and send to the database.
- make 'start' and 'pause' greyed out (instead of disappear) when not applicable.
- 'load session' and 'new session' button
- Push the changes.
Shaz
- Finish CRUD api
- update a node
- no delete api function! Remove them.
- Push the changes
- Document CRUD api
- Test CRUD api
Reday
- I still have this strange issue with the Adding Node API, for some reason it adds the node to the first session on the database. This might be an API issue, if not please help me understand my mistake in my code.
- Line 18 in sesemap API sensemapmodel is still commented out.
- I get some random Library issue with D3. https://gyazo.com/44e166ff2c8447a38af0d0136f423ab5
- Heroku API tends to crash at times? could be due to me testing my code a few times.
Open-source SenseMap
Final year project
Moving core.js
to background/event script.
Project timeline update
Shaz
- API: update a node
- Generate a secret key for a session once user is logged in/authenticated.
Reday
- Remove 'nodeoff'
- Move the saving and loading code to a new file.
Kai
- Move 'nodes' to background page
- Make SenseMap open-source by change the global secret key
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