XDoubleU/check-in

Manager should be able to manually remove check-ins

Closed this issue · 0 comments

  • Limit this to "Today"
  • Location can also see these CheckIns in a list but can't remove them

API:

  • GetAllCheckInsToday (GET /locations/{id}/checkins)
    • Tests
  • DeleteCheckInToday (DELETE /locations/{id}/checkins/{id})
    • Tests
  • Check coverage

Web:

  • ListView on /settings/locations/[id]
  • CheckInCard