Skip to content
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

Office Hour Fix #490

Merged
merged 5 commits into from
Sep 1, 2024
Merged

Office Hour Fix #490

merged 5 commits into from
Sep 1, 2024

Conversation

JasonIsAzn
Copy link
Member

@JasonIsAzn JasonIsAzn commented Aug 31, 2024

Overview

The bug with office hour was due to removing an old implementation to refetch a user's data.
Office hour status for would only be fetched after auth was completely loaded (or else it would fail).

I removed this old implementation due to race condition and some users would be logged out randomly.

The solution I implemented to this is just to allow for multiple attempts to fetch the user's data.

Issues

@JasonIsAzn JasonIsAzn added this to the Sprint 11: Summer milestone Aug 31, 2024
@JasonIsAzn JasonIsAzn self-assigned this Aug 31, 2024
@JasonIsAzn JasonIsAzn changed the base branch from main to dev August 31, 2024 21:43
@JasonIsAzn JasonIsAzn linked an issue Aug 31, 2024 that may be closed by this pull request
@JasonIsAzn JasonIsAzn requested a review from LucientZ September 1, 2024 03:06
Copy link
Collaborator

@LucientZ LucientZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now!

@JasonIsAzn JasonIsAzn merged commit 5b69f8e into dev Sep 1, 2024
1 check passed
@JasonIsAzn JasonIsAzn deleted the office-hour-fix branch September 1, 2024 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In-Review
Development

Successfully merging this pull request may close these issues.

Broken Knock On Wall
2 participants