Skip to content

pgdr/sau2000

Repository files navigation

Build Status 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published