19lmyers / cse110-w21-group14

1 stars 2 forks source link

Implement a task functionality #60

Closed j1sun closed 3 years ago

j1sun commented 3 years ago

There are many ways to implement some sort of way to notify the user of what task they are currently working on. While the most obvious way to do this is a task list, consider the development time and whether the user truly needs something so comprehensive. An alternative could be an editable text box that serves truly functional purpose - all it does it allow the user to track what task they're doing right now (see Momentum's focus feature, which allows the user to type in their focus and check if off once it's complete to get a "congrats" message).

Checklist: