-
Notifications
You must be signed in to change notification settings - Fork 7
Meeting 2017 08 25 Frontend
Kai Xu edited this page Sep 8, 2017
·
1 revision
Present: Humzah, Kai
- Humzah to update the progress on text highlighting and its testing.
- Messaging between browserProvenance.js and historyMapPage.js using d3.dispatch (resolved)
- Don't actually delete 'node' from the 'nodes' array, make it hidden instead.
- Split the commits to meaningful small chunks, such as 'text highlighted', 'note node added', etc.
- How to capture or create DOM for sinon testing: probably figure out how sinon use DOM first.
- Remove the content.css and it seems OK, no error so far.
- Merged rebuild-humzah with rebuild, so rebuild-humzah is up to date, but still have changes to be made.
- By default, remove the unclear comments and unnecessary code from the 'master' branch. These can be added later if needed.
- Have a quick look (30 minutes) if there is any JS library for text highlighting and annotation.
- Complete the highlight node removal.
- Commit all the browser changes so far.
- Add note hidden feature (so don't actually delete note).
- Highlighting testing (virtual dom).
- Fix edge testing.
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