From fbc4b7d8581022adf7818768f85c755c5098df7c Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sat, 17 Dec 2022 02:39:18 +0100 Subject: [PATCH] segregate inactive groups into the end section --- .../building/data-containers/planning.tsx | 196 +++++++++--------- 1 file changed, 99 insertions(+), 97 deletions(-) diff --git a/app/src/frontend/building/data-containers/planning.tsx b/app/src/frontend/building/data-containers/planning.tsx index 2285224c..875aab60 100644 --- a/app/src/frontend/building/data-containers/planning.tsx +++ b/app/src/frontend/building/data-containers/planning.tsx @@ -73,74 +73,6 @@ const PlanningView: React.FunctionComponent = (props) => { allEntryCount={props.building.planning_data ? props.building.planning_data.length : 0} /> - - {/* will be titled "Other active application info (crowdsourced data)" once active" */} - - This category is not yet activated. - - {/* that is placeholder display, will be replaced by actual code */} -
-
-
    -
  • Year of completion if known
  • -
  • If you know of a planning application that has been recently submitted for this site, and is not listed in the blue box above, please enter its planning application ID below:
  • -
  • If any of the active planning applications are not mapped onto the correct site, please tick here
  • -
-
-
- { - /* - - - - - - - - on enabling switch it to UserOpinionEntry, remove value and restore userValue - */ - } - -
This section provides data on past applications where available from the GLA, including those with no decision in over a year @@ -429,51 +361,121 @@ const PlanningView: React.FunctionComponent = (props) => { verified_count={props.building.verified.planning_in_apa_url} /> - + + + {/* will be titled "Other active application info (crowdsourced data)" once active" */} This category is not yet activated. - - This section is designed to provide information on land parcels and their ownership type. Can you help us to crowdsource this information? - - + {/* that is placeholder display, will be replaced by actual code */}
    -
  • What type of owner owns this land parcel?
  • +
  • Year of completion if known
  • +
  • If you know of a planning application that has been recently submitted for this site, and is not listed in the blue box above, please enter its planning application ID below:
  • +
  • If any of the active planning applications are not mapped onto the correct site, please tick here
- - {/* - + onChange={props.onChange} + disabled={true} + /> + + + + + + on enabling switch it to UserOpinionEntry, remove value and restore userValue */ } + +
+ + + This category is not yet activated. + + + This section is designed to provide information on land parcels and their ownership type. Can you help us to crowdsource this information? + + +
+
+
    +
  • What type of owner owns this land parcel?
  • +
+
+
+ + {/* + + + */ + } +
)};