summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* added comments to adapterWillemDalton2025-11-13
|
* more work on adapting to XMLWillemDalton2025-11-13
|
* added league JSON import/export, still working with XML importWillemDalton2025-11-13
|
* working on XML formattingWillemDalton2025-11-11
|
* fixed exporting xmlWillemDalton2025-11-11
|
* progress on importing exportingWillemDalton2025-11-11
|
* progress on import/exportWillemDalton2025-11-11
|
* a bit more progress on the menu for import exportWillemDalton2025-11-10
|
* working on exporting to XML and JSONWillemDalton2025-11-10
|\
| * more unit testsWillemDalton2025-11-10
| |
* | fix circular dependencysowgro2025-11-10
| |
* | fix some testssowgro2025-11-10
| |
* | add invites to golfersowgro2025-11-09
| |
* | add serializer for leagues in golfer, reorganize serializerssowgro2025-11-09
| |
* | fix errorsowgro2025-11-09
| |
* | make id system consistentsowgro2025-11-09
| |
* | complete serializationsowgro2025-11-09
| |
* | create most of the model and league DAOssowgro2025-11-09
|/
* working on unit tests, added to pom to support jacocoWillemDalton2025-11-05
|
* Merge pull request #13 from RIT-SWEN-262/singleton-daosWillem Dalton2025-11-05
|\ | | | | Singleton daos
| * Remove singleton from course search subsystemsingleton-daossowgro2025-10-30
| |
| * Convert DAOs to proper singleton formatsowgro2025-10-26
| |
* | Merge branch 'main' of https://github.com/RIT-SWEN-262/designproject-design-6R1WillemDalton2025-10-12
|\ \ | |/ |/|
| * Merge pull request #12 from RIT-SWEN-262/menu-reorganizeWillem Dalton2025-10-12
| |\ | | | | | | Menu reorganize
* | | fixed bug where listing filters ended menu logicWillemDalton2025-10-12
| |/ |/|
* | Update Menu.javaWillem Dalton2025-10-12
| | | | | | fixed IndexOutOfBounds exception to catch (for some reason, arrayindexoutofbounds) does not catch for out of index menu choices
* | fix club serialization and saving of some optionssowgro2025-10-12
| |
* | add datetime overridesowgro2025-10-12
| |
* | change filter textsowgro2025-10-12
| |
* | Menu cleanup - pass 3sowgro2025-10-11
| |
* | Menu cleanup - pass 2sowgro2025-10-11
| |
* | fix typosowgro2025-10-11
| |
* | Menu cleanup - pass 1sowgro2025-10-09
|/
* Merge pull request #11 from RIT-SWEN-262/statistic-devTyler Ferrari2025-10-09
|\ | | | | Statistic dev - Menu implementation
| * Merge branch 'main' into statistic-devsowgro2025-10-09
| |\ | |/ |/|
* | Merge pull request #10 from RIT-SWEN-262/course-searchTyler Ferrari2025-10-09
|\ \ | | | | | | Course Search Menu
| * | fix formattingsowgro2025-10-09
| | |
| * | update for action interface change and cleanup stringsowgro2025-10-08
| | |
| * | Merge branch 'main' into course-searchWillem Dalton2025-10-08
| |\ \ | |/ / |/| |
| * | added the ability for users to save courses to their profileWillemDalton2025-10-08
| | |
| * | reversed the sorting order of difficulty and par to be descending instead of ↵WillemDalton2025-10-08
| | | | | | | | | | | | ascending.
| * | finished multi filteringWillemDalton2025-10-08
| | |
| * | added some comments, allows users to add courses to profile, fixed ↵WillemDalton2025-10-07
| | | | | | | | | | | | displaying course lists
| * | Merge branch 'main' into course-searchWillemDalton2025-10-07
| |\ \ | | | | | | | | | | | | merging main onto course search branch
| * | | commented out tests to fix laterWillemDalton2025-10-06
| | | |
| * | | working on course filteringWillemDalton2025-10-06
| | | |
| * | | pushing course search workWillemDalton2025-10-06
| | | |
| * | | finished searching just need to order by our sorting strategies.WillemDalton2025-10-06
| | | |
| * | | more progress on getting searching to workWillemDalton2025-10-06
| | | |
| * | | moved some menu logic over to the search subystem, added a new query classWillemDalton2025-10-06
| | | |