Add version details of all components via database collection #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A database collection should be created (using db-manager) and each individual component with DB access should post it's version number to the collection.
This way, the frontends are able to display the versions across the whole stack.
In the case of db-manager it would upsert on each run, the backend would upsert on each run (at startup). The frontend has no DB access so would output its own version string to the user.
Complete, the version currently at testing.owlboard.info has this feature working.