danielbuva / goalie

share goals with friends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit a user's Challenge status

danielbuva opened this issue · comments

Users can mark or unmark a challenge as complete ◃┆◉◡◉┆▷!

Backend

  • PUT route (see api docs) it will accept completed
    • add to api docs
  • error response for no challenge found
  • body validation "true" or "false"

Frontend

  • users can mark a goal as complete through the dropdown menu (see wireframe)
  • users can mark a goal as complete through the footer goals (see wireframe)