Acceptance criteria
- As a user
- Given I want to register for an event
- And I open the event page
- And I click "Register for event"
- Then I can fill out the form and submit it
- And my answers are saved
| cmelo | |
| May 17 2023, 12:24 PM |
| F37145877: Screen Recording 2023-07-21 at 3.44.08 PM.gif | |
| Jul 21 2023, 8:47 PM |
| F37104917: image.png | |
| Jun 15 2023, 2:16 PM |
| F37104919: Screenshot 2023-06-15 at 15.16.10.png | |
| Jun 15 2023, 2:16 PM |
| F37021593: Screenshot 2023-05-19 at 15.23.03.png | |
| May 19 2023, 6:26 PM |
| F37004102: Screenshot 2023-05-17 at 09.07.20.png | |
| May 17 2023, 12:24 PM |
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Add participant answers data to the payload | mediawiki/extensions/CampaignEvents | master | +54 -13 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Daimona | T341392 Mark the CampaignEvents extension as stable | |||
| Resolved | cmelo | T321822 [EPIC] Participant Questions - MVP | |||
| Resolved | cmelo | T341583 [IMPLEMENTATION] Front end: (JS experience), Allow participants to edit their answers on the event page | |||
| Resolved | cmelo | T336853 [IMPLEMENTATION] Front end: (JS experience), Allow participants to answer questions on the event page | |||
| Resolved | Daimona | T319454 Participant can switch between public/private registration | |||
| Resolved | Daimona | T335809 [IMPLEMENTATION] Front end: (JS experience), add the questions on the registration dialog modal |
Change 937062 had a related patch set uploaded (by Cmelo; author: Cmelo):
[mediawiki/extensions/CampaignEvents@master] Add participant answers data to the payload of the request to register for an event
Change 937062 merged by jenkins-bot:
[mediawiki/extensions/CampaignEvents@master] Add participant answers data to the payload
Moving to blocked because it would make more sense to have T335809 go through QA first.
Testing locally on master branch.
As a user
Given I want to register for an event
And I open the event page
And I click "Register for event"
โ
Then I can fill out the form and submit it
โ
And my answers are saved
AC passes. Filling out form and saving registration works correctly in the Event dialog. Sending to product sign off. Some of the copy and participant questions are not yet up to date with the latest comp. This will be updated in T342382, T339977, and T335809.
A participant can answer optional questions about themselves, as demonstrated in the example shared above. I am marking this as Done.