Trust-Anchor-Group / NeuroAccessMaui

Contains a Maui App for TAG Neuro-Access.
Other
4 stars 1 forks source link

Only show From and To in contract view if they contain valid information #104

Open PeterWaher opened 3 weeks ago

PeterWaher commented 3 weeks ago

In contracts, there's a From and To argument, which defines when a contract can be signed. If there are no such limits, they will have DateTime.MinValue and DateTime.MaxValue respectively. Now, these dates are shown in the contract view. They should only be shown if they contain relevant information (i.e. >= Today and < DateTime.MaxValue)

image

You can scan this QR code to create a simple contract illustrating the issue:

image