~zezip


#24 Add active/inactive feature for fencers 1 year, 5 months ago

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

#21 Support for super-admin users 2 years ago

Comment by ~zezip on ~ethanmad/bouts.app

Implemented on branch zzipper/manage_users

#21 Support for super-admin users 2 years ago

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

#19 Send regular database dump to all admin users 3 years 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 3 years 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 3 years ago

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

#16 Add support for byes in matches 4 years ago

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

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

Comment by ~zezip on ~ethanmad/bouts.app

Also needs 'Weapon' and 'Gender' fields.

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

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

#15 Export csv containing all fencers for Fencing Time 4 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'.