You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serves mobile application read-only lists of hazards as well as directives on what to do in case of the hazard(ie. earthquake).
Serves (tbd) admin app to allow for maintenance of hazard information (crud).
Function names, signatures, object names, and number of functions are not set in stone:
codingbandit
changed the title
Hazard Information - Functions Implementation
API: Hazard Information and Hazard Hunt - Create Update and Delete Admin Role Check
Mar 6, 2022
Dependent on issue #19
Serves mobile application read-only lists of hazards as well as directives on what to do in case of the hazard(ie. earthquake).
Serves (tbd) admin app to allow for maintenance of hazard information (crud).
Function names, signatures, object names, and number of functions are not set in stone:
GetHazardInformationList() returns HazardInformation[]
GetHazardInformation(HazardInformationId) returns HazardInformation
CreateHazardInformation(Name, Description, Directive, Photo, Icon) returns HazardInformation
UpdateHazardInformation(HazardInformation) returns HazardInformation
DeleteHazardInformation(HazardInformationId) returns bool
Once complete, please document the final API/Classes in the Wiki
The text was updated successfully, but these errors were encountered: