-
Notifications
You must be signed in to change notification settings - Fork 159
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
show web ui version number to users #5954
Comments
We typically have the syntax But I see a different issue: Right now we're releasing ownCloud Web as one bundle with a couple of core apps, with only one single version number for the whole bundle. But each extension could have its own version number, and especially when it's not maintained by ownCloud, it probably / hopefully will have one. So my main question is: what are we trying to solve?
I think the visible area of the web ui is not the best place to provide versioning information. We could give a comprehensive list of involved software and their respective versions in the browser console. Or in a dedicated The least info I'd expect is the backend version and the version of the web-ui. If the backend is oCIS it typically contains a certain release of the web ui, so in that case we wouldn't even need the version of the web-ui, but only the oCIS version. |
as discussed: lets write the version and additional info as you like as meta tags into the html header |
@hodyroff FYI |
Description
User Stories
Value
Acceptance Criteria
examples:
<meta name="generator" content="ownCloud Web UI 4.5.0, ocis 10.0.11 reva">
<meta name="generator" content="ownCloud Web UI 4.5.0, ownCloud 10.8.0 community">
Definition of done
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
[ ] code review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
[ ] no sonar cloud issues
The text was updated successfully, but these errors were encountered: