1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Krzysztof Sikorski 8220fdc893
Insert rows for known game periods (up to B5 Stronghold launch) 2022-04-25 21:43:00 +02:00
Krzysztof Sikorski 05fa4a6bb6
Fix structure of leaderboard tables to match leaderboard DTOs 2022-04-21 22:23:28 +02:00
Krzysztof Sikorski 965a66d448
Rename "nexus raw data" to "page view", mark unused fields as nullable
Details:
- rename `nexus_raw_data` table to `page_view`
- rename `NexusRawData` entity to `PageView`
- approprietly rename repository class, method arguments, and local variables
- mark `requestStartedAt` and `responseCompletedAt` fields as nullable
- rename `submitter` property to `owner` to match `UserAccessToken` entity
2022-04-19 00:44:06 +02:00
Krzysztof Sikorski dd4ee4579a
Redesign leaderboard entities to support game periods and better match DTOs 2022-04-18 03:39:10 +02:00
Krzysztof Sikorski 579d2047d8
Code style: fix indentation in doctrine migration 0001 2022-04-18 01:13:00 +02:00
Krzysztof Sikorski 78105244d9
Create Doctrine entity for storing date periods (Breaths etc) 2022-04-18 01:00:38 +02:00
Krzysztof Sikorski 15f0656b97
Code cleanup: remove unnecesary `.gitignore` files 2022-04-17 04:31:44 +02:00
Krzysztof Sikorski 1c345fa812
Code style: fix indentation of string literals in HEREDOC/NOWDOC format 2022-04-16 23:33:32 +02:00
Krzysztof Sikorski 723848815e
Add parser-related fields to NexusRawData entity 2022-04-14 04:56:44 +02:00
Krzysztof Sikorski 5f649062d3
Create entities for leaderboards 2022-04-14 04:17:58 +02:00
Krzysztof Sikorski 335088ec25
Normalize names for indices enforced by Doctrine 2022-04-14 04:00:43 +02:00
Krzysztof Sikorski 15a8d3b279
Make sure all tables have created_at and last_modified_at columns 2022-04-14 03:11:52 +02:00
Krzysztof Sikorski bc06012089
Start using Doctrine Migrations: create migration for existing tables 2022-04-09 02:52:50 +02:00
Krzysztof Sikorski 72e0e39c9a
Add doctrine & maker bundles to the project 2021-10-25 01:29:22 +02:00