Ed Chalstrey
a669621cb3
limit location to being url
2022-07-07 10:23:29 +01:00
Ed Chalstrey
c8139f2d73
change building name to building info link
2022-07-07 10:13:00 +01:00
Ed Chalstrey
858d4408ea
restrict location_street and location_line_two to 30 chars
2022-07-06 15:28:33 +01:00
Ed Chalstrey
d64444bd74
fix error
2022-07-05 16:35:48 +01:00
Ed Chalstrey
a17a1820e5
add verification
2022-07-05 16:32:00 +01:00
Ed Chalstrey
c3323d9531
un-disable
2022-07-05 16:29:30 +01:00
Ed Chalstrey
e97b94bded
remove info box
2022-07-05 16:22:49 +01:00
Ed Chalstrey
7ac1ab66a8
add more verification buttons
2022-05-19 12:58:54 +01:00
Ed Chalstrey
c7ff672e3b
add verify button ref_osm_id
2022-05-19 12:56:31 +01:00
Maciej Ziarkowski
b6ecbb61c2
Add patern data entry to location number
2021-06-16 21:35:09 +01:00
Maciej Ziarkowski
305f2f1671
Refactor map app with hooks and separated config
2021-02-24 07:49:56 +00:00
Maciej Ziarkowski
5001ab7426
Disable location free-text field editing
2021-01-15 18:40:24 +00:00
Tom Russell
ea64d4cb5d
Disable verify if edited
2020-08-04 19:15:37 +01:00
Tom Russell
522fb8ec09
Verify address name/number/street (and open to editing)
2020-08-04 18:29:50 +01:00
Maciej Ziarkowski
06dfae0113
Set bounds for numbers, increase lat/lon precision
2019-11-28 12:22:10 +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
ca4750b0be
Process input value inside DataEntry
2019-10-17 13:15:48 +01:00
Maciej Ziarkowski
7e9cc4cde4
Parse numbers in NumericDataEntry
2019-10-16 21:16:10 +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
51d8ac3ed7
Fold edit-handling functionality into data-container
...
The intention is to wrap components using withCopyEdit and to use
a 'mode' prop to control view/edit/copy/paste mode.
Next steps to unpack form field data components and update in eaech
category container.
2019-08-23 12:59:50 +01:00
Tom Russell
a9cd7a58ea
Location 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