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

allowed_file(filename)

Check if the uploaded file has an allowed extension.

get_template_component()

Get template component properties for the app builder.

load_diagram()

Load the application diagram from the project.

load_template()

Load the application diagram from the template.

log_status()

Get log status for the project.

save_diagram()

Save the application diagram to the project.

upload_well_tally()

Upload and process well tally CSV/TXT file.

upload_well_trajectory()

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.log_status()[source]

Get log status for the project.

gemini_interface.blueprint.app_builder.routes.save_diagram()[source]

Save the application diagram to the project.

gemini_interface.blueprint.app_builder.routes.upload_well_tally()[source]

Upload and process well tally CSV/TXT file.

gemini_interface.blueprint.app_builder.routes.upload_well_trajectory()[source]

Upload and process well trajectory CSV file.