-
Notifications
You must be signed in to change notification settings - Fork 321
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 version info #1240
implement version info #1240
Conversation
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 simple solution, thank you. There are only two minor comments. Besides that, you can merge this PR after resolving the conflicts.
[JPlag Report Viewer] SonarCloud Quality Gate failed. 0 Bugs 0.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
[JPlag Plagiarism Detector] Kudos, SonarCloud Quality Gate passed! |
Solves #1001
In the FileUploadView in the bottom right corner the user gets a small info text about the current version (either version number, reference to the newest version or that is a development version (0.0.0)).
With this the Alert about using the develoment version was also removed, since it is now indicated in the FileUploadView directly.
The version type was modified to be a class that has usefull functions (like comparing versions and printing them as strings) to clean up the code