~ethanmad assigned ~zezip to #24 on ~ethanmad/bouts.app
Comment by ~zezip on ~ethanmad/bouts.app
Implemented on branch zzipper/manage_users
~ethanmad assigned ~zezip to #21 on ~ethanmad/bouts.app
Ticket created by ~zezip on ~ethanmad/bouts.app
#What is this about?
In case of catastrophic failure and the maintainers of this project cannot continue doing so, it would be useful for the clients/admins to have a dump of the current database. So, we should regularly email this dump to all admins for this contingency.
#How to fix it?
Via a cron job on all running instances, we email a generated Postgres pg_dump file at some regular interval (monthly?). Remember to remove all user info (via sed or some other similar unix utility) before sending this dump.
#When should this be fixed?
When we get to it.
Comment by ~zezip on ~ethanmad/bouts.app
Closing this ticket- all changes for BYE support have been implemented or abandoned.
REPORTED
RESOLVED IMPLEMENTED~ethanmad unassigned ~zezip from #16 on ~ethanmad/bouts.app
~ethanmad assigned ~zezip to #16 on ~ethanmad/bouts.app
Comment by ~zezip on ~ethanmad/bouts.app
Also needs 'Weapon' and 'Gender' fields.
type:feature_request added by ~zezip on ~ethanmad/bouts.app
Ticket created by ~zezip on ~ethanmad/bouts.app
Fencing Time requires a dump of all fencers that are participating before it can make an event. To facilitate this, we need to export a csv with the columns 'First Name', 'Last Name', 'School', 'MemberID'.