Skip to content

Chores Minutes 08 04 2020

Vanessa Ciputra edited this page Apr 8, 2020 · 1 revision

08/04/2020

Frontend Mob Programming: Jake, Ryan, Aziz, Vanessa

  • Created layout for the chores table
  • Used React Table for base component and aim is to customise to look like weekly calendar
  • Headers for rows (chores) and columns (weekdays) are added
  • Column headers have been made STICKY (still need to confirm)
  • Attempted borders but didn’t work, leave for end
  • Colours are not conditioned to display if it’s been completed or not (0/1 for now but should be adapted to the API for when POST request is sent)

Need to do now:

  • Add new chores functionality
  • Change chores completed status when clicked (both frontend and POST call)
  • Attach chores to API
  • Map assignee number to name
  • Adding concept of time to frontend
  • Greying out passed dates on the calendar view
Clone this wiki locally