Ed Chalstrey
61b2a40345
add a maxLength designers
2022-06-01 16:01:09 +01:00
Ed Chalstrey
663a910cc1
add designers
2022-06-01 15:54:01 +01:00
Ed Chalstrey
50621b48b0
add developer_type
2022-06-01 15:01:22 +01:00
Ed Chalstrey
d2c725859c
rename year_work_carried_out to extension_year
2022-06-01 14:30:31 +01:00
Ed Chalstrey
e80d19a27c
add verification buttons
2022-06-01 14:29:06 +01:00
Ed Chalstrey
3716e0fc95
rename work_carried_out to year_work_carried_out
2022-06-01 14:19:42 +01:00
Ed Chalstrey
14fd83b7ee
add extension logic
2022-06-01 14:17:17 +01:00
Ed Chalstrey
2d65372a56
add logic based on is_extension
2022-06-01 14:08:46 +01:00
Ed Chalstrey
6a7bfdf5e7
add tooltip for work_carried_out
2022-06-01 11:40:52 +01:00
Ed Chalstrey
7e5df0a850
remove tooltip
2022-06-01 11:37:39 +01:00
Ed Chalstrey
92fcc44fc9
enable date_year to be edited via Planning
2022-06-01 11:35:58 +01:00
Ed Chalstrey
1dbd4f2964
addd currentYear var
2022-06-01 11:29:59 +01:00
Ed Chalstrey
1adfc5f106
upddate work_carried_out
2022-06-01 11:27:25 +01:00
Ed Chalstrey
63eb2c3bb7
import NumericDataEntry
2022-06-01 11:15:19 +01:00
Ed Chalstrey
8923213f7c
add work_carried_out field
2022-06-01 11:12:49 +01:00
Ed Chalstrey
47ea1440ca
remove bullet points
2022-06-01 10:51:24 +01:00
Ed Chalstrey
7f6becafc2
import SelectDataEntry
2022-06-01 10:36:47 +01:00
Ed Chalstrey
3c18b98740
import datafields team
2022-06-01 10:35:35 +01:00
Ed Chalstrey
562d17c3ed
add is_extension
2022-06-01 10:29:57 +01:00
Ed Chalstrey
91242f3584
remove msg
2022-06-01 09:48:11 +01:00
Mateusz Konieczny
05bb5f36ae
New message in Team view
2022-02-16 14:46:54 +01:00
Maciej Ziarkowski
3188fa09cc
Update categories and data fields text/names
2021-02-25 03:22:25 +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
Maciej Ziarkowski
dced56d004
Move to onChange/onLike handlers only, add types
2019-10-18 15:06:50 +01:00
Tom Russell
4fcc256f16
Team view-only notes
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