chicago-tool-library / circulate

A lending library management system
Other
82 stars 66 forks source link

Added a missing items report #1665

Closed crismali closed 2 months ago

crismali commented 2 months ago

What it does

Adds a report that lists all of the items with a status of "missing"

Why it is important

Takes care of #1640

UI Change Screenshot

Screenshot 2024-09-06 at 3 58 36 PM

Implementation notes

More or less a version of the items in maintenance report, so the ticket stuff might not be relevant in the long run (It's my understanding that before the "missing" status was added missing items were marked with tickets labelled "missing", so the ticket stuff might help surface those tickets so they can be closed out).

Also, I corrected a mistake I made with the seeds in another PR where the members weren't actually associated with their users. I can pull that out into a separate PR if we need to (my bad).