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

[Feature+Fix] Refactor database pulling logic #6

Open
makinbacon21 opened this issue Sep 26, 2024 · 0 comments
Open

[Feature+Fix] Refactor database pulling logic #6

makinbacon21 opened this issue Sep 26, 2024 · 0 comments

Comments

@makinbacon21
Copy link
Member

Right now, we do an odd flow with where we asynchronously pull from our db and ITS db simultaneously. There are a few downsides to this:

  • We have to double pull
  • Race conditions with people adding
  • Searching dorm pulls people up whose dorms are hidden

Possible solutions:

  • Full db copy to ours
  • Redo logic to not suck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant