All notable changes to this project from 2024-10-30 onward will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Feature: Add PROJECT_SETUP for a more detailed dependencies list
- Feature: Added quick installation instructions with pip
- Refactor: Adjusted margins for the pet food bowl graphic on finished reports page
- Feature: Add a requirements.txt for easy start up
- Bug: Fixed quotation typo in main.py (#94)
- Feature: Add product features in README.
- Bug: Modified CSS for pregnant dogs within their last 21 days of gestation (text was clipping prior).
- Bug: Fixed broken links.
- Improvement: Modified conditional CSS for pregnant dogs.
- Feature: Add subsections to README directory for easier reading.
- Feature: Add links to README sections.
- Added additional version goals.
- Improvement: Split README into sections depending on what topic was covered.
- Improvement: Link to README subsections to main file.
- Feature: Ability to search for a human food against FatSecret's API.
- Feature: Provide specific daily maximum for found human food for the pet based on their daily treat allotment.
- Bug: Fix typo in main where "calculate_rer" was inadvertently named "calculcate_rer"
- Improvement: Changed "female", "female spayed", "male", and "male neutered" to numbers related to foreign keys in the reproductive status table
- Improvement: Changed "dry", "can", and "pouch" to numbers related to foreign keys in the food forms table
- Initial release of the Pet Food Calculator.
- Feature: Calculate recommended feeding amounts based on the pet's information.
- Feature: Provide specific recommendations based on pet's life stage.