wonderfloyd / Hackathon-Corona

4 stars 1 forks source link

Implement task notes functionality #84

Open OPerel opened 4 years ago

OPerel commented 4 years ago

Current: A task has only a title and a state. Expected: The user should be able to add, edit and delete notes for each task in his list.

For this assignment you'll have to change the model in firestore to accommodate for the notes and their relation to tasks (and users?), add the UI elements that display and control the notes, and set up the VueX store module that connects them.

Obviously, there are a lot of different ways one can do this. So fill free to ask for advice or start a discussion about an issue you're having.

Good luck!