You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Hackers that become Organizers lose the link to their application, since the Dashboard and the Apply tab run a useHackerQuery with the wrong contextual ID.
Organizers should be able to access their data and perform actions as if they are Hackers.
Steps:
Expand how Organizers are stored, linking their past Hacker object to it
Modify the logic for either the context provider or for different queries to accommodate the new field
OR
Modify how the context is provided for Organizers; perhaps giving them two different fields? So one to pull Hacker info, and another for Organizer auth levels.
Those are my immediate thoughts; I can write more post-hackathon.
The text was updated successfully, but these errors were encountered:
Currently, Hackers that become Organizers lose the link to their application, since the Dashboard and the Apply tab run a useHackerQuery with the wrong contextual ID.
Organizers should be able to access their data and perform actions as if they are Hackers.
Steps:
Expand how Organizers are stored, linking their past Hacker object to it
Modify the logic for either the context provider or for different queries to accommodate the new field
OR
Modify how the context is provided for Organizers; perhaps giving them two different fields? So one to pull Hacker info, and another for Organizer auth levels.
Those are my immediate thoughts; I can write more post-hackathon.
what is the use case btw? Why should organizers have hacker application data? For testing purposes?
Currently, Hackers that become Organizers lose the link to their application, since the Dashboard and the Apply tab run a useHackerQuery with the wrong contextual ID.
Organizers should be able to access their data and perform actions as if they are Hackers.
Steps:
OR
Those are my immediate thoughts; I can write more post-hackathon.
The text was updated successfully, but these errors were encountered: