Commit Graph

14 Commits

Author SHA1 Message Date
Jared He c642a08a08 Add playground (#16)
continuous-integration/drone/push Build is passing Details
Fixes #15

(for concerns about `lib/books.ts` please review !14)

Co-authored-by: Jared He <66887902+jaredjhe@users.noreply.github.com>
Reviewed-on: #16
Reviewed-by: Amy <a258wang@csclub.uwaterloo.ca>
2022-03-22 20:39:57 -04:00
Jared He 2040c63311 Get details for one book (#14)
continuous-integration/drone/push Build is passing Details
Closes #3

Co-authored-by: Jared He <66887902+jaredjhe@users.noreply.github.com>
Reviewed-on: #14
Reviewed-by: Amy <a258wang@csclub.uwaterloo.ca>
2022-03-20 22:22:57 -04:00
Amy Wang 2a308e1f37 Get All Books API (#13)
continuous-integration/drone/push Build is passing Details
Closes #2

This PR implements the getAllBooks function that can be used to get summary information about all the books, in order to display them on the main page.

I'm not sure why I waited so long to create this PR, but I suspect that we were blocked by #11 (which has now been merged).

Co-authored-by: Amy <a258wang@uwaterloo.ca>
Reviewed-on: #13
Reviewed-by: j285he <j285he@localhost>
2022-02-23 00:17:02 -05:00
Jared He 3765dc9daa Add .drone.yml (#12)
continuous-integration/drone/push Build is passing Details
Not actually too sure what I'm doing and if this will work. Let me know.

Co-authored-by: Jared He <66887902+jaredjhe@users.noreply.github.com>
Reviewed-on: #12
Reviewed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Reviewed-by: Amy <a258wang@csclub.uwaterloo.ca>
Reviewed-by: n3parikh <n3parikh@csclub.uwaterloo.ca>
Co-authored-by: j285he <j285he@localhost>
Co-committed-by: j285he <j285he@localhost>
2022-02-15 22:12:20 -05:00
Amy Wang 91ef014ee5 Add sqlite3 types and vscode settings (#11)
I was having some TypeScript trouble with sqlite3, but hopefully this should fix it. I also copied over most of the .vscode settings from the website repo.

Co-authored-by: Amy <a258wang@uwaterloo.ca>
Reviewed-on: #11
Reviewed-by: j285he <j285he@localhost>
Co-authored-by: Amy <a258wang@csclub.uwaterloo.ca>
Co-committed-by: Amy <a258wang@csclub.uwaterloo.ca>
2022-01-22 13:52:41 -05:00
Jared He 3ed6d703a9 Merge pull request 'Add sqlite3 and modify prettier config' (#10) from j285he-add-sqlite3 into main
Reviewed-on: #10
2021-11-20 19:37:14 -05:00
Jared He ff153bc07b Add eslintrc.js 2021-11-16 21:38:00 -06:00
Jared He 66cc38bde9 Remove rules 2021-11-16 21:23:31 -06:00
Jared He 86ae22fae1 Change eslintrc 2021-11-16 21:18:20 -06:00
Jared He d85efdaf2a Add sqlite3 2021-11-13 19:41:05 -06:00
Amy Wang 623639f1ac Merge pull request 'Add catalogue.db' (#9) from feat/dev-database into main
Reviewed-on: #9
2021-11-08 19:44:56 -05:00
Amy cc4e6af9e2 Add catalogue.db 2021-11-08 19:36:37 -05:00
Aditya Thakral f4d820be17 Initial next app 2021-10-30 16:44:32 -07:00
Aditya Thakral 0c2df541ca Initial commit 2021-10-30 19:12:40 -04:00