7 Commits

Author SHA1 Message Date
Emil Nielsen
0668895422 refactor to use gameConfig from endpoint 2023-04-15 09:54:46 +07:00
Emil Nielsen
611494ad1c add moon images 2023-04-07 15:34:09 +07:00
Emil Nielsen
595bd18b14 refactor stakingSourceView, add vertical navigation, other styling stuff 2023-04-02 09:06:16 +07:00
9b753cf103 Porting database from SQLite to PostgreSQL
- New Postgres table schemas
- Using Stored Procedures with transactions that validate business logic
- User Ids now use UUID
- Updated and simplified all endpoints to call the stored procedures

Notes: There are still a few things missing that broke because of the migration,
in particular, because we moved a lot of the business logic into the database,
we now require that certain data that lived in the game-config.json to be
present in the database as well, to prevent cheating and truly have a single
source of truth.
2023-03-30 14:13:30 +07:00
Emil Nielsen
e90c0c9809 Modify UI 2023-03-24 15:41:31 +07:00
Nico Li
e5c4d8eae8 Initial commit 2023-02-09 21:38:59 +07:00
Nico Li
99ac7890c0 Initial commit from Create Next App 2023-02-09 16:56:13 +07:00