Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema for recurring tasks #16

Open
Yadunund opened this issue Jan 20, 2022 · 0 comments
Open

Schema for recurring tasks #16

Yadunund opened this issue Jan 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Yadunund
Copy link
Member

Starting a discussion on the schemas for recurring tasks which is needed for open-rmf/rmf_ros2#103

We can have four types of schemas for standard CRUD operations. Common across these will be a sub-schema for describing the periodicity of the tasks and @aarushg22 suggested mimicking the cron datetime format for this.

{
  "seconds" : "0",
  "minutes" : "0",
  "hours" : "15",
  "day_of_week" : "1",
  "month" : "0",
  "day_of_month" : "*",
  "start_date" : "2022-01-01", 
  "end_date" : "2022-01-31"
} 
@Yadunund Yadunund added the enhancement New feature or request label Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant