From ab16240d5b6bba5c62c66876c8cb7b11af565413 Mon Sep 17 00:00:00 2001 From: benal01 Date: Mon, 17 Mar 2025 23:13:18 -0400 Subject: updated error for form submission --- ufund-ui/src/app/components/cupboard/cupboard.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index 172360d..0d64475 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -19,7 +19,7 @@ - {{statusText | async}} + ‼️{{statusText | async}}
-- cgit v1.2.3 From 4dcf05d900f11fb76edee8356168c58504f5aa68 Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:18:24 -0400 Subject: updated desgin doc --- docs/DesignDoc.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index 5d673b2..8996e67 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -207,4 +207,7 @@ Currently around 100 tests, with roughly 95% coverage overall. Model tier is abo >_**[Sprint 1, 2, 3 & 4]** Throughout the project, provide a time stamp **(yyyy/mm/dd): Sprint # and description** of any _**major**_ team decisions or design milestones/changes and corresponding justification._ **(2025/02/12): Sprint #1: Decided on the U-fund theme as Aquatic / Coral Reef.** -**(2025/02/15): Sprint #1: Outlined structure of Back-End Application.** \ No newline at end of file + +**(2025/02/15): Sprint #1: Outlined structure of Back-End Application.** + +**(2025/03/17): Sprint #2: Decided on Important Stories for Sprint 2 Backlog, and reworked Design Architecture.** \ No newline at end of file -- cgit v1.2.3 From 5df010d50b8cb82cea889678e68b84754cfef943 Mon Sep 17 00:00:00 2001 From: benal01 Date: Mon, 17 Mar 2025 23:27:07 -0400 Subject: search results status visible before they should be --- ufund-ui/src/app/components/need-list/need-list.component.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ufund-ui/src/app/components/need-list/need-list.component.ts b/ufund-ui/src/app/components/need-list/need-list.component.ts index b21979f..fc2a594 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.ts +++ b/ufund-ui/src/app/components/need-list/need-list.component.ts @@ -24,7 +24,8 @@ export class NeedListComponent { ngOnInit(): void { this.refresh() - // this.close(); + + this.close(); } private showElement(element: any) { @@ -56,6 +57,7 @@ export class NeedListComponent { close() { this.hideElement(document.getElementById('search-form')); this.showElement(document.getElementById('search-button')); + this.hideElement(document.getElementById('search-status')); } private searchDelay: any; @@ -73,6 +75,8 @@ export class NeedListComponent { this.cupboardService.searchNeeds(currentSearchValue).subscribe((n) => { this.searchResults = n; console.log(currentSearchValue, this.searchResults); + this.showElement(document.getElementById('search-results')); + this.showElement(document.getElementById('search-status')); if (this.searchResults.length === this.needs.length) { this.updateSearchStatus("Please refine your search"); this.searchResults = []; -- cgit v1.2.3 From 0605637f02285cc2b56679d81f7e0e814dab6092 Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:46:57 -0400 Subject: updated design docs and updated acceptance testing spreadsheet. -ak --- docs/DesignDoc.md | 6 + docs/architecture-tiers-and-layers.drawio | 195 ++++++++++++++++-------------- docs/architecture-tiers-and-layers.png | Bin 77956 -> 82794 bytes etc/Acceptance Test Plan.xlsx | Bin 30285 -> 30698 bytes 4 files changed, 108 insertions(+), 93 deletions(-) diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index 8996e67..27d14f6 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -17,6 +17,8 @@ geometry: margin=1in Our project is intended to create a space to fund aquatic conservation, from physical ecosystems such as coral reefs to aquatic creatures such as jellyfish. Users will be able to donate funds, both physical and monetary, to individal 'needs', and see how close to reaching a funding goal each need is. ### Purpose + +The purpose of this project is to provide an avenue for companies to crowd-fund and for users to contribute to funds of their choosing. > _**[Sprint 2 & 4]** Provide a very brief statement about the project and the most > important user group and user goals._ @@ -34,6 +36,8 @@ Our project is intended to create a space to fund aquatic conservation, from phy This section describes the features of the application. +The requirements for this u-fund project to be functional include a system for organizations (administrators) to create funding goals (needs) that can be satisfied by clients (users). + > _In this section you do not need to be exhaustive and list every > story. Focus on top-level features from the Vision document and > maybe Epics and critical Stories._ @@ -186,6 +190,8 @@ In our model tier we have a Need class, a User class, and a UserAuth class. The Currently around 100 tests, with roughly 95% coverage overall. Model tier is above 95% individually. ### Acceptance Testing + +The number of user storeis that have passed their a > _**[Sprint 2 & 4]** Report on the number of user stories that have passed all their > acceptance criteria tests, the number that have some acceptance > criteria tests failing, and the number of user stories that diff --git a/docs/architecture-tiers-and-layers.drawio b/docs/architecture-tiers-and-layers.drawio index e3fb576..f60cd70 100644 --- a/docs/architecture-tiers-and-layers.drawio +++ b/docs/architecture-tiers-and-layers.drawio @@ -1,234 +1,243 @@ - + - + - + - - + + - - + + - + - + - + - + - + - + - + - - - - - + + - - - - - + + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - - - - - - - + + - + - + - + - + - - + + - - - - - - - - + + - + - + - + - + - + - + - + - - + + - + - - + + - + - - + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/architecture-tiers-and-layers.png b/docs/architecture-tiers-and-layers.png index 02647b2..4d0bdae 100644 Binary files a/docs/architecture-tiers-and-layers.png and b/docs/architecture-tiers-and-layers.png differ diff --git a/etc/Acceptance Test Plan.xlsx b/etc/Acceptance Test Plan.xlsx index 1128f15..dd55e20 100644 Binary files a/etc/Acceptance Test Plan.xlsx and b/etc/Acceptance Test Plan.xlsx differ -- cgit v1.2.3 From f063bf6e8634386f6ae3a3cf13fe2228e74454c9 Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:24:47 -0400 Subject: final edit to design doc for sprint 2. -ak --- docs/DesignDoc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index 27d14f6..0a92bac 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -105,7 +105,7 @@ Dashboard: ![The Tiers & Layers of the Architecture](DashboardPage.jpeg) Cupboard: -![The Tiers & Layers of the Architecture](CuboardPage.jpeg) +![The Tiers & Layers of the Architecture](CupboardPage.jpeg) Need page: ![The Tiers & Layers of the Architecture](NeedPage.jpeg) @@ -191,7 +191,7 @@ Currently around 100 tests, with roughly 95% coverage overall. Model tier is abo ### Acceptance Testing -The number of user storeis that have passed their a +We have 24 passing Acceptance Tests and 5 failing Acceptance Tests. 4 of these failures are unable to be tested because of a missing feature, as it is not a requirement for our sprint backlog. All issues that have been found are easily fixable during the next sprint. > _**[Sprint 2 & 4]** Report on the number of user stories that have passed all their > acceptance criteria tests, the number that have some acceptance > criteria tests failing, and the number of user stories that -- cgit v1.2.3