Maciej Ziarkowski
17b83212c6
Preload auth context with user data from SSR
2021-02-17 22:43:04 +00:00
Maciej Ziarkowski
2d53154a82
Correct My Account page whitespace formatting
2021-02-17 22:40:44 +00:00
Maciej Ziarkowski
edde1fc1c7
Add mapnik XML directory to build output
...
Enables deploying the whole app by simply copying the build folder
2021-02-15 18:27:31 +00:00
Tom Russell
3032569b06
Update setup-dev-environment.md
...
Formatting improvements, delete stray backtick, add note to test postgres connection.
2021-02-10 17:31:44 +00:00
Maciej Ziarkowski
bc55871661
Merge pull request #659 from mz8i/feature/state-mgmt
...
Move user authentication to context and hooks
2021-02-09 08:19:26 +00:00
Maciej Ziarkowski
3bb01f6a11
Move user authentication to context and hooks
2021-02-08 16:03:30 +00:00
Maciej Ziarkowski
1ff3b38c4a
Refactor data maps and add building outlines ( #630 )
...
* Add subtle border for age layer buildings
* Simplify map data queries
* Fix typo in updated construction layer query
* Enable data tile caching switch for development
* Enable turning tile cache off
* Use render time variables for highlight tiles
* Create building numbers map layer
* Create database view for simpler map queries
* Decrease min zoom for numbers layer
* Add building outlines to all map layers
* Adjust building numbers style and zoom level
* Revert "Create database view for simpler map queries"
This reverts commit e3c342cb7393f491c838df5654c2316a9dab08e1
which cannot be implemented before upgrading Postgres to min v11
2021-01-29 02:40:11 +00:00
Maciej Ziarkowski
2927b04b54
Reorganise menu items ( #652 )
2021-01-29 00:35:14 +00:00
Maciej Ziarkowski
e42d0980c9
Refactor header menu to accept list of links
2021-01-28 03:20:01 +00:00
Maciej Ziarkowski
de2094eb29
Remove categories from header, add link targets
2021-01-28 03:20:01 +00:00
Maciej Ziarkowski
44a3725058
Update references to UCL and Alan Turing Institute
2021-01-21 16:30:31 +00:00
Maciej Ziarkowski
27a3c20e85
Replace Travis with GitHub CI badge in README
...
GitHub does not allow customising the text on the badge, so currently the badge displays
the name of the GitHub Action: Node.js CI
2021-01-21 02:45:39 +00:00
Maciej Ziarkowski
79eff831b2
Refactor API building service into multiple files
2021-01-21 02:27:14 +00:00
Maciej Ziarkowski
37bbf41576
Move WIP migrations to unreleased/ subfolder
...
Currently, there are migration SQL scripts on the master branch
that have not been released, yet are in the migrations folder.
Although the files have a 0xx number rather than a set number,
this could still lead someone to run the scripts following the
standard migration application process defined in the docs.
Please do not commit work-in-progress migration files to the
master branch. The temporary unreleased/ folder should be
removed once these migrations are released.
2021-01-20 17:55:45 +00:00
Maciej Ziarkowski
5001ab7426
Disable location free-text field editing
2021-01-15 18:40:24 +00:00
Maciej Ziarkowski
3a0c852088
Refactor and restyle UI ( #645 )
...
Tweaks to visual output and code organisation related to styles of:
- sidebar (category grid, data view/edit, section headers and action buttons)
- header/menu
- map controls (search box)
- layout (sidebar, menu, header sizes)
2020-12-27 23:51:32 +00:00
Maciej Ziarkowski
9219f76c12
Update txt: point repo links to new organisation
2020-12-09 13:25:38 +00:00
Maciej Ziarkowski
886fb3b23f
Edit txt: update Use info on Residential default
2020-12-09 13:24:07 +00:00
Maciej Ziarkowski
e0e712ebe1
Edit cat: rename Original Use to Type
2020-12-09 12:44:53 +00:00
Maciej Ziarkowski
93d8493a57
Edit website text content and images
2020-12-05 01:07:59 +00:00
Maciej Ziarkowski
e789424ed0
Create a test Github Action ( #640 )
...
* Create test Action
* Add working directory to test Action
* Add npm caching to test Action
2020-12-03 15:10:12 +00:00
Tom Russell
488a5da1bb
Merge pull request #625 from colouring-london/feature/verification
...
Feature/verification
2020-08-07 14:53:17 +01:00
Tom Russell
ea9bbc81a6
Throw confetti from verify button location.
2020-08-07 14:48:45 +01:00
Tom Russell
54a1033eeb
Fix up interface for DataContainerProps - edited not required
2020-08-04 19:23:07 +01:00
Tom Russell
ea64d4cb5d
Disable verify if edited
2020-08-04 19:15:37 +01:00
Tom Russell
3e8497e96a
Verify sustainability
2020-08-04 19:15:26 +01:00
Tom Russell
79ace052d8
Verify active planning fields
2020-08-04 19:11:08 +01:00
Tom Russell
414e99d1f3
Avoid duplication in checkbox data entries
2020-08-04 19:10:46 +01:00
Tom Russell
9942225807
Disable buttons (but still show) if not verifiable
2020-08-04 19:10:26 +01:00
Tom Russell
4b3136c5d6
Verify active size fields
2020-08-04 18:40:25 +01:00
Tom Russell
522fb8ec09
Verify address name/number/street (and open to editing)
2020-08-04 18:29:50 +01:00
Tom Russell
dc6eb74172
Verify attachment/configuration
2020-08-04 18:20:38 +01:00
Tom Russell
77a916134c
Verify land use group/s
2020-08-04 17:16:57 +01:00
Tom Russell
8f56f96779
Verify date_year
2020-08-04 17:01:20 +01:00
Tom Russell
a143b76dde
Add note on building_verification table permissions
2020-08-04 16:52:21 +01:00
Tom Russell
1b3014471c
Fix build - remove stray try block
2020-08-04 16:04:17 +01:00
Tom Russell
2d6a18f81b
Add verification for Facade Data, thread info through frontend
2020-08-04 15:54:49 +01:00
Tom Russell
b30e882669
Add backend service to GET/POST user verifications, and include verification counts in building data
2020-08-04 15:54:12 +01:00
Tom Russell
672a1efde4
Add migrations for user verification of building attributes
2020-08-04 15:53:33 +01:00
Tom Russell
718c3c762a
Update packages, add canvas-confetti for fun
2020-08-04 15:53:05 +01:00
Maciej Ziarkowski
eb88e1ca8b
Merge pull request #623 from mz8i/feature/deletions-history
...
Allow filtering deletions on edit history page
2020-07-18 02:53:28 +02:00
Maciej Ziarkowski
07cdae8899
Only detect deletions where attribute set to null
...
For fields where an empty value is represented by null,
it is easy to detect deletions. For other fields e.g. arrays,
more complex logic needs to be developed later
2020-07-17 16:27:40 +02:00
Maciej Ziarkowski
63268ebca4
Allow filtering deletions on edit history page
2020-07-17 16:08:44 +02:00
Maciej Ziarkowski
3d3048258f
Add missing word in welcome page
2020-07-16 18:41:17 +02:00
Maciej Ziarkowski
252d94b2b3
Merge pull request #622 from mz8i/feature/land-use-tweaks
...
Re-add Current Use legend entries, update colour map
2020-07-16 17:15:59 +02:00
Maciej Ziarkowski
1c34cc4bcb
Update land use colour map
2020-07-16 16:45:07 +02:00
Maciej Ziarkowski
6846a03878
Update current use legend
2020-07-16 16:22:30 +02:00
Maciej Ziarkowski
e544e54583
Update style, enable subtitle in legend
2020-07-16 16:22:11 +02:00
Maciej Ziarkowski
2c9335c1eb
Merge pull request #617 from mz8i/feature/login-username-warn
...
Warn of wrong username on login screen
2020-07-01 01:12:51 +02:00
Maciej Ziarkowski
d913d30c34
Warn of wrong username on login screen
2020-07-01 00:02:53 +01:00