services/favorites_service_adapter library
Adapter to make FavoritesServiceManager compatible with existing screens. Includes caching functionality for better performance.
Copyright (C) 2025, Software Innovation Institute, ANU.
Licensed under the GNU General Public License, Version 3 (the "License").
License: https://www.gnu.org/licenses/gpl-3.0.en.html.
Authors: Ashley Tang
Classes
- FavoritesServiceAdapter
- Adapter that makes FavoritesServiceManager look like FavoritesService. This allows us to integrate POD storage without changing all existing screens. Includes caching functionality for better performance.