5.4.2.17. gemini_interface.blueprint.routes

Main Application Routes.


This module contains the main Flask blueprint for the Gemini application. It handles the primary navigation routes, template rendering, and serves as the central hub for the web interface.

Functions

app_diagram()

Navigate to the application diagram builder interface.

app_esp()

ESP application interface.

app_injectionwellmonitoring()

Injection well monitoring application interface.

app_parameters_overview()

Parameters overview application interface.

app_productionwellperformance()

Production well performance application interface.

app_reportgenerator()

Report generator application interface.

app_tagbrowser()

Tag browser application interface.

app_well_schematics()

Well schematics application interface.

app_wellintegrity_monitoring()

Well integrity monitoring application interface.

docshtml(filename)

Serve documentation files.

documentation()

Documentation page.

index()

Navigate to the main application dashboard.

profile()

User profile page.

report()

Report management interface.

setting_plant()

Plant configuration interface.

timeseriesviewer()

Time series viewer application interface.

gemini_interface.blueprint.routes.app_diagram()[source]

Navigate to the application diagram builder interface.

gemini_interface.blueprint.routes.app_esp()[source]

ESP application interface.

gemini_interface.blueprint.routes.app_injectionwellmonitoring()[source]

Injection well monitoring application interface.

gemini_interface.blueprint.routes.app_parameters_overview()[source]

Parameters overview application interface.

gemini_interface.blueprint.routes.app_productionwellperformance()[source]

Production well performance application interface.

gemini_interface.blueprint.routes.app_reportgenerator()[source]

Report generator application interface.

gemini_interface.blueprint.routes.app_tagbrowser()[source]

Tag browser application interface.

gemini_interface.blueprint.routes.app_well_schematics()[source]

Well schematics application interface.

gemini_interface.blueprint.routes.app_wellintegrity_monitoring()[source]

Well integrity monitoring application interface.

gemini_interface.blueprint.routes.docshtml(filename)[source]

Serve documentation files.

gemini_interface.blueprint.routes.documentation()[source]

Documentation page.

gemini_interface.blueprint.routes.index()[source]

Navigate to the main application dashboard.

gemini_interface.blueprint.routes.profile()[source]

User profile page.

gemini_interface.blueprint.routes.report()[source]

Report management interface.

gemini_interface.blueprint.routes.setting_plant()[source]

Plant configuration interface.

gemini_interface.blueprint.routes.timeseriesviewer()[source]

Time series viewer application interface.