https://github.com/pgdr/sau2000
https://github.com/pgdr/sau2000
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgdr/sau2000
- Owner: pgdr
- License: agpl-3.0
- Created: 2017-02-19T08:53:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T14:09:55.000Z (over 8 years ago)
- Last Synced: 2025-02-01T23:42:04.226Z (over 1 year ago)
- Language: Python
- Size: 435 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [](https://travis-ci.org/pgdr/sau2000) Sau 2000 - The industrial Sheep counting application
The industrial Sheep counting application has finally arrived.
```
git clone https://github.com/pgdr/sau2000.git
cd sau2000
virtualenv env
source env/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py test
./manage.py runserver
# open http://127.0.0.1:8000/sau/
```
## Goals completed
1. The first rule of Sau is that Sau is all there is
2. Registered by ear mark number and name
3. Ability to add new Sau, remove Sau that go out of production
4. Create production year
5. For every year, one must be able to add at least 4 rams and 4 ewes per Sau
6. For each of these lambs, add
1. ear mark number
2. quality (e, u, r, o, p possibly with +/-)
3. fat percentage
4. weight
7. Be able to add Ram with ear mark number and origin
8. Get statistics for each Sau on number of lambs, quality, fat, weight for
all years, statistics for lambs per year
9. Get statistics for each Sau on quality, fat, weight per year
10. Per Sau a list of Medicine, dose, date
11. Comment field
## Future goals
1. Potentially divide sheep into flocks
2. Get statistics for each Sau on quality and fat per year