-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add new GLA schemas for residential units and existing and proposed uses #3264
Conversation
Removed vultr server and associated DNS entries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These work as expected for me!
{ | ||
type: "number", | ||
data: { | ||
title: "What is the existing gross internal floor area (in square metres)?", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi: "number" types accept an optional units
like this that will display to the right of the input box:
data: {
title: "What is the existing gross internal floor area?",
units: "m²",
fn: "GIAExisting",
allowNegatives: false,
},
Changed GLA schemas from new/rebuild/retained/lost to gained/lost structure. Added existing and proposed uses schema.
Need to check subsequently as to new summary/count total requirements or if they can be created manually.