Code Monkey home page Code Monkey logo

horse_app's People

Contributors

jhwz avatar

Watchers

 avatar

horse_app's Issues

Horse mob/location

Add a category "Stud" section where the user can add a stable number or a paddock number to update where the horse is located on the proprety. Would help with grazing management. Probably need to be able to bulk move a mob.

Budget

For each event, add a budget field. Would help to track how much the user spent on a horse.

Auto crop photos?

Probably good to force crop photos to the same ratio in order not to have a messy horse gallery

Weight

Add weight or weight bracket of the horse - ideal for diet management and/or medication, dewormer etc

Create HorseGallery and EventGallery tables

We want a horse to be able to have as many samples as they want, and optionally have images associated with events.

The best way to do this would be to have two new tables that look like:

table HorseGallery 
ID int (auto-increment, we don't care about this)
HorseID string
PhotoBlob blob

table EventGallery 
ID int (auto-increment, we don't care about this)
EventID string
PhotoBlob blob

We could probably merge those into one table but I don't see the point, always nice having the separation

Import/Export data

Add a function to import/export data in case of a new phone. Would be also good to bulk import/export from spreadsheet.

Horse Gender

Currently, sex is only "Female" or "Male". Would be better to have Mare, Stallion, Gelding.

Also why not adding filly and colt - would potentially open the opportunity to manage maiden mares as well for instance

Horse Pedigree - add Dam, Sire, Offspring

Currently not possible to add a Dam, Sire, Offspring not owned by the app user.

Solutions to consider:

  • Possibility to add Dam, Sire, Offspring from "Pedigree" section but simplified (just name and reg number?)
  • Easy way would be to simply be able to attach a PDF (registration papers) or jpeg/png
  • Stay as currently but split "Horses" section with owned horses or known horses

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.