blchelle/collabogreat

Design/Implement UI For the "Task Card" Component

Closed this issue · 0 comments

Description

The BoardCard component is used in ProjectBoard Page of the app. The BoardCard component should give the following information

  • The name of the associated test
  • The description of the associated task
  • The name and image of the user who is assigned to the task

The board card app should also allow the user to

  • Change the status of the associated task (already implemented on the front-end, will be completed in #57)
  • Delete the task
  • Edit the task