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

Implement named filters #31

Merged
merged 11 commits into from
Jan 5, 2024
Merged

Implement named filters #31

merged 11 commits into from
Jan 5, 2024

Conversation

sstasi95
Copy link
Contributor

@sstasi95 sstasi95 commented Jan 4, 2024

Named filters are implemented with the class SavedShortcut, which holds the organization and area information, the name of the filters and the actual filter list.

Named filters can be created, retrieved, renamed and deleted using the FiltersService class, which uses the StorageService to actually persist filters to local storage.

  • Add 'save filters' button that triggers a form field to write filters label
  • Show saved filters in home page
  • Navigate to correct page with correct filters by tapping a saved filter
  • Rename/Delete/Show saved filter detail from home page

Close #20

@sstasi95 sstasi95 marked this pull request as ready for review January 5, 2024 16:25
@sstasi95 sstasi95 self-assigned this Jan 5, 2024
@sstasi95 sstasi95 requested a review from tiz-sharp January 5, 2024 16:26
@sstasi95 sstasi95 merged commit ad8623e into main Jan 5, 2024
1 check passed
@sstasi95 sstasi95 deleted the named-filters branch January 5, 2024 17:32
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.

Saving filters with name
2 participants