diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-04-08 00:52:47 -0400 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-04-08 00:52:47 -0400 |
commit | 78e9791da675783124c76a20f756886005ffa904 (patch) | |
tree | 56faeae845c2d22876c0f5978c164c10a1bccbdb /docs | |
parent | ef62e670a4af08026581db83410bbc8b98e45d7d (diff) | |
download | JellySolutions-78e9791da675783124c76a20f756886005ffa904.tar.gz JellySolutions-78e9791da675783124c76a20f756886005ffa904.tar.bz2 JellySolutions-78e9791da675783124c76a20f756886005ffa904.zip |
update designdoc and add more test coverage
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CodeCoverage.png | bin | 84383 -> 33191 bytes | |||
-rw-r--r-- | docs/DesignDoc.md | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/CodeCoverage.png b/docs/CodeCoverage.png Binary files differindex a795ef8..ef835fd 100644 --- a/docs/CodeCoverage.png +++ b/docs/CodeCoverage.png 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 |