ramp_database.tools.frontend
.is_user_signed_up¶
-
ramp_database.tools.frontend.
is_user_signed_up
(session, event_name, user_name)¶ Whether or not user signed up to an event.
- Parameters
- session
sqlalchemy.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.
- session
- Returns
- is_signed_upbool
Whether or not the user is signed up for the event.