AthletiFi / athletifi-website

Official website for AthletiFi
https://www.athleti.fi
1 stars 5 forks source link

BUG after registration, the notifications modal pops up before the redirect, and the redirect does not commence #281

Open qisforq opened 1 month ago

qisforq commented 1 month ago

Objective:

Resolve the bug where the notifications modal pops up before the redirect after registration, causing the redirect to not commence.

Sub-tasks:

  1. Investigate the registration flow

    • [ ] Identify the component or file responsible for handling the registration process
    • [ ] Trace the code execution flow after a successful registration
    • [ ] Determine the point where the notifications modal is triggered
  2. Adjust the order of operations

    • [ ] Modify the code to ensure the redirect is initiated before the notifications modal is displayed
    • [ ] Consider using a different approach, such as showing the notifications modal on the destination page after the redirect
  3. Test the registration flow

    • [ ] Build and run the AthletiFi application locally
    • [ ] Perform a test registration using valid data
    • [ ] Verify that the redirect occurs as expected after registration
    • [ ] Confirm that the notifications modal is displayed on the appropriate page after the redirect
  4. Push the changes and deploy

    • [ ] Commit the updated code changes
    • [ ] Push the changes to the relevant branch in the version control system
    • [ ] Trigger the deployment process to update the production environment with the fix
qisforq commented 1 week ago

@chef-louis could not reproduce problem. Going into icebox for now