Skip to content

[Feature+Fix] Refactor database pulling logic #6

@makinbacon21

Description

@makinbacon21

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions