app.model.orm.submission#
Classes#
A temporary container for the data of a |
Module Contents#
- class app.model.orm.submission.Submission[source]#
Bases:
app.model.orm.orm_base.OrmBaseA temporary container for the data of a
Study, uploaded by a particularUser.The study design is stored in a JSON field, built up over several steps in a frontend form. The study measurements are stored in an uploaded excel file. Both of these are processed to create individual entities that are accessible to the public.
- createdAt: sqlalchemy.orm.Mapped[datetime.datetime][source]#
- updatedAt: sqlalchemy.orm.Mapped[datetime.datetime][source]#
- publishedAt: sqlalchemy.orm.Mapped[datetime.datetime][source]#