Calvin1581 / CS321-Milestone4

0 stars 0 forks source link

Add fields to database objects #40

Open mlanicaputo opened 1 year ago

mlanicaputo commented 1 year ago
  1. Need to be able to specify which team(s) a player is on
  2. Need to be able to specify which team(s) a coach is for
  3. Each data object should be attributable to a specific player. For example, include a user_id as a field in a Nutrition data object
  4. Athletic data objects should be created to match the data Jonna gave to us, if necessary. I think it includes an explicit measure of readiness.
mlanicaputo commented 1 year ago

Not sure why the complicated csv columns are included as fields under the Note data object. Suggest including that as a subset under Readiness or as its own Hawkins data object which could then be used in the eventual calculations.