summaryrefslogtreecommitdiff
path: root/src/main/java/design (unfollow)
Commit message (Collapse)Author
11 daysRemoved team ownerjrshi
11 daysCleaning up codejrshi
11 daysWorking on league menusjrshi
13 daysBug fixes, potential implementation of playing in a league and league stats. ↵Jacob Shimp
Also, rounds playing during a league should be saved to individual statistics.
13 daysRound data is stored to each golfer after a match is concludedJacob Shimp
13 daysPotential implementation of LeagueStatsJacob Shimp
13 daysmore robust map serializer should be workingsowgro
2025-11-13change league printingsowgro
2025-11-13fix constructorsowgro
2025-11-12stub out some menussowgro
2025-11-12Fix some serialization stuffsowgro
2025-11-11potential implementation for playing in a leagueJacob Shimp
2025-11-11working with matches in leagueJacob Shimp
2025-11-11setGuest to false on setCurrentGolferMichael Lizzio
2025-11-11Added isGuest to Session and updated menusMichael Lizzio
2025-11-11Added list of matchesJacob Shimp
2025-11-10Fixed not updateing database on undo/redoMichael Lizzio
2025-11-10fix circular dependencysowgro
2025-11-10Used UndoManager in Menus to Capture SanpshotsMichael Lizzio
2025-11-10Added HolePlayMemento with sanpshots and restoreMichael Lizzio
2025-11-10Added GolferMememto, updated GolferMichael Lizzio
2025-11-09add invites to golfersowgro
2025-11-09add serializer for leagues in golfer, reorganize serializerssowgro
2025-11-09Basic undo Mememto PatternMichael Lizzio
2025-11-09fix errorsowgro
2025-11-09make id system consistentsowgro
2025-11-09complete serializationsowgro
2025-11-09create most of the model and league DAOssowgro
2025-10-30Remove singleton from course search subsystemsingleton-daossowgro
2025-10-26Convert DAOs to proper singleton formatsowgro
2025-10-12fixed bug where listing filters ended menu logicWillemDalton
2025-10-12Update Menu.javaWillem Dalton
fixed IndexOutOfBounds exception to catch (for some reason, arrayindexoutofbounds) does not catch for out of index menu choices
2025-10-12fix club serialization and saving of some optionssowgro
2025-10-12add datetime overridesowgro
2025-10-12change filter textsowgro
2025-10-11Menu cleanup - pass 3sowgro
2025-10-11Menu cleanup - pass 2sowgro
2025-10-11fix typosowgro
2025-10-09Menu cleanup - pass 1sowgro
2025-10-09added commentJacob Shimp
2025-10-09fix formattingsowgro
2025-10-08update for action interface change and cleanup stringsowgro
2025-10-08added the ability for users to save courses to their profileWillemDalton
2025-10-08reversed the sorting order of difficulty and par to be descending instead of ↵WillemDalton
ascending.
2025-10-08finished multi filteringWillemDalton
2025-10-08implemented all other menu optionsJacob Shimp
2025-10-08empty gettersJacob Shimp
2025-10-07Updated HolePlayMenu to allow user to select one of their clubsMichael Lizzio
2025-10-07Added club to jsonMichael Lizzio
2025-10-07Added AddClubMenu and modified club and golfer to allow club id's, added ↵Michael Lizzio
menu to UserSettings