This is the new sdlt-filing-frontend repository
Service Manager: sm2 --start SDLT_ALL
To run all tests and coverage: sbt clean compile coverage test it/test coverageOff coverageReport
To start the server locally on port 10910: sbt run
Run the command: sbt run -Dapplication.router=testOnlyDoNotUseInAppConf.Routes
This allows access to the following test routes:
The project uses domain-based organisation. Each new page should be placed in the appropriate domain folder:
app/
├── controllers/[section]/ # e.g. controllers/vendor
├── models/[section]/ # e.g. models/vendor
├── views/[section]/ # e.g. views/vendor
├── forms/[section]/ # e.g. forms/vendor
├── pages/[section]/ # e.g. pages/vendor
└── viewmodels/checkAnswers/[section]/ # e.g. viewmodels/checkAnswers/vendor
test/
├── controllers/[section]/ # e.g. controllers/vendor
├── models/[section]/ # e.g. models/vendor
├── forms/[section]/ # e.g. forms/vendor
└── views/[section]/ # e.g. views/vendor
This code is open source software licensed under the Apache 2.0 License.