This is a first front-end working solution
I will give up the cli for the frontend.
Things I have implemented here:
A main page with file imports for .fem and .mpcf -> Can start a run with a button
A db import button (Why: Runs take time. DB is the result of it - so i can also read this in)
How does that work:
The files are only available as a relative path in the browser, thats why I upload them into a constant folder path within the repository called data/uploads.
This enables me to do backend code witht the files when I only know the filename.
The File Upload is also valid for big files as its implemented to upload chunks.
Next steps:
Style changes (its too basic right now)
API separation - i have all ocmmands in a large file right now
This is a first front-end working solution I will give up the cli for the frontend.
Things I have implemented here:
How does that work: The files are only available as a relative path in the browser, thats why I upload them into a constant folder path within the repository called data/uploads. This enables me to do backend code witht the files when I only know the filename.
The File Upload is also valid for big files as its implemented to upload chunks.
Next steps: