-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
[feature] Add way to see version of OpenWISP modules enabled and installed #273
Comments
We need a general version, the versions of the modules and some libraries that are important (we can define these). |
I think we can consider an openwisp module any python packages starting with
We can also show a general version number taken from the django project's The logic which fetches these version numbers must be pure python and will be called by a the UI.
We shall then add:
|
This will need a bit of thought and discussion before we can proceed.
We need a way to display the current OpenWISP version in the UI, however, right now there isn't really an OpenWISP version we can read, but every module has its own version, so maybe we could show the version of each OpenWISP module in use (but how can we dynamically determine the modules in use?).
We could have a system information page in which we show this information along other info (maybe we could show the underlying operating system).
The text was updated successfully, but these errors were encountered: