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

Flows: Extend DatasetPermissions GraphQL type with canSchedule flag #287

Closed
zaychenko-sergei opened this issue Nov 15, 2023 · 0 comments · Fixed by #297
Closed

Flows: Extend DatasetPermissions GraphQL type with canSchedule flag #287

zaychenko-sergei opened this issue Nov 15, 2023 · 0 comments · Fixed by #297
Assignees
Labels
enhancement New feature or request

Comments

@zaychenko-sergei
Copy link
Contributor

Currently dataset permission structure for UI consist of the following control flags:

type DatasetPermissions {
  canView: Boolean!
  canDelete: Boolean!
  canRename: Boolean!
  canCommit: Boolean!
}

Add one more flag for scheduling permissions, canSchedule, which should control:

  • ability to manually trigger dataset update action
  • ability to modify dataset scheduling permissions
  • ability to cancel scheduled dataset update task
@zaychenko-sergei zaychenko-sergei added the enhancement New feature or request label Nov 15, 2023
@zaychenko-sergei zaychenko-sergei self-assigned this Nov 27, 2023
@zaychenko-sergei zaychenko-sergei changed the title Extend DatasetPermissions GraphQL type with canSchedule flag Flows: Extend DatasetPermissions GraphQL type with canSchedule flag Dec 27, 2023
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