5.4.2. gemini_interface.blueprint
Gemini Blueprint Package.
This package contains Flask blueprints for the Gemini application, organizing the web interface into modular components for different functional areas.
The blueprint system provides: - Main application routes and navigation - Authentication and authorization - Project management - Application-specific modules (ESP, well monitoring, etc.) - Background task processing - Database models
Modules: - routes: Main application routes - dbmodels: Database models for users and projects - celerytasks: Background task definitions - auth: Authentication and authorization - project: Project management - dashboard: Dashboard and analytics - setting_plant: Plant configuration - app_*: Application-specific blueprints
Modules
App Builder Application Blueprint. |
|
Chat Popup Application Blueprint. |
|
ESP Application Blueprint. |
|
Injection Well Monitoring Application Blueprint. |
|
Parameters Overview Application Blueprint. |
|
Production Well Performance Application Blueprint. |
|
Report Generator Application Blueprint. |
|
Tag Browser Application Blueprint. |
|
Well Schematics Application Blueprint. |
|
Well Integrity Monitoring Application Blueprint. |
|
Authentication Blueprint. |
|
Celery Tasks Module. |
|
Dashboard Blueprint. |
|
Database models. |
|
Project Management Blueprint. |
|
Report Blueprint. |
|
Main Application Routes. |
|
Plant Settings Blueprint. |