PurpleSoftSrl / azure_devops_app

Azure DevOps Mobile App
https://www.azdevops.app
MIT License
74 stars 7 forks source link

Implement named filters #31

Closed sstasi95 closed 6 months ago

sstasi95 commented 6 months ago

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.

Close #20