Add a version indicator to the frontend that displays the current version of the tool. The version should be fetched from the backend via an API endpoint.
Requirements
Create an API endpoint in the backend that returns the current version of the tool.
Fetch the version information from the frontend using the new API endpoint.
Display the version number prominently, such as in the footer or an about section.
Ensure the version display updates automatically when a new version is released.
Acceptance Criteria
The frontend successfully retrieves and displays the tool version from the backend.
The version number is visible and styled consistently with the application's design.
Error handling is in place for failed API requests.
Documentation is updated to include the new feature.
Additional Information
Coordinate with the backend team to define the API endpoint, e.g., GET /api/version.
Description
Add a version indicator to the frontend that displays the current version of the tool. The version should be fetched from the backend via an API endpoint.
Requirements
Acceptance Criteria
Additional Information
Coordinate with the backend team to define the API endpoint, e.g.,
GET /api/version
.