Skip to content

Commit

Permalink
Merge pull request #98 from CSC207-2024/interact
Browse files Browse the repository at this point in the history
Interact
  • Loading branch information
mhnwa authored Aug 15, 2024
2 parents 1e37d23 + 93b10ae commit 9f40b28
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions design-document.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
## Submission

**Team Name:** `Stack Underflow`
**Submission Date:** August 13, 2024
**Submission Date:** August 15, 2024

---

## Overview

*placeholder*
*Following the completion of Phase 1, our team continued to advance the project by enhancing several key aspects. We implemented a more sophisticated user interface design, adopted more reliable and effective data analysis methods, and transitioned from file-based data storage to a robust database system for improved data persistence.
Adhering closely to our initial blueprint, we built the website in a coherent and structured manner. However, through collaborative discussions and iterative revisions, we refined our approach to achieve better solutions and overall project outcomes. This ongoing development process allowed us to address challenges effectively and optimize the project's functionality and user experience.*

---

Expand All @@ -29,11 +30,13 @@

- **Email:** <[email protected]>
- **Contributions Since Phase 1:**
- *placeholder*
- *placeholder*
- *fulfill interactive panels*
- *pass parameters to server and get back json results*
- **Significant Pull Request:**
- [PR #124: *placeholder*](https://github.com/mhnwa/project/pull/124)
- *placeholder*
- [PR #69: *add panel to show location-based search crime data*](https://github.com/CSC207-2024/safeTO/pull/69)
- *When a user searches for an address and double-clicks on the marker, a popup window will appear, allowing the user to select two or three parameters. Based on the chosen parameters, the popup will display relevant crime data.*
- [PR #70: *add neighbourhood-based search modal window*](https://github.com/CSC207-2024/safeTO/pull/70)
- *When a user clicks on a neighborhood, a popup window will present a bar plot depicting crime data from the past five years. This visualization will include a ranking of crime types, providing insights into the prevalence of different crimes within the selected area.*

### 3. Bilin Nong [`@Bilin22`](https://github.com/Bilin22)

Expand Down Expand Up @@ -105,5 +108,7 @@ The database automatically logs each operation for tracking and auditing purpose

## Summary of Test Coverage

- *placeholder*
- *placeholder*
- *Frontend: We conducted thorough testing of our frontend functionality by systematically evaluating each feature. For the regex functionality, we tested various invalid inputs to ensure robust error handling. In the case of restricted regions, we checked at least 30 locations outside the City of Toronto to verify proper boundary enforcement. For neighborhoods or locations with no available data, we ensured that a clear and informative message is generated. These tests helped us validate the accuracy and reliability of our frontend components.*


- *Backend:*

0 comments on commit 9f40b28

Please sign in to comment.