Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Create mock incident (full record) data #148

Closed
acharliekelly opened this issue Sep 8, 2021 · 0 comments
Closed

[FEATURE] Create mock incident (full record) data #148

acharliekelly opened this issue Sep 8, 2021 · 0 comments

Comments

@acharliekelly
Copy link
Collaborator

Mock data for incident table, both for testing and for displaying pages before the API is operational. This record should contain all the fields from the Full Record view:
(Please comment if you have more info on any of these fields)

  • id: number (a lookup value from the incident table)
  • incidentDate: string ("mm/dd/yyyy")
  • incidentTime: string
  • category: string (?)
  • incidentType: string
  • useOfForce: string (?)
  • outcome: string[]
  • location: string (city, state)
  • locationType: string (?)
  • locationGeo: coords[] (lat, long)
  • summary: string
  • deptsInvolved: object[]
    • deptName: string
    • deptImage: string (?)
    • deptAddress: string
  • officersInvolved: object[]
    • officerId: number
    • officerName: string (first last)
    • officerBadge: string
    • officerIncidentCount: number
  • incidentReportLink: string
  • passportItems: object[]
    • articles: number
    • photos: number
    • videos: number
    • testimonies: number
    • socialMedia: number
@acharliekelly acharliekelly added question Further information is requested frontend labels Sep 8, 2021
@edward-malouf edward-malouf added this to the Incident type milestone Sep 15, 2021
@edward-malouf edward-malouf removed this from the Incident type list complete milestone Oct 7, 2021
@acharliekelly acharliekelly removed the question Further information is requested label Oct 15, 2021
@edward-malouf edward-malouf added this to the Seeding the database milestone Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants