Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (32 loc) · 2.12 KB

File metadata and controls

53 lines (32 loc) · 2.12 KB
Builds Branch Status
Circle CI main dof-dss
SonarCloud main Quality Gate Status

nicts-probate-eligibility-checker

Description

This is a simple eligibility checker for the Probate process. The users hit this first after the main Drupal site.

Contents of this file

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation. The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.

Project Documentation

Why did we build this project?

We built this to streamline the probate process.

What problem was it solving?

This solves the problem of working out if citizens can apply for probate online in Northern Ireland.

How did we do it?

This is a simple dotnet core application with the questions hard coded into the site.

Future plans

This site will be used for a variety of other projects not just Probate. It will be used as an entry point to check eligibility for a certain government service.

Deployment guide

To build run "dotnet build" in command line then dotnet run to run the site