louking / members

member activity management
Other
1 stars 2 forks source link

racing team: provide user view with racing team individual results #583

Open louking opened 8 months ago

louking commented 8 months ago

This view would be grouped by event/date, showing all the individual results recorded for that event.

Currently the racing team information form has free form event name input, which makes automatic display of results grouped by event problematic. An alternative would be to have a table (rt_event) which has event name, distance, and location (but not date). The user form would provide a search function to find an event which may already exist, or allow the user to create a new one. The events in this new table would be linked from the racing team information form, and possibly the racing team application.

Note rt_info and rt_application tables both use rt_result table to store the results, so it would be convenient if both forms have access to rt_event.

Similarly, the awards are currently free form. Having said that, this is less problematic as we don't have any desire to group results by awards.