5.4.2.1.1. gemini_interface.blueprint.app_builder.routes
App Builder Application Routes.
This module handles application diagram building and configuration management including diagram saving/loading and template component management.
Functions
|
Check if the uploaded file has an allowed extension. |
Get template component properties for the app builder. |
|
Load the application diagram from the project. |
|
Load the application diagram from the template. |
|
Get log status for the project. |
|
Save the application diagram to the project. |
|
Upload and process well tally CSV/TXT file. |
|
Upload and process well trajectory CSV file. |
- gemini_interface.blueprint.app_builder.routes.allowed_file(filename)[source]
Check if the uploaded file has an allowed extension.
- gemini_interface.blueprint.app_builder.routes.get_template_component()[source]
Get template component properties for the app builder.
- gemini_interface.blueprint.app_builder.routes.load_diagram()[source]
Load the application diagram from the project.
- gemini_interface.blueprint.app_builder.routes.load_template()[source]
Load the application diagram from the template.
- gemini_interface.blueprint.app_builder.routes.save_diagram()[source]
Save the application diagram to the project.