mybuddy/api
Boris b5163c2360 Add feature: Filter timers by name
In this commit, we've implemented a new feature that enhances the usability and flexibility of BabyBuddy. Users can now filter timers by their names, making it convenient to find timers without having to remember or input their specific IDs. This is particularly useful when dealing with timers that users might not be consciously aware of or for which remembering IDs is not feasible.

This improvement has broader implications, especially when it comes to programmable scenarios such as leveraging Apple Shortcuts.
2023-08-15 09:38:34 -07:00
..
migrations Establish basic REST Framework API structure. 2017-08-13 09:44:48 -04:00
__init__.py Establish basic REST Framework API structure. 2017-08-13 09:44:48 -04:00
filters.py Add feature: Filter timers by name 2023-08-15 09:38:34 -07:00
metadata.py Format code with black 2022-02-09 16:00:30 -08:00
permissions.py Format code with black 2022-02-09 16:00:30 -08:00
serializers.py modified pumping serializer for start/end 2023-07-09 08:48:54 -07:00
tests.py resolve time locality with api test for pumping 2023-07-09 08:48:54 -07:00
urls.py Add custom router that renders out the urls of custom views 2022-08-25 11:18:57 +02:00
views.py fix for /pull/665#discussion_r1250135346 2023-07-09 08:48:54 -07:00