Charles I
09/14/2022, 6:14 AMenum LocaleCode {
es
en-GB
}
Hunter Bertoson
09/14/2022, 5:12 PMenum requests_status {
To_be_Started @map("To be Started")
Work_in_Progress @map("Work in Progress")
Awaiting_Customer_Confirmation @map("Awaiting Customer Confirmation")
Completed
}
Then in my frontend code. I just do something like this:
data.status.replace(/_/g, ' ')