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

Add overview #557

Closed
pdawyndt opened this issue Jul 17, 2021 · 2 comments · Fixed by #740
Closed

Add overview #557

pdawyndt opened this issue Jul 17, 2021 · 2 comments · Fixed by #740
Labels
enhancement New feature or request web UI

Comments

@pdawyndt
Copy link
Contributor

pdawyndt commented Jul 17, 2021

Dolos web interface should display an overview page of the analysis (home page):

  • settings
    • programming language
    • number of files
    • k-gram size
    • window size
    • date when analysis was run
  • results
    • files that could not be parsed due to syntax errors
    • confirmed cases of plagiarism by manual inspection (# files, # file pairs)
@pdawyndt pdawyndt added enhancement New feature or request web UI labels Jul 17, 2021
@rien
Copy link
Member

rien commented Sep 16, 2021

This page should be the first page shown to users and should contain actionable information.

As main visualization we could show a histogram which can give a quick impression of the similarities. Showing all intersections would be too much because of the quadratic growth, a single datapoint per file would be better. A good candidate is the highest similarity per file.

@maartenvn
Copy link
Contributor

Closed by #740

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web UI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants