Exercise GIFs Implementation
Summary
Add support for exercise GIFs in the MuscleLib API, enabling animated exercise demonstrations in the frontend without storing binary files in the database.
Goals
Tasks
Constraints
- GIF files must not be stored in database
- Only file paths or URLs should be persisted
- File structure must be predictable and standardized
- The API should only expose paths, with no media processing
Exercise GIFs Implementation
Summary
Add support for exercise GIFs in the MuscleLib API, enabling animated exercise demonstrations in the frontend without storing binary files in the database.
Goals
Tasks
Constraints