5.4.2.16.1. gemini_interface.blueprint.report.routes
Report Management Routes.
This module handles report generation and management functionality including document upload/download, report listing, and MongoDB/GridFS integration.
Functions
|
Check if the uploaded file has an allowed extension. |
Delete a document from the project's report collection. |
|
Get list of reports for a specific project. |
|
Download and open a document from the project's report collection. |
|
Upload document files to the project's report collection. |
- gemini_interface.blueprint.report.routes.allowed_file(filename)[source]
Check if the uploaded file has an allowed extension.
- gemini_interface.blueprint.report.routes.delete_document()[source]
Delete a document from the project’s report collection.
- gemini_interface.blueprint.report.routes.getreportlist()[source]
Get list of reports for a specific project.