Skip to content

uk-gov-mirror/SkillsFundingAgency.das-roatp-assessor

 
 

Repository files navigation

Digital Apprenticeships Service

RoATP Assessor

Licensed under the MIT license

crest RoATP Assessor
Info A service which allows EFSA staff members to assess & moderate RoATP applications.
Build Build Status
Web https://localhost:44350/

Developer Setup

Requirements

Setup

  • Clone this repository
  • Open Visual Studio as an administrator
Publish Database

RoATP Assessor does not have a database it accesses the RoATP Apply database via its internal APIs.

Config
  • Get the das-roatp-assessor configuration json file from das-employer-config; which is a non-public repository.
  • Create a Configuration table in your (Development) local Azure Storage account.
  • Add a row to the Configuration table with fields: PartitionKey: LOCAL, RowKey: SFA.DAS.RoatpAssessor_1.0, Data: {{The contents of the local config json file}}.
To run a local copy you will also require

To use RoATP Apply functionality; you will need to have the SFA.DAS.ApplyService.InternalApi project running, from the das-apply-service project.

To access the QnA functionality for training providers:

Run the solution

  • Set SFA.DAS.RoatpAssessor.Web as the startup project
  • Running the solution will launch the site and API in your browser
  • JSON configuration was created to work with dotnet run

-or-

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 54.2%
  • HTML 45.2%
  • CSS 0.6%