ManpreetSL / habit-tracker

Group habit tracker
habit-tracker-omega.vercel.app
MIT License
0 stars 0 forks source link

Add toggle complete method #60

Closed ManpreetSL closed 1 year ago

ManpreetSL commented 1 year ago

Story

As a user, I'd like to be able to click on an icon to show that I've completed a habit today where the habit is something I only need to do once in the day (and click on the icon again to show that it's not done).

ACCs

Approach

Notes

Get adding the completed state working first - can refine the logic of figuring out how to remove history effectively once that's done.