GTBitsOfGood / canine-assistants

Educating the Dogs Who Change the World
https://dev--canine-assistants.netlify.app
MIT License
4 stars 0 forks source link

[BE] Mark Logs As Resolved #124

Closed afazio1 closed 7 months ago

afazio1 commented 8 months ago

Description

Manager's want to be able to resolve a log, so the caregivers, instructors, or recipients who created it know the issue has been seen and addressed.

Resolving a Log introduces 3 new attributes on the Log model ->

Add these attributes to the server/db/models/Log.js model.

Refactor the PATCH /api/logs/:id endpoint to enable log resolutions.

Acceptance Criteria

Other Notes