ohcnetwork / journal

MIT License
8 stars 12 forks source link

Admin should be able to select from and to date for route map #76

Closed agneym closed 4 years ago

agneym commented 4 years ago

Related to #8 API: https://github.com/coronasafe/journal/blob/develop/doc/api.md#routemap-for-a-user

Backend defaults to last 7 days, but date can be customized. Requires two date pickers for start and end date, end date needs to be validated to be less than start date.

edwinbbu commented 4 years ago

I'll work on it.

ittyjose commented 4 years ago

Ref https://github.com/coronasafe/journal/pull/82 Also adds the min date requirement for the establishment 'to' feild

@agneym