Implement Ticket Search & Filters #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make the filter checkboxes and search bar functional on the tickets page.
Completed given the recent api changes.
The filters on the front end are facilitated with javascript to make adding new filters painless.
The api allows for the filters to be represented with querystrings, making them easy to add to.