From 78e9791da675783124c76a20f756886005ffa904 Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Tue, 8 Apr 2025 00:52:47 -0400 Subject: update designdoc and add more test coverage --- docs/DesignDoc.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/DesignDoc.md') diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index 7f1c457..e20bc33 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -191,7 +191,7 @@ In our model tier we have a Need class, a User class, and a UserAuth class. The > _This section will provide information about the testing performed > and the results of the testing._ -Currently around 100 tests, with roughly 95% coverage overall. Model tier is above 95% individually. +Currently around 2,200 tests, with roughly 90% coverage overall. Model tier is above 95% individually. ### Acceptance Testing @@ -220,4 +220,6 @@ We have 24 passing Acceptance Tests and 5 failing Acceptance Tests. 4 of these f **(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 +**(2025/03/17): Sprint #2: Decided on Important Stories for Sprint 2 Backlog, and reworked Design Architecture.** + +**(2025/04/03): Sprint #3: Unanimously decided on enhancements, while narrowing focus on what needs to be finished for the sprint.** \ No newline at end of file -- cgit v1.2.3