Skip to content

[fix] Remove unused current URL storage in UserMgr and eliminate "Cancelled" status from EventStatus #86

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

Merged
merged 3 commits into from
Mar 10, 2025

Conversation

Aloento
Copy link
Member

@Aloento Aloento commented Mar 10, 2025

Summary of the Pull Request:

This PR includes two primary fixes:

  1. Removes unused current URL storage in UserMgr

  2. Removes "Cancelled" status from EventStatus enum

    • Per Sergei’s request, the Cancelled status has been removed to streamline event handling.

Aloento added 3 commits March 10, 2025 13:14
Eliminates the storage of the current URL in the user store during login.

Redirects users directly to the home page after login instead of potentially redirecting to a previously stored URL.

Improves user flow by simplifying redirection logic.
Eliminates the Cancelled status to streamline event handling.

Updates the IsOpenStatus function to reflect the removal, ensuring only relevant statuses are checked.

Adjusts the TransformerV2 logic to handle status updates without the Cancelled state.

Improves overall event status management and simplifies the codebase.
@sgmv sgmv added the gate Merge PR label Mar 10, 2025
@otc-zuul otc-zuul bot merged commit 85b5327 into main Mar 10, 2025
6 checks passed
@otc-zuul otc-zuul bot deleted the fix branch March 10, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gate Merge PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants