colouring-montreal/app
Tom Russell b6ef15949e Rewrite building to log changes, use database columns
- Typically returning all columns from 'buildings', possibly using other
  tables to join and filter.
- Using database types and constraints - let the db do validation and
  consistency checking!
- Using transaction around updating a building record, adding log entry
- Using JSON patch to record forward and reverse patches (hope this will
  give small data size compared to all-columns or before-and-after
  strategy)
2018-09-30 16:25:53 +01:00
..
map_styles Demo rendering location_number as text 2018-09-11 23:29:30 +01:00
public Add logos block to login/register pages (Closes #35) 2018-09-17 21:27:52 +01:00
src Rewrite building to log changes, use database columns 2018-09-30 16:25:53 +01:00
.gitignore Merge frontend/api into universal react app 2018-09-09 22:22:44 +01:00
package-lock.json Add pg-promise and fast-json-patch, npm upgrade/allow minor upgrades 2018-09-30 16:16:26 +01:00
package.json Add pg-promise and fast-json-patch, npm upgrade/allow minor upgrades 2018-09-30 16:16:26 +01:00
razzle.config.js Merge frontend/api into universal react app 2018-09-09 22:22:44 +01:00