New (hopefully better) version of an existing app which basically has three tables: Teams, Jobs & Employees.
Each day multiple teams of between 1 and 6 people are created using entries from the Employees table.
Each day there are multiple jobs created each of which are assigned one of the teams.
(So there is a relationship between the Teams and the Jobs)
Question:
I want to show each team member in the Job detail view and to be able to assign the number of hours each team member spent on that job.
(Ultimately I’d like to add up the hours for each team member for each day)
How would be the best way to go about that?
