Skip to content

Latest commit

 

History

History
99 lines (81 loc) · 4.18 KB

File metadata and controls

99 lines (81 loc) · 4.18 KB

Progress Documentation

WEEK 3: July 13 - July 17

Issues

  • issue #49 : screenshot image not being saved even after clicking save and exit from screenshot overlay

    • point of contact: Annie
    • investigate reason behind image not saving
    • implement a solution to save the image
  • issue #12 : improve styling

    • point of contact: Annie
    • separate CSS from HTML files
    • improve styling of checkboxes

WEEK 2: July 6 - July 10

Issues

Completed: #22, #41, #43

  • issue #13 : CSV formatting

    • point of contact: Imani
  • issue #22 : save and exit from screenshot

    • point of contact: Fatima and Annie
  • issue #41 : delete the exit button and the save and exit button from the exit screen

    • point of contact: Annie
    • hide buttons on exit screen
    • test
  • issue #43 : fix subgoals saving in the wrong place

    • point of contact: Elizabeth
    • investigate what happens when clicking on previous subgoals
    • implement a solution so the subgoalID is correct when saving
  • multiple issues : improvements to documentation & instructions

    • point of contact: Elizabeth
    • choose issues on the main repo and comment
    • fix as many as possible (6)
    • update download instructions for Mac
  • issue #94: Convert distributed setting guide to MD file

    • point of contact: Diana
    • issue closed (on the main repo)

Tasks

WEEK 1: June 29 - July 3

Issues

Completed: #9, #11, #19, #26, #27

  • issue #9 : add cancel button when editing subgoals

    • point of contact: Annie
    • front-end: HTML/CSS button on main pop-up
    • back-end: displays the subgoal information without changing the subgoal name
    • test
    • made code more efficient by creating a function to display subgoal information
  • issue #11 : subgoals/actions bug

    • point of contact: Elizabeth
    • add subgoals to tree before "save and continue"
    • test
    • fix last action added to every subgoal
    • test
  • issue #15 : implement delete action button

    • point of contact: Diana
    • frontend setup: HTML button, js click event listener
    • design doc (how should deleteAction() be implemented? flowchart?)
    • backend: implement deleteAction()
    • test
  • issue #19 : add exit without saving button

    • point of contact: Annie
    • front-end: HTML/CSS button on main pop-up
    • allow for download of csv file if user changes his/her mind even after clicking exit without saving
    • test
  • issue #26 : edit subgoal bug

    • point of contact: Elizabeth
    • hide "save & continue" button after subgoal save (it's confusing)
    • after "edit why text", show a new "submit" button that only changes the text
    • make sure old text is displayed first (instead of blank)
    • make a button to get back to creating actions

Tasks

  • make a readme to keep track of issues and progress
  • contact owner of github for tips on debugging (set up a call?)
  • look up tutorial Chrome Dev Tools
  • pick a person as point of contact/be in charge of the issue
  • find a specific task for each member