I’m working on the design of an app with a holiday request list. Each request has a type (Holidays, Illness, etc) a pair of dates, and an Status. The Status can be:
Pending: Approved: Denied:
I’m not sure about how to …