1thing-org / hatecrimetracker-frontend

Anti-Asian Hate Crime Tracker - Report Incidents
https://hatecrimetracker.1thing.org
5 stars 28 forks source link

Implement Update User Report Interface #79

Open Jiale-Lyu opened 1 month ago

Jiale-Lyu commented 1 month ago

Implement the below Interfaces to update User information after the reporter chooses 'Contact Me'.

Design: https://docs.google.com/document/d/1lckmIU6nOHz50vIv98vdPetiUrZ7kGU_zITCzbyThqE/edit

Interface UpdateReportRequest { contactName: string | null email: string | null phone: string | null Status: }

Interface UpdateReportResponse { reportId: string }