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

chore(answers): add validation of submit_id (M2-6851) #1421

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

vshvechko
Copy link
Contributor

  • Tests for the changes have been added

📝 Description

🔗 Jira Ticket M2-6851

Changes include:

  • Validation of submit_id for activity and flow submissions

Validation includes:

  • submit_id uniqueness for activity submissions
  • submit_id uniqueness for different flow submissions
  • submit_id ordering in flow submissions:
Valid case of answers for activities for the flow with 3 activity:
1. answer_activity1
2. answer_activity2
3. answer_activity3

Invalid case#1:
1. answer_activity2

Invalid case#2:
1. answer_activity1
2. answer_activity3

Copy link

github-actions bot commented Jun 19, 2024

➡️ Preview environment failed to be destroyed

Copy link

❌ E2E tests failed

@vshvechko vshvechko force-pushed the feature/M2-6851-submit_id-validation branch from ea2b512 to 81a833d Compare June 19, 2024 15:59
@vshvechko vshvechko merged commit 24c813b into develop Jun 20, 2024
25 of 27 checks passed
@vshvechko vshvechko deleted the feature/M2-6851-submit_id-validation branch June 20, 2024 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants