jupyter-server / jupyter-scheduler

Run Jupyter notebooks as jobs
https://jupyter-scheduler.readthedocs.io
BSD 3-Clause "New" or "Revised" License
199 stars 23 forks source link

Show human readable form for CRON expressions in UI #84

Closed ellisonbg closed 2 years ago

ellisonbg commented 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

ellisonbg commented 2 years ago

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.