Maciej Ziarkowski
29ed25f36c
Replace likes with generic building-user attribs
2021-08-23 02:26:58 +01:00
Maciej Ziarkowski
79eff831b2
Refactor API building service into multiple files
2021-01-21 02:27:14 +00: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
Maciej Ziarkowski
63268ebca4
Allow filtering deletions on edit history page
2020-07-17 16:08:44 +02:00
Tom Russell
c18dc837db
Move updateBuilding out of try-catch around authentication
2020-06-25 11:51:40 +01:00
Tom Russell
3649f92d4c
Fix compile errors by casting variables pulled from query strings
2020-04-09 15:44:11 +01:00
Tom Russell
97953db742
Merge branch 'master' into develop
2020-04-09 13:26:36 +01:00
Tom Russell
b782f36230
Merge pull request #535 from colouring-london/feature/initial_leaderboard
...
Implementation of basic leaderboard
2020-04-09 10:33:23 +01:00
Maciej Ziarkowski
aebf7c7135
Improve errors and data access for building update
2020-03-22 19:03:05 +00:00
Maciej Ziarkowski
f6b71c7fc7
Improve land use group autofill
2020-03-19 18:17:56 +00:00
Maciej Ziarkowski
af64c4ca58
Merge branch 'develop' into feature/513-activate-land-use
2020-03-08 16:05:55 +00:00
Maciej Ziarkowski
fac4c8b35b
Split errors into api and general
2020-01-31 18:02:24 +00:00
Maciej Ziarkowski
72cc7e62d2
Add param parsing to edit history controller
2020-01-31 15:45:12 +00:00
Maciej Ziarkowski
928eed6671
Clarify param parser handling positive integers
2020-01-31 15:35:34 +00:00
Maciej Ziarkowski
92ff5d7172
Add API error classes, parameter parsing functions
2020-01-29 15:59:44 +00:00
Maciej Ziarkowski
4a098ad57c
Add autofill dropdown to data entry
2020-01-06 19:48:47 +00:00
Maciej Ziarkowski
aafb81a17b
Add autofill backend
2020-01-06 16:15:36 +00:00
Maciej Ziarkowski
5a6091f13f
Move int param parsing to common function
2020-01-02 12:56:16 +00:00
Maciej Ziarkowski
f351c87756
Parse building ID in API controller
2020-01-02 12:39:24 +01:00
Martin-dJ
1f2256c721
Implementation of basic leaderboard
2019-12-16 13:26:13 +00:00
Maciej Ziarkowski
70fa8725b4
Add global edit history page
2019-11-14 15:28:12 +00:00
Maciej Ziarkowski
b8d5c9f0f6
Add basic global edit history API endpoint
2019-11-14 12:56:03 +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
mz8i
25029ef153
Load max revision ID on start ( #485 )
...
* Load max revision ID on start
* Update revision ID upon mounting MapApp
2019-10-29 16:56:49 +00:00
Maciej Ziarkowski
aa59067d9e
Add edit history route/controller
2019-10-21 16:29:44 +01:00
mz8i
c63f42f921
Refactor types and await for user/building backend ( #476 )
...
* Refactor buildings API for async/await, types
* Return building data after update
* Refactor users API for await, TS types
* Refactor building service to remove repetition
As part of this refactor, these changes in functionality were made:
- tx isolation lvl for save/like/unlike building is always serializable
- both reverse and forward patch updated for like/unlike
- comparing old and new data uses == instead of ===
(this is because the new data even for numbers comes in as string)
- the checking of no data change in case of building unlike was fixed
(didn't work because it re-used code for like which is different)
* Improve param order, docs for updateBuildingData
2019-10-21 15:19:35 +01:00
Maciej Ziarkowski
6783a00e21
Merge branch 'develop' into feature/342-bulk-extract
2019-09-30 15:06:01 +01:00
mz8i
0a5c14762e
Merge pull request #424 from mz8i/feature/286-validate-username
...
Feature 286: validate username
2019-09-30 12:43:36 +01:00
Maciej Ziarkowski
31efae3885
Add username and password validation
2019-09-11 16:28:05 +01:00
Maciej Ziarkowski
7491d2aa1c
Unify imports/export
2019-09-09 15:17:24 +01:00
Maciej Ziarkowski
6733d02876
Add data extract controllers and routes
2019-08-29 17:54:08 +01:00
Maciej Ziarkowski
9e62d4c114
Move asyncController calls to controller files
2019-08-29 17:52:30 +01:00
Maciej Ziarkowski
7cc358dcb7
Introduce env variable for webapp origin
2019-08-22 15:56:04 +01:00
Maciej Ziarkowski
6d4c514c00
Remove always failing error commited accidentally
2019-08-22 10:29:40 +01:00
Maciej Ziarkowski
4d27c3b889
Add controller and route for password reset
2019-08-21 14:47:23 +01:00
Maciej Ziarkowski
54bd565cc8
Split /users into routes/controller/service
2019-08-19 14:31:35 +01:00
Maciej Ziarkowski
2c9b5ea3d8
Modify routes, refactor API structure
2019-08-14 14:05:49 +01:00