maailma / kansa

Open-source convention member services
Apache License 2.0
17 stars 6 forks source link

Express.js server database (pg-promise) layer needs testing #21

Closed lebanonsky closed 7 years ago

lebanonsky commented 8 years ago

Our core source of truth is a set of tables in a Postgres database, which includes an append-only transaction log from which everything else could be reconstructed. We're using an express.js server to talk with the database (via pg-promise), as JavaScript is the language we’re most fluent in. We could use help in reviewing and testing this layer.

@eemeli might elaborate on this issue