nruffilo / YouTodoProj

you-todo-proj-nickruffilo.vercel.app
6 stars 2 forks source link

Task / Quest Display List #4

Closed nruffilo closed 3 years ago

nruffilo commented 3 years ago

Current task list needs to be modified to display all OPEN quests and recently completed quests. The following data elements should be displayed:

QuestName QuestDescription (truncated and shown if user taps) Reward Size (should only show "Small - 5 minutes" "Medium - 20 minutes" "Large - 1 hour" "Epic - 2+ hours" not 1-4 QuestStatus (Should only display Open and Active quests, and quests completed in the last 24 hours. Completed quests should have a strike-through to show they are complete.) Actions available for each quest: "Start" -> if already started "complete" "Abandon" -> marks a task as abandoned (deleted)

nruffilo commented 3 years ago

This needs to be designed to be nicer, but technically works...

nruffilo commented 3 years ago

Recently completed is no longer really necessary as task rewards are put in another table for accepting when reward is earned.