Skip to content

This application provides the book a video hearing functionality for the video hearing case administrator.

License

Notifications You must be signed in to change notification settings

hmcts/vh-admin-web

This branch is 7 commits ahead of, 9 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

718b577 · Nov 28, 2024
Mar 29, 2023
Mar 29, 2020
Jul 12, 2023
Nov 28, 2024
Oct 24, 2024
Mar 29, 2023
Nov 10, 2019
Apr 11, 2023
May 22, 2024
Nov 26, 2024
Sep 7, 2020
Oct 24, 2024
Feb 18, 2019
Sep 27, 2024
Nov 26, 2024
Dec 14, 2022
Oct 30, 2024
May 16, 2023
Mar 29, 2023
Sep 27, 2024

Repository files navigation

vh-admin-web

This application provides the book a video hearing functionality for the video hearing case administrator.

Sonar Cloud

Quality Gate Status

Build Status

Build Status

Running accessibility linting

In the ClientApp folder run node acessability_lint.js. Will output a json with any issues.

Branch name git hook will run on pre commit and control the standard for new branch name

The branch name should start with: feature/VIH-XXXX-branchName (X - is digit). If git version is less than 2.9 the pre-commit file from the .githooks folder need copy to local .git/hooks folder. To change git hooks directory to directory under source control run (works only for git version 2.9 or greater) : $ git config core.hooksPath .githooks

Commit message

The commit message will be validated by prepare-commit-msg hook. The commit message format should start with : 'feature/VIH-XXXX : ' folowing by 8 or more characters description of commit, otherwise the warning message will be presented.

Running the app as a container

Visit the VH-Setup repository for Instructions to run as a container locally..

Running the app with docker compose

docker compose -f "AdminWebsite/docker-compose.override.yml" up -d --build