ramp_database.tools.frontend.is_user_sign_up_requested

ramp_database.tools.frontend.is_user_sign_up_requested(session, event_name, user_name)

Whether or not user signed up to an event.

Parameters
sessionsqlalchemy.orm.Session

The session to directly perform the operation on the database.

event_namestr

The RAMP event name.

team_namestr

The name of the team.

Returns
askedbool

Whether or not the user had asked to join event or not.