willayy / DAT257-Agile

Agile project in DAT257
1 stars 0 forks source link

US-011 Statistic Generation #16

Closed 0-Gixty-0 closed 6 months ago

0-Gixty-0 commented 6 months ago

As a crime interested statistician I want to see basic crime statistics from the police events so that I can find lay a basis for my own research.

Because

It is difficult to visualize the available data from the police API since there are very many locations and categories to look through. Therefore simple statistics is a fitting way to present the large amount of events in a more concise and understandable way. These number can then be used in further reading or research outside of the application

Tasks

  1. Most frequent event type (All of Sweden or selected location)
  2. Least frequent event type (All of Sweden or selected location)

Acceptance criteria

0-Gixty-0 commented 6 months ago

I invite all members of the group to comment on which types of statistics would be considered relevant or interesting. These are the ones I came up with when writing the user story. I am certain there are many more that I haven't considered

0-Gixty-0 commented 6 months ago

These statistics were removed upon creating the date selector as a separate user story:

  1. Rare Crimes list of event types that have not been listed in an event for selected date(s) (All of Sweden or selected location)
  2. Location with most events listed for date(s) (Cannot be combined with a selected location)
  3. Location with least events listed for date(s) (Cannot be combined with a selected location)
  4. Location with most events listed for date(s) for selected event type (Cannot be combined with a selected location)
  5. Location with least events listed for date(s) for selected event type (Cannot be combined with a selected location)

Can be used for later implementations and user stories