Apps¶
basicApp.py¶
-
class
BasicApp(title, subtitle, description, page_type, layout=[], logo=None, footer=None)[source]¶ Bases:
objectDefines what an App is in the report_manager. Other Apps will inherit basic functionality from this class. Attributes: Title, subtitle, description, logo, footer.
-
property
title¶
-
property
subtitle¶
-
property
description¶
-
property
page_type¶
-
property
logo¶
-
property
layout¶
-
property
dataUploadApp.py¶
-
class
DataUploadApp(title, subtitle, description, layout=[], logo=None, footer=None)[source]¶ Bases:
ckg.report_manager.apps.basicApp.BasicAppDefines what the dataUpload App is in the report_manager. Used to upload experimental and clinical data to correct project folder.
Warning
There is a size limit of 55MB. Files bigger than this will have to be moved manually.
dataUpload.py¶
homepageApp.py¶
homepageStats.py¶
importsApp.py¶
imports.py¶
initialApp.py¶
loginApp.py¶
-
class
LoginApp(title, subtitle, description, layout=[], logo=None, footer=None)[source]¶ Bases:
ckg.report_manager.apps.basicApp.BasicAppDefines the login App Enables user to access the reports
projectApp.py¶
projectCreationApp.py¶
-
class
ProjectCreationApp(title, subtitle, description, layout=[], logo=None, footer=None)[source]¶ Bases:
ckg.report_manager.apps.basicApp.BasicAppDefines what the project creation App is in the report_manager. Includes multiple fill in components to gather project information and metadata.