Commit Graph

40 Commits

Author SHA1 Message Date
Mateusz Konieczny
50cecf36bb add conservation area id 2022-10-03 08:04:26 +02:00
Mateusz Konieczny
6c29c36b3a add coverage note 2022-09-27 11:15:55 +02:00
Mateusz Konieczny
f5bcb7e6da change hint to 'Please add relevant link here' 2022-09-26 10:00:54 +02:00
Mateusz Konieczny
69087a1f32 reorder protected items
fixes #939
2022-09-25 00:57:58 +02:00
Mateusz Konieczny
cea4bad4e4 proper input form for UNESCO WHS 2022-09-24 12:57:22 +02:00
Mateusz Konieczny
5b4c0be1e5 tweak special input field further 2022-09-24 12:57:22 +02:00
Mateusz Konieczny
0e1d81f41e use proper form for the id input 2022-09-24 12:57:22 +02:00
Mateusz Konieczny
e9579070f5 get rid of defunct and not needed import 2022-09-24 12:57:22 +02:00
Mateusz Konieczny
cd52a4e494 mark URL entry as URL 2022-09-24 12:57:22 +02:00
Mateusz Konieczny
20f99e9103 Redesign interface listing protection
Per @polly64 checkbox fields were removed and switch was made to using links as both as input method and for providing source.

It is no longer possible to just claim that something is listed/featured, entering data will now be also faster
2022-09-24 12:57:17 +02:00
Mateusz Konieczny
cbd99f49f3 intendation to follow new nesting 2022-09-24 12:57:17 +02:00
Mateusz Konieczny
4d0ca9434f Introduce nested groups 2022-09-24 12:57:17 +02:00
Ed Chalstrey
42d659e607 fix planning_nhle_link 2022-07-25 11:41:08 +01:00
Ed Chalstrey
3b016dfd43 remove tooltip does not exist 2022-07-25 11:36:22 +01:00
Ed Chalstrey
66b281df37 use MultiDataEntry for planning_nhle_link 2022-07-25 11:35:24 +01:00
Ed Chalstrey
ebdc5aaa46 fix slug 2022-07-25 11:08:43 +01:00
Ed Chalstrey
ab4212ab1c un-disable 2022-07-25 11:02:12 +01:00
Ed Chalstrey
dc2d026f7f add planning_nhle_link 2022-07-25 11:00:09 +01:00
Ed Chalstrey
4ea5952b8f add verification buttons 2022-07-25 10:32:26 +01:00
Ed Chalstrey
7bea8a572a un-disable features 2022-07-25 10:04:04 +01:00
Mateusz Konieczny
5d3fc148e0 add announcement about planning 2022-07-04 19:14:40 +02:00
Maciej Ziarkowski
305f2f1671 Refactor map app with hooks and separated config 2021-02-24 07:49:56 +00:00
Tom Russell
79ace052d8 Verify active planning fields 2020-08-04 19:11:08 +01:00
Maciej Ziarkowski
a5556670fa Move/rename sections in Planning 2020-02-10 23:39:51 +00:00
Maciej Ziarkowski
213819859a Disable Historic England entries in planning 2020-02-09 22:51:59 +00:00
Maciej Ziarkowski
739bcad08a Lint semicolons 2019-11-07 09:13:30 +01:00
Maciej Ziarkowski
175d3236eb Organise imports in frontend and API 2019-11-07 07:45:19 +00:00
mz8i
06eb4e53ed
Merge branch 'develop' into feature/84-show-edit-history 2019-10-29 17:58:01 +00:00
Maciej Ziarkowski
09c343f91d Move all field titles/tooltips to data_fields.ts 2019-10-25 17:43:39 +01:00
Maciej Ziarkowski
dced56d004 Move to onChange/onLike handlers only, add types 2019-10-18 15:06:50 +01:00
Maciej Ziarkowski
e1e1bc7aa5 Process input inside SelectDataEntry 2019-10-17 15:32:41 +01:00
Maciej Ziarkowski
7c042dd58e Process input value inside CheckboxDataEntry 2019-10-17 14:38:52 +01:00
Maciej Ziarkowski
ca4750b0be Process input value inside DataEntry 2019-10-17 13:15:48 +01:00
Maciej Ziarkowski
ce473cb453 Fix checkbox inputs 2019-10-15 13:20:09 +01:00
Maciej Ziarkowski
354d8a6f96 Add data entry groups to planning category 2019-10-08 14:20:43 +01:00
Tom Russell
541a307b99 Unpack building edit to data-components with mode 2019-08-23 17:35:17 +01:00
Tom Russell
7d3e59a0ed Use Fragment instead of dl wrapper 2019-08-23 14:09:23 +01:00
Tom Russell
3cda6b7513 Planning view-only entries 2019-08-23 12:58:40 +01:00
Tom Russell
1997c34470 Avoid dependency loop
- building-view contained BuildingVIew and withCopyEdit
- and imported each data-container
- which each imported withCopyEdit to create their data-container

seemed okay from ts/webpack dev environment
but failed in jest test
2019-08-23 12:58:40 +01:00
Tom Russell
22db157e6e Create (empty) DataContainers for each category
Fields/children will be written as components, rather than generated declaratively.

BuildingEdit will be folded into the withCopyEdit higher-order-component,
hopefully removing some duplicated structure and functionality.
2019-08-23 12:58:40 +01:00