Code repository for the Service Insights product, part of the National Screening Platform (NSP).
Clone the repository
git clone https://github.com/NHSDigital/dtos-service-insights.git
cd dtos-service-insights
The following software packages, or their equivalents, are expected to be installed and configured:
- Git version control
- .NET 8 SDK
- Azure Functions Core Tools
- Azure Storage Explorer
-
Select the NHS DToS profile as your VS Code profile to install all the recommended VS Code extensions
-
Start the Azurite Blob Service and Azurite Queue Service
-
Run
func start
in the folder of each function project you wish to run
There are make
tasks for you to configure to run your tests. Run make test
to see how they work. You should be able to use the same entry points for local development as in your CI pipeline.
The C4 model is a simple and intuitive way to create software architecture diagrams that are clear, consistent, scalable and most importantly collaborative. This should result in documenting all the system interfaces, external dependencies and integration points.
Most of the projects are built with customisability and extendability in mind. At a minimum, this can be achieved by implementing service level configuration options and settings. The intention of this section is to show how this can be used. If the system processes data, you could mention here for example how the input is prepared for testing - anonymised, synthetic or live data.
Describe or link templates on how to raise an issue, feature request or make a contribution to the codebase. Reference the other documentation files, like
- Environment setup for contribution, i.e.
CONTRIBUTING.md
- Coding standards, branching, linting, practices for development and testing
- Release process, versioning, changelog
- Backlog, board, roadmap, ways of working
- High-level requirements, guiding principles, decision records, etc.
Provide a way to contact the owners of this project. It can be a team, an individual or information on the means of getting in touch via active communication channels, e.g. opening a GitHub discussion, raising an issue, etc.
The LICENCE.md file will need to be updated with the correct year and owner
Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.
Any HTML or Markdown documentation is © Crown Copyright and available under the terms of the Open Government Licence v3.0.