Skip to content
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

Closed
wants to merge 12 commits into from

Conversation

augustlindemer
Copy link
Collaborator

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.

Copy link

github-actions bot commented Jun 11, 2024

Removed vultr server and associated DNS entries

Copy link
Member

@jessicamcinchak jessicamcinchak left a 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)?",
Copy link
Member

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,
      },

@augustlindemer augustlindemer deleted the augustlindemer-new-GLA branch September 4, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants