HCR2 Setups Guide
- 11 Devlogs
- 22 Total hours
Styled the filters section, added hover styling for links, buttons, and table data.
Completely restarted the css, started styling the search bar filters and navigation bar.
Changed the filters to only show players,tracks, and vehicles that actually have a setup. Made the vehicle and track filter setups by time (lowest to highes) so the first time (fastest) is at the top.
Added warnings for invalid filters (changed the values using inspect)
Made the filter fields functional but are misssing back end validation
Added a stats/search page and moved the search bar there, also added a way to filter by players and vehicles (unfuctional).
Added a search bar to filter specific setups but still has some bugs (first table is all data, second table is data from the search)
Made the delete table functional and removes rows from setups but not the sub tables where the individual data is.
Added checks for duplicates, missing fields, and times automatically updates if a time that is faster than the previous for a specific setup is submitted. Automatically adds the data to the setups table and puts the individual field data into their respective tables as well.
Added some back end validation checks and added a list to check if the track field matches what can actually be inserted, also used a jinja loop to make options for each individual track in the list for the form.
Basic input form for the database if every field is filled and correct