San Francisco, CA
Computer scientist, programmer, and dental student.
~ethanmad assigned ~ethanmad to #25 on ~ethanmad/bouts.app
type:enhancement added by ~ethanmad on ~ethanmad/bouts.app
priority:med added by ~ethanmad on ~ethanmad/bouts.app
Ticket created by ~ethanmad on ~ethanmad/bouts.app
#What is this about?
Currently the way to add a new fencer while creating or editing a match is to open the
/fencers/new
page, create a new fencer, and then refresh the match edit page. Adding a button to open/fencers/new
in a new tab will make this process more convenient. Idea arose in conversation with MFC Executive Board.#How to fix it?
Add link with ` on the bottom of the edit match page.
#When should this be fixed?
During 2023-2024 season.
type:feature_request added by ~ethanmad on ~ethanmad/bouts.app
priority:high added by ~ethanmad on ~ethanmad/bouts.app
Comment by ~ethanmad on ~ethanmad/bouts.app
Bumped at meeting with MFC Executive board, but they also stated that it's not a big deal to merge fencers since issues are usually caught quickly and easily resolved.
priority:low added by ~ethanmad on ~ethanmad/bouts.app
priority:med removed by ~ethanmad on ~ethanmad/bouts.app
Ticket created by ~ethanmad on ~ethanmad/bouts.app
#What is this about?
This feature will determine whether a fencer is shown in the dropdowns in match creation as well as whether the fencer will be shown in the active or inactive list on the lists at
/fencers/
and/squads/:id
. Feature requested by the MFC since they will be keeping historical data in their instance.#How to fix it?
Add
active bool
to theFencer
struct and update the dependent methods and views to handle the active status of each fencer appropriately.#When should this be fixed?
Within the 2023-2024 season.