feat: add saved views / custom queues#9
Merged
Merged
Conversation
Add SavedView model with dedicated database table for storing named filter sets (JSON) per user. Supports shared views visible to all users, position-based ordering, and full CRUD via REST API endpoints at /escalated/v1/views. Users see their own views plus shared views from other users. Includes PHPUnit tests for CRUD, scoping, sharing, and reordering.
Merge main into saved-views branch, resolve API bootstrap conflict to include all controllers. Apply Pint formatting fixes.
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.
Summary
SavedViewmodel withsaved_viewstable (name, filters JSON, user_id, is_shared, position)/escalated/v1/viewswith token authSavedView::reorder()Api_BootstrapTest plan