| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix create-need dialog | sowgro | 2025-04-04 |
| | | |||
| * | Fix modal z-index | sowgro | 2025-04-04 |
| | | |||
| * | Fix home screen being too short | sowgro | 2025-04-04 |
| | | |||
| * | Edit modal | sowgro | 2025-04-04 |
| | | |||
| * | Improve toast | sowgro | 2025-04-04 |
| | | |||
| * | Improve add to basket feedback | sowgro | 2025-04-04 |
| | | |||
| * | code cleanup | sowgro | 2025-04-03 |
| | | |||
| * | Implemented action buttons with ng-template!!! | sowgro | 2025-04-03 |
| | | |||
| * | abstraction working with search and sort | sowgro | 2025-04-03 |
| | | |||
| * | Merge remote-tracking branch 'origin/need-list-abstraction' into ↵ | sowgro | 2025-04-03 |
| |\ | | | | | | | | | | | | | | | | | | | need-list-abstraction # Conflicts: # ufund-ui/src/app/components/cupboard/cupboard.component.html # ufund-ui/src/app/components/cupboard/cupboard.component.ts # ufund-ui/src/app/components/funding-basket/funding-basket.component.html # ufund-ui/src/app/components/need-list/need-list.component.ts | ||
| | * | [incomplete] rearrange code to begin need-list abstraction | sowgro | 2025-04-02 |
| | | | |||
| * | | get checkout abstraction kinda working | sowgro | 2025-04-03 |
| |/ | |||
| * | Merge remote-tracking branch 'origin/css' into css | Gunther6070 | 2025-04-02 |
| |\ | |||
| | * | Make enter on login work | sowgro | 2025-04-02 |
| | | | |||
| * | | Signup logs you in and brings you to home page now. Also modified toasts in ↵ | Gunther6070 | 2025-04-02 |
| |/ | | | | funding basket | ||
| * | Merge remote-tracking branch 'origin/css' into css | Gunther6070 | 2025-04-02 |
| |\ | |||
| | * | Simplify sign up process | sowgro | 2025-04-01 |
| | | | |||
| | * | Stub out new admin dashboard | sowgro | 2025-04-01 |
| | | | |||
| | * | Add skip to first / last page in pagination | sowgro | 2025-04-01 |
| | | | |||
| | * | Make nav bar buttons only show conditionally | sowgro | 2025-04-01 |
| | | | |||
| | * | Fix warnings and misaligned prev page button | sowgro | 2025-04-01 |
| | | | |||
| * | | Added check to checkout to stop checking out decimal values for physical needs | Gunther6070 | 2025-04-02 |
| |/ | |||
| * | Merge branch 'css' of ↵ | Gunther6070 | 2025-04-01 |
| |\ | | | | | | | https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b into css | ||
| | * | Get everything working enough to go in main | sowgro | 2025-04-01 |
| | | | |||
| | * | More css cleanup | sowgro | 2025-04-01 |
| | | | |||
| | * | Merge pull request #24 from RIT-SWEN-261-02/need-pages | benal01 | 2025-03-31 |
| | |\ | | | | | | | needs per page | ||
| | | * | needs per page | benal01 | 2025-03-31 |
| | | | | |||
| | * | | Commit half working changes to move to my laptop | sowgro | 2025-03-31 |
| | | | | |||
| | * | | Merge pull request #23 from RIT-SWEN-261-02/need-edit-component | Tyler Ferrari | 2025-03-31 |
| | |\ \ | | |/ | |/| | Need edit component | ||
| | | * | auto refresh with emitter | benal01 | 2025-03-31 |
| | | | | |||
| | | * | moving functionality to new component | benal01 | 2025-03-31 |
| | |/ | |||
| * / | Added updated acceptance test plan | Gunther6070 | 2025-04-01 |
| |/ | |||
| * | Tweak validation in funding basket | sowgro | 2025-03-31 |
| | | |||
| * | Merge remote-tracking branch 'origin/css' into css | sowgro | 2025-03-31 |
| |\ | |||
| | * | Updated README | Gunther6070 | 2025-03-31 |
| | | | |||
| | * | Updated toast's types | Gunther6070 | 2025-03-31 |
| | | | |||
| * | | Apply css to funding basket | sowgro | 2025-03-31 |
| |/ | |||
| * | Removed broken status texts which have been replaced with toasts | Gunther6070 | 2025-03-31 |
| | | |||
| * | Merge branch 'list-and-cupboard-component-refactor' into css | Gunther6070 | 2025-03-31 |
| |\ | | | | | | | | | # Conflicts: # ufund-ui/src/app/components/cupboard/cupboard.component.ts | ||
| | * | Added dynamic error messaging to the cupboard | Gunther6070 | 2025-03-31 |
| | | | |||
| | * | Modified controllers to return error text when catching errors. Also added ↵ | Gunther6070 | 2025-03-30 |
| | | | | | | | | | additional error checking to CupboardService for physical needs. | ||
| | * | Modified controllers to return error text when catching errors. Also added ↵ | Gunther6070 | 2025-03-30 |
| | | | | | | | | | additional error checking to CupboardService for physical needs. | ||
| * | | Fixed broken tests due to new need fields | Gunther6070 | 2025-03-31 |
| | | | |||
| * | | Added toasts for error handling | Gunther6070 | 2025-03-31 |
| | | | |||
| * | | Merge pull request #21 from RIT-SWEN-261-02/need-description | Tyler Ferrari | 2025-03-31 |
| |\ \ | | | | | | | Need description and image support | ||
| | * | | image property frontend support | benal01 | 2025-03-31 |
| | | | | |||
| | * | | backend image support | benal01 | 2025-03-31 |
| | | | | |||
| | * | | descriptions for current needs | benal01 | 2025-03-31 |
| | | | | |||
| | * | | frontend description editing and display | benal01 | 2025-03-31 |
| | | | | |||
| | * | | frontend model support for description | benal01 | 2025-03-31 |
| | | | | |||
