Skip to content

Week of 2021 04 06

Andrew Rooney edited this page Apr 9, 2021 · 19 revisions

Feedback for part 3

  • recommendation: have separate pages for separate versions of mockups and storyboard
  • uml: missing some classes
    • e.g. Tagged interface
    • make sure all non-ui classes/interfaces are there
    • attributes missing: e.g. Database class
  • unit tests missing - should have for every model class
    • e.g. CountTrial

Feedback on video

  • too long
  • unpublish should make experiment private
  • get rid of popup with lat and lon

TODO

  • add missing things to uml (see above)
  • unpublish should make experiment private
  • update intent tests
    • press delete button instead of unpublish button when cleaning up each test
  • re-record unpublish part of video (Vasu)
  • edit video to be shorter (Andrew) -- Note: I could only get it down to ~5 minutes without cutting content, so we can watch it on youtube at 1.5x speed
  • add unit tests for all model classes and methods
    • add unit tests for all remaining methods (including getters and setters) for experiment and trial (Ricky)
    • add new unit tests for QnA (Ricky)
    • add new unit tests for User (Ryan)
    • add new unit tests for Tagged (Ryan)
  • get rid of popup with lat and lon
  • update intent tests so they pass again - some of these may pass, you will have to run them to check
    • note: QnA and Owner intent tests should already be passing but others may not
    • ExperimentIntentTests - add testing for unpublish behavious (Furmaan)
    • LocationIntentTests (Vasu)
    • QRCodeBardCodeIntentTests (Jacques)
    • SearchIntentTests (Andrew)
    • StatisticsUITest (Jacques)
    • TrialIntentTests (Vasu)
  • add unit tests for not live Database methods (Ryan)
Clone this wiki locally