hasansezertasan / starlette-admin-fields

Extra fields to use with Starlette Admin
MIT License
5 stars 0 forks source link

Proposal: An input field for crontab syntax - `CronEditorField`, `CrontabField`, or `CronExpressionField` #20

Open hasansezertasan opened 6 months ago

hasansezertasan commented 6 months ago

Related to jowilf/starlette-admin#439

Why do you need this field? What does it solve? Please describe. To be able to edit input fields in crontab format.

Describe the solution you'd like JossyDevers/cron-expression-input: Cron UI: Input component to generate cron expressions easily and intuitively

Additional context

hasansezertasan commented 6 months ago

One other library: Marak/cron-editor: Visual Cron Editor - Edit and Create Cron Jobs With Ease

hasansezertasan commented 6 months ago

This field will be quite usefull when implementing something like jowilf/starlette-admin#433