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

[Platform] [User Notifications] As a user, I want to receive a notification when I submit a new idea, so that I know my idea has been successfully submitted. #165

Open
1 task
zar92 opened this issue Apr 27, 2024 · 0 comments
Labels

Comments

@zar92
Copy link

zar92 commented Apr 27, 2024

User Behavior Description

2.1. User navigates to the registration page.
2.2. User fills out the registration form with necessary details.
2.3. User clicks on the "Create Account" button.
2.4. Platform validates the entered data.
2.5. If the data is valid, the platform creates a new user account and sends a confirmation email.
2.6. If the data is invalid, the platform displays error messages and prompts the user to correct the input.

Acceptance Criteria

  • Scenario: Submit an idea and receive a notification
  • Given a user is on the "Submit Idea" page
  • When the user fills out the idea submission form and clicks "Submit"
  • Then the platform should validate the submitted idea data
  • And if the data is valid, the platform should submit the idea and send a notification confirming successful submission
  • And if the data is invalid, the platform should display error messages and prompt the user to correct the input
@zar92 zar92 added the Platform label Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant