As a user of the app, I want to be able to navigate between person detail pages without encountering incorrect cards being displayed, So that I can view the accurate event cards for each individual.
Scenario 1: Navigating to a Person Detail Page from the People List Given that I am on the People List page
When I select a person from the list
Then I expect to be redirected to the corresponding Person Detail page
And the cards displayed on the detail page should accurately represent the events associated with that person.
Scenario 2: Navigating to Another Person Detail Page from the Current Detail Page
Given that I am on a Person Detail page
And I am viewing the cards for the current person's events
When I select a link on the detail page to navigate to another person's detail page,
Then I expect the app to update the content and show the correct person's detail page,
And the displayed cards should correspond to the events associated with the newly selected person.
Tech hint: looks like Svelte doesnt feel like updating the part of the app it nothing really changes in it, showing the carts from the previous user.
Watch the screen recording here: https://jam.dev/c/0e2da25f-ab7a-497a-b85f-d8aa01e98f57
-------------------------------------
Website URL:
https://selector.infra.bitgrip.berlin/people/63b3eb96073d3a1fd6b0248f
Device and browser info:
Chrome 113.0.0.0 (1728x910) | Mac OS 10.15.7
Date and time:
May 24th 2023 | 7:15am UTC
View developer information (console logs, network requests & timing):
jam.dev/c/0e2da25f-ab7a-497a-b85f-d8aa01e98f57
-------------------------------------
Captured with jam.dev
As a user of the app, I want to be able to navigate between person detail pages without encountering incorrect cards being displayed, So that I can view the accurate event cards for each individual.
Scenario 1: Navigating to a Person Detail Page from the People List Given that I am on the People List page
When I select a person from the list
Then I expect to be redirected to the corresponding Person Detail page
And the cards displayed on the detail page should accurately represent the events associated with that person.
Scenario 2: Navigating to Another Person Detail Page from the Current Detail Page
Given that I am on a Person Detail page
And I am viewing the cards for the current person's events
When I select a link on the detail page to navigate to another person's detail page,
Then I expect the app to update the content and show the correct person's detail page,
And the displayed cards should correspond to the events associated with the newly selected person.
Tech hint: looks like Svelte doesnt feel like updating the part of the app it nothing really changes in it, showing the carts from the previous user.
Watch the screen recording here: https://jam.dev/c/0e2da25f-ab7a-497a-b85f-d8aa01e98f57
-------------------------------------
Website URL:
https://selector.infra.bitgrip.berlin/people/63b3eb96073d3a1fd6b0248f
Device and browser info:
Chrome 113.0.0.0 (1728x910) | Mac OS 10.15.7
Date and time:
May 24th 2023 | 7:15am UTC
View developer information (console logs, network requests & timing):
jam.dev/c/0e2da25f-ab7a-497a-b85f-d8aa01e98f57
-------------------------------------
Captured with jam.dev