-
-
Notifications
You must be signed in to change notification settings - Fork 920
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
Created web frontend launched via --web flag #1967
Conversation
merge upstream
Wow, that's amazing! Of course, I will merge it! I'll squash and merge it later. The only thing I see that needs fixing is adding a new argument to the tests in test_cli, so all checks pass successfully. I can create a PR with this fix for your fork later, but you can probably address it more quickly. |
Very happy to see my PR seems useful to you! I can see from the sourcecode how much effort is going into this and would be happy to participate. Doing so, I will do some further PRs on the webinterface, but unfortunately am not familiar with the pytest and poetry sections. |
Ok, I fixed tests, please, merge this PR into your repo: overcuriousity#3 |
merged your PR, but had to add a critical bugfix (webinterface launching always without arg). |
Great, thanks, let's merge it! I've created a task for documentation for the web interface, to not forget: #1971 |
I created a simple lightweight flask frontend.
This is a draft and will receive the additional commandline flags as options.
Frontend can be launched by specifying --web to the launching command, with optional port.
Creates all of the export options and offers them as download, created the graph and embeds it to the results page.
If not merged, I will possibly maintain a fork. I think its lightweight enough to be merged.
Feedback approved.