app.controllers package
Submodules
app.controllers.channelmapping module
- app.controllers.channelmapping.channelmapping_dict_to_model(db_channelmapping, channelmapping_dict)
- app.controllers.channelmapping.create_channelmapping(db: Session, user: User, channelmapping: ChannelMappingCreate)
- app.controllers.channelmapping.delete_channelmapping_by_user_and_id(channelmapping_id: int, db: Session, user: User)
app.controllers.fileuploads module
app.controllers.processinghistory module
- app.controllers.processinghistory.create_processing_history(db: Session, db_scoringrun: ScoringRun, user_id: int, message=None)
app.controllers.user module
- app.controllers.user.create_user(db: Session, user: User, user_to_create: UserCreate)
- app.controllers.user.get_or_create_user_from_token(db: Session, jwt: dict)