cse110-sp24-group31 / warmup-exercise

0 stars 1 forks source link

Edit task feature #16

Open NewtonLC opened 2 months ago

NewtonLC commented 2 months ago

Description of Feature wanted User can change name, deadline, priority, description, etc. of tasks

Describe how we would implement this solution User can edit existing json files

Additional comments

kiminus commented 2 months ago

This task needs support from other tasks such as add deadline and priority. I will take those tasks and add basic input field for those as well. Other people can embellish those UI elements

link to fork repo

kiminus commented 2 months ago

misclick

kiminus commented 2 months ago

Completed and sent pull request, preview the build here

you can track the tasks in the console (after click submit button)

Changes

  1. User CANNOT edit existing tasks.JSON file since it is tracked. Tasks are session only
  2. change the tasks gained in fetchTasks() to a global variable to make edits and create new tasks in this session.
  3. update documentation README.md
  4. HTML: add Deadline and priority inputs
  5. change tasks.JSON to hold more info
  6. format document

Bug fix

  1. move the Githubissues.
  2. Githubissues is a development platform for aggregating issues.