Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ad-hoc export modules for logged-in users #37

Open
jandevaty opened this issue Jun 15, 2023 · 1 comment
Open

Implement ad-hoc export modules for logged-in users #37

jandevaty opened this issue Jun 15, 2023 · 1 comment

Comments

@jandevaty
Copy link
Collaborator

My idea is that there would be a single page (accessible only for users with role reader and higher) with links to .php scripts providing ad-hoc structured exports. I have bunch of such script for various model calibration etc. but as it is those scripts can be run either on local copy of the DB on a machine with virtual php/mysql server (so it demands an advanced user to run them), or could be placed on the production server and be available for anybody who knows the address (possible data leak to unwanted persons). Would be nice to have the possibility to add some short description (abstract) of the scripts.

@jandevaty
Copy link
Collaborator Author

So after recent development of the runoffdb_miner python framework I'd suggest to implement those "export scripts" using the runoffdb_miner. The most used export templates are already prepared so only the execution by clicking a link on a dedicated page is needed. The template methods however accept some arguments (filtering by simulation date, simulator id, locality id etc.) and would be nice to have those available for these exports ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant