-
Notifications
You must be signed in to change notification settings - Fork 332
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
Report Viewer Demo #1448
Report Viewer Demo #1448
Conversation
You should be able to reuse the token |
Quality Gate passed for 'JPlag Report Viewer'Kudos, no new issues were introduced! 0 New issues |
Demo can be viewed here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the solution, let's see whether it will eventually break the build 😁 I just created an empty Demo repository.
For a future version, we should discuss whether the report viewer should directly open up the overview page in demo mode because the file upload view is a little bit pointless.
@Kr0nox should be fixed now. I've retriggered the Workflow :) |
This PR adds a demo for the report viewer. This demo will be hosted in a new repository (called demo) and will then be accessible on jplag.github.io/Demo/
The demo gets updated on each push to main.
We build jplag from its sources and then run it on the progpedia dataset. The results are inserted into the report viewer
To preview the demo locally, you have to add a report called
example.zip
to the public folder in the report-viewer and then run:npx vite --mode demo
@tsaglam Before the newly created workflow gets run (so either before the merge of develop into main or before it is run manually) please create an new repo called
Demo
and create thegh-pages
branch.@dfuchss Do you know whether we can reuse the token for the dev deploy in the workflow?