Closed ellisonbg closed 2 years ago
While our underlying data model for a schedule is a CRON expression, we should include a human readable form of the CRON expression in the list and detail views. Here is once such library that generates a human readable form of a CRON expression:
https://github.com/Salamek/cron-descriptor
If we can't find a good TS/JS implementation, @3coins let's add compute this on the server side and return in the list/describe REST API call results.
While our underlying data model for a schedule is a CRON expression, we should include a human readable form of the CRON expression in the list and detail views. Here is once such library that generates a human readable form of a CRON expression:
https://github.com/Salamek/cron-descriptor