User story:
As an event participant, I want to be able to easily find all information about the event, so that I can easily understand the impact and full outcomes of the event.
Acceptance criteria:
- Given a user clicks the “More details” link in the Event Registration header,
- Then the user must be taken directly to the EventDetails page,
- And the interim “More details” modal must no longer appear.
- Then the user must be taken directly to the EventDetails page,
- Given a user is viewing the Event Registration header,
- And the event is in-person only,
- Then the header must display one line with the venue address (truncated if necessary), and a second line with the country.
- And the event is in-person only,
- Given a user is viewing the Event Registration header,
- And the event is a hybrid event (with both physical and online participation),
- Then the header must display one line with the venue address (truncated if necessary), a second line with the country, and a third line with the text: “Online and in-person event”.
- And the event is a hybrid event (with both physical and online participation),
- Given a user is viewing the Event Registration header,
- And the event is in-person or hybrid
- And it has a country but no address
- Then everything is as above but without the first line for the address
- Given the current viewer is an event organizer,
- When they click the “Manage event” button in the Event Registration header,
- Then they must navigate them to the EditEventRegistration page,
- And not to the EventDetails page.
- Then they must navigate them to the EditEventRegistration page,
- When they click the “Manage event” button in the Event Registration header,
Designs:
| In-person | Hybrid |












