nruffilo / YouTodoProj

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

Dynamic Task Create #3

Closed nruffilo closed 3 years ago

nruffilo commented 3 years ago

Tasks, also known as Quests should have the following data elements. When creating a new one, we need a modal that collects the following (displayed are the mapped API data field names QuestName QuestDescription Reward Size (Dropdown value 1-4 representing the following text:

  1. "Small - 5 minutes"
  2. "Medium - 20 minutes"
  3. "Large - 1 hour"
  4. "Epic - 2+ hours"

QuestStatus (default to 0: "Open". 1: "In Progress" -1: "Abandoned" 2: "Complete") StartDate (Defaults to current time)