Describe the story
Create an About Page which displays a description of the application, its purpose as a starter kit for modern React applications, and a summary of information about the current deployed application such as the application build attributes from the application configuration. The page should be publicly available in Router. Add a link to the About page to the AppMenu with the circleInfo icon.
Example configuration property values related to the build information. See config.ts for accessing these values in the application.
VITE_BUILD_DATE=1970-01-01
VITE_BUILD_TIME=00:00:00
VITE_BUILD_TS=1970-01-01T00:00:00Z
VITE_BUILD_COMMIT_SHA=local
VITE_BUILD_ENV_CODE=local
VITE_BUILD_WORKFLOW_NAME=local
VITE_BUILD_WORKFLOW_RUN_NUMBER=1
VITE_BUILD_WORKFLOW_RUN_ATTEMPT=1
Acceptance criteria
WHEN a user navigates to the About page
THEN the user is able to view a description of the app
AND the user is able to view a formatted and human-readable summary of attributes about the current application build
Describe the story
Create an About Page which displays a description of the application, its purpose as a starter kit for modern React applications, and a summary of information about the current deployed application such as the application build attributes from the application configuration. The page should be publicly available in
Router. Add a link to the About page to theAppMenuwith thecircleInfoicon.Example configuration property values related to the build information. See
config.tsfor accessing these values in the application.Acceptance criteria
WHEN a user navigates to the About page
THEN the user is able to view a description of the app
AND the user is able to view a formatted and human-readable summary of attributes about the current application build