Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1756 add button to remove holds on an item #1835

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

RudyOnRails
Copy link
Collaborator

@RudyOnRails RudyOnRails commented Feb 9, 2025

What it does

Adds a new button to the admin/item's holds view so that individual holds may be ended. Originally the ticket discussed removing the hold entirely but after some discussion it was decided to set the ended_at attribute so our future selves may benefit from the data.

Why it is important

This would resolve #1756

UI Change Screenshot

BEFORE

Screen Shot 2025-02-09 at 3 28 17 PM

AFTER

Screen Shot 2025-02-09 at 3 33 23 PM

Implementation notes

This is my first PR on this project, and my return to coding after taking a year sabbatical, so just a heads-up I may be am rusty and appreciate and feedback.

One thing to confirm is the new "actions" column (see screenshot). In other apps I've worked on in the past we've used this column for a general one-size-fits-all place to put actions. Let me know if there is another solution we'd like to use.

@jim jim requested review from a team and removed request for a team February 12, 2025 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add delete buttons to the item holds list
1 participant