Commit Graph

17 Commits

Author SHA1 Message Date
b16ba3e3f7 Swap out old log for shiny tracing 2020-07-27 22:36:48 -04:00
fb99afdc26 Encode/decode InteriorRef struct from jsonb column 2020-07-27 00:09:45 -04:00
29eadabc8a interior_refs -> interior_ref_lists, finish insert 2020-07-23 00:13:31 -04:00
0275143559 Update setup instructions 2020-07-23 00:12:56 -04:00
a84694042f Add test JSON payloads to repo 2020-07-22 23:30:20 -04:00
6eb58935e3 Move interior refs list to interior_refs table
Still WIP, need to actually save the data to the table.
2020-07-22 22:42:17 -04:00
65e6ba1f8a WIP adding interior_refs endpoints
Ran into some limitations of sqlx while trying to bulk create interior_refs. I
also discovered how slow creating hundreds of rows in postgres is and I'm
planning on saving interior_refs data in a jsonb column instead which seems to
be much faster.
2020-07-19 03:01:20 -04:00
9985f123c9 Remove refinery.toml from source control 2020-07-19 03:00:54 -04:00
9ea3e35359 Allow no ORDER BY clause by default in list method 2020-07-18 18:10:45 -04:00
359096e0bf Gitignore Session.vim 2020-07-18 18:02:43 -04:00
9ec7fc1518 Modularize, Model trait, list_owners 2020-07-18 17:46:33 -04:00
6b1f31f246 Add list_shops endpoint 2020-07-17 01:05:58 -04:00
28d6e50a5a Clean up filter chain a bit 2020-07-16 00:56:51 -04:00
3df7af7032 Easier to read handler reply style 2020-07-16 00:48:41 -04:00
aebcaf7d21 Working shops and owners create/get endpoints 2020-07-16 00:42:04 -04:00
25641ed8da Remove .env file 2020-07-16 00:41:03 -04:00
91ff001c53 Initial commit. WIP shops endpoint
Pretty comfortable with the choice of crates now so it's time to start
committing.

Currently the API only returns errors, but throwing good errors is important.
2020-07-13 01:55:36 -04:00