feat(tickets): prepare BuildTicketListAction for React tickets list - #5176
Open
wescopeland wants to merge 1 commit into
Open
feat(tickets): prepare BuildTicketListAction for React tickets list#5176wescopeland wants to merge 1 commit into
wescopeland wants to merge 1 commit into
Conversation
Contributor
Greptile SummaryAdds a reusable ticket-list builder and authenticated JSON endpoint.
Confidence Score: 5/5The PR appears safe to merge. The new API preserves documented legacy scope behavior, and the intentional resolved-by change is tested. Reviews (1): Last reviewed commit: "feat(tickets): prepare BuildTicketListAc..." | Re-trigger Greptile |
Jamiras
approved these changes
Aug 18, 2026
wescopeland
force-pushed
the
stack/tickets/3-index-backend
branch
from
August 26, 2026 23:16
af7c9d1 to
8eaa80d
Compare
wescopeland
force-pushed
the
stack/tickets/3-index-backend
branch
from
August 31, 2026 20:22
8eaa80d to
d118341
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a native stacked PR. #5173 should be reviewed first. Some of the changes in this PR may contextually make more sense after additional stacked PRs are opened. The entire React tickets index feature is already built on my local, but I am splitting it up into multiple PRs so it can be viewed through less-overwhelming chunks.
This PR prepares a
BuildTicketListActionto ultimately support a React/Inertia-powered tickets index page. There will be a number of PRs required to facilitate this migration in order to cover the 7 existing pages.BuildTicketListActionis hooked into TicketApiController.php and a ticket-list.blade.php demo page (to prove it works). This demo page is accessible only by Root users and will be deleted in a subsequent PR.There are three behavior differences in the backend contract for this diff:
filter[status]has a new "request" value.The legacy Blade pages are unaffected by these changes.
http://localhost:64000/demo/ticket-list