billwright / rattlesnake_ramble

Website project for the Rattlesnake Ramble Trail Race
2 stars 0 forks source link

Allow racer birthdate to be modified from admin page #190

Closed moveson closed 2 months ago

moveson commented 2 months ago

Currently, we can edit bib number, scheduled start time, payment status, and merchandise info from the race_entries/edit view.

We should add the ability to edit birthdate from this same view. This will require a nested record entry, because birthdate is stored on the Racer record, not the Race Entry record.

moveson commented 2 months ago

Resolved, in a slightly different way, by #192.