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

test(integration): add scenarios for content manipulation via contexts #1175

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

blizzz
Copy link
Member

@blizzz blizzz commented Jun 28, 2024

Yak-shaving

  • FIXME: tables are not in collectionManager yet

Cases

  • Add row to table with permission
  • Add row to table without permission
  • Add row to view with permission
  • Add row to view without permission
  • Edit row in table with permission
  • Edit row in table without permisson
  • Edit row in view with permission
  • Edit row in view without permission
  • Delete row in table with permission
  • Delete row in table without permission
  • Add row to inaccessible table
  • Add row to inaccessible view
  • Edit row in inaccessible table
  • Edit row in inaccessible view
  • Delete row in inaccessible table
  • Delete row in inaccessible view

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@blizzz blizzz added the 2. developing Work in progress label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant