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

Releases: UK-SBCoA/uds-dotnet-mvc

v3.0.0-beta.3

18 May 12:46
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

What's New

  • Makes small changes to form versions for A5 and B5
  • Adds details views for A4, C2
  • No longer sets IsNewCoParticipant on A2 for initial visits
  • Fixes validation on C2
  • Fixes pagination bug with filter on Visits index
  • Fixes UI bug with A3 when Primary neurological problem/psychiatric condition = 8
  • Makes column naming more consistent in A3 relatives (SubjectFamilyHistory -> PacketId)
  • Adds checks in packet completion workflow and assumes multiple concurrent users. Each form checks for overall packet completion, each form can adjust Z1 status, Z1 controls ability to change overall packet status.

v3.0.0-beta.2

09 Mar 14:44
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

What's New

  • Typo fixed in Symptoms property (this will require you to generate a new migration and update to your underlying data structure).
  • Visit overviews now display Z1 statuses (whether an optional form is marked to be included or not included in a packet).

v3.0.0-beta.1

04 Mar 13:45
4f87d30
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

UDS for .NET MVC Launch

This codebase is intended to be a foundational starting point for your own implementation of a .NET MVC web app. We implemented it with minimal authentication and decoupled from any participants service so that you can customize to your needs.

We've included all required forms for UDS version 3 data capture for initial in-person, follow-up in-person, and follow-up telephone visits.

Read more about getting production-ready in the wiki.

We welcome feature requests and discussions for improvements.