Correl Roush correlr
  • Joined on 2021-05-29
correlr pushed to master at correlr/tutor 2022-07-24 05:37:47 +00:00
761194d2fa Update imports to work in constant memory
a636200a1c Fix page title
Compare 2 commits »
correlr pushed to servant at correlr/tutor 2022-07-17 20:44:04 +00:00
3eff953def Add Pagination
1ea0aebdb7 WIP: Pagination
Compare 2 commits »
correlr pushed to servant at correlr/tutor 2022-07-17 04:20:45 +00:00
1ea0aebdb7 WIP: Pagination
19980acc0c WIP: Pagination
Compare 2 commits »
correlr pushed to servant at correlr/tutor 2022-07-13 04:04:48 +00:00
19980acc0c WIP: Pagination
cc1ae8e395 Update Dockerfile to use the Haskell server
Compare 2 commits »
correlr pushed to servant at correlr/tutor 2022-04-09 02:40:38 +00:00
ce49c394dd Fix page title
3e04e4f2cf Model search options
Compare 2 commits »
correlr pushed to servant at correlr/tutor 2022-03-28 19:38:47 +00:00
9fcaf3f20d Make app configurable via environment vars
f35b1e0b18 Make app configurable via environment vars
Compare 2 commits »
correlr pushed to servant at correlr/tutor 2022-03-28 06:05:55 +00:00
f35b1e0b18 Make app configurable via environment vars
correlr pushed to servant at correlr/tutor 2022-03-28 04:56:13 +00:00
492b4fa71b Initialize the database on startup
correlr pushed to servant at correlr/tutor 2022-03-28 03:58:36 +00:00
384affe29e Move the API definition into its own module
6e1ea5c910 Reorganize server modules
b9d2cc8775 Update .gitignore
Compare 3 commits »
correlr pushed to servant at correlr/tutor 2022-03-28 02:57:52 +00:00
fd35a47dc9 Fix search parser tests
correlr pushed to servant at correlr/tutor 2022-03-28 00:55:03 +00:00
70f3fcf8f7 Implement search queries
f6936baae7 Abstract out select query construction
4df535f3c5 Split out search parsing from search types
070487f924 Support collection and sorting query parameters
d032f9b294 Load cards from the sqlite database
Compare 7 commits »
correlr pushed to servant at correlr/tutor 2022-03-26 00:18:56 +00:00
192f4a935c Add search parsing
f0171d78e6 WIP: Search parsing
Compare 2 commits »
correlr pushed to servant at correlr/tutor 2022-03-25 21:29:27 +00:00
f0171d78e6 WIP: Search parsing
correlr pushed to servant at correlr/tutor 2022-03-25 05:48:25 +00:00
a2434a2306 Model search criteria
correlr pushed to servant at correlr/tutor 2022-03-25 02:54:42 +00:00
3aabb35da5 Add a status endpoint exposing the API version
correlr pushed to servant at correlr/tutor 2022-03-25 02:03:18 +00:00
47c85f026c Document the search endpoint and query string
eacc49fa61 Document the search endpoint and query string
Compare 2 commits »
correlr pushed to servant at correlr/tutor 2022-03-24 21:00:00 +00:00
eacc49fa61 Document the search endpoint and query string
correlr pushed to servant at correlr/tutor 2022-03-24 05:31:28 +00:00
6030be74c4 Compare JSON return values, not strings
correlr pushed to servant at correlr/tutor 2022-03-24 00:45:13 +00:00
7f8a853d3c Add top-level api annotations
correlr pushed to servant at correlr/tutor 2022-03-23 23:39:01 +00:00
89e3322670 Remove unnecessary template haskell usage