UK-SBCoA / uniform-data-set-dotnet-web

.NET Core implementation of UDS with MVC and Razor Class UI Library
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Add the disable functionality #101

Closed mlan225 closed 7 months ago

mlan225 commented 8 months ago

Resolves: #83

List of changes and additions made to the C1 functionality

Reviewing the form

The form is pretty straightforward to follow. Optional inputs are required after being enabled, all parent inputs are required to have values on completion. Range inputs enable child fields within valid range. Following the error messages after trying to complete a blank form should give you a roadmap for checking.

Required for testing

You will need to run the web PR alongside this PR here: UK-SBCoA/uniform-data-set-dotnet-api#19

ashleybot commented 7 months ago

@smiththay Could you review this PR?

mlan225 commented 7 months ago

Good catch @smiththay, added the regex validation range to LOGIPREV