willayy / DAT257-Agile

Agile project in DAT257
1 stars 0 forks source link

US-011 Statistic Generation #30

Closed 0-Gixty-0 closed 6 months ago

0-Gixty-0 commented 6 months ago

What

Created statistical generation based on four forms of selection:

Note: If no event is found an error message is displayed informing the user

How

User story was completed through creating a new page statistics with selectors for location and event type. Upon clicking the generate button a table with rows described in the above what heading is displayed. Statistic generation rows update automatically once the props passed to the Table.tsx component updates which occurs only once the user has clicked the generate button.

Why

In order to inform users on crime statistics for locations and event types in a clear and concise way not achieved on the original police website for events.

0-Gixty-0 commented 6 months ago

Tagging Alexander (@DuchessMuhr) since we copied his implementation for connecting the search combo boxes to parent component for automatic update. Implementation was copied from changes to the ParentSearchComboBox component. We recommend that issue #29 and issue #24 should be merged first in order to check for possible merge conflicts and resolutions.

Other points of note: