~zezip


#21 Support for super-admin users 8 months ago

Comment by ~zezip on ~ethanmad/bouts.app

Implemented on branch zzipper/manage_users

#21 Support for super-admin users 8 months ago

~ethanmad assigned ~zezip to #21 on ~ethanmad/bouts.app

#19 Send regular database dump to all admin users 1 year, 8 months ago

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.

#16 Add support for byes in matches 1 year, 8 months ago

Comment by ~zezip on ~ethanmad/bouts.app

Closing this ticket- all changes for BYE support have been implemented or abandoned.

REPORTED RESOLVED IMPLEMENTED

#16 Add support for byes in matches 1 year, 11 months ago

~ethanmad unassigned ~zezip from #16 on ~ethanmad/bouts.app

#16 Add support for byes in matches 2 years ago

~ethanmad assigned ~zezip to #16 on ~ethanmad/bouts.app

#15 Export csv containing all fencers for Fencing Time 2 years ago

Comment by ~zezip on ~ethanmad/bouts.app

Also needs 'Weapon' and 'Gender' fields.

#15 Export csv containing all fencers for Fencing Time 2 years ago

type:feature_request added by ~zezip on ~ethanmad/bouts.app

#15 Export csv containing all fencers for Fencing Time 2 years ago

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'.

#14 Rework `POST /matches/:id` to not immediately create a match 2 years ago

Comment by ~zezip on ~ethanmad/bouts.app

Potential solution is to not write to the database on the initial POST and save a cookie containing all fencer options for the given teams.