1
0
Fork 0
Commit Graph

22 Commits

Author SHA1 Message Date
Krzysztof Sikorski 1b48d21e9f
Update about page with info about contribution, remove submit form from menu 2022-04-28 02:46:54 +02:00
Krzysztof Sikorski 4ee90caaec
Add list of repository mirrors to README, update twin list on about page 2022-04-28 02:25:16 +02:00
Krzysztof Sikorski 3909314bde
Create "About" page, update main menu 2022-04-26 01:20:35 +02:00
Krzysztof Sikorski 1bbb8b5ebe
Code style: rename `MainMenuService` to `MainMenuGenerator` 2022-04-26 01:19:09 +02:00
Krzysztof Sikorski f9d60a7d89
Implement page for browsing leaderboards 2022-04-25 23:54:56 +02:00
Krzysztof Sikorski 8e511dc990
Extract main menu to a service class 2022-04-25 20:37:36 +02:00
Krzysztof Sikorski 13797d361d
Design basic layout & styling, generate production stylesheet 2022-04-25 20:33:27 +02:00
Krzysztof Sikorski 11c3dc8f49
Code style: move all admin-related classes to dedicated namespace 2022-04-25 06:33:16 +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 2bf742c933
Configure authentication 2022-03-20 23:48:48 +01:00
Krzysztof Sikorski c82a8a9ca6
Generate and configure admin dashboard 2022-03-20 23:33:08 +01:00
Krzysztof Sikorski 5f647e1f9f
Prefix all manually created routes with "app" 2022-03-20 19:47:51 +01:00
Krzysztof Sikorski 7185c755c4
Upgrade dependencies, migrate to Symfony 6 2022-02-08 23:48:55 +01:00
Krzysztof Sikorski 5580f027c3
Remove NexusRequestLog entity and all related code (form, repository, etc) 2021-11-11 17:09:53 +01:00
Krzysztof Sikorski d1e465ce49
Create controller and template to handle NexusRawData submission 2021-11-11 03:38:18 +01:00
Krzysztof Sikorski ea885bb93f
Add basic menu 2021-11-01 22:13:59 +01:00
Krzysztof Sikorski cf683a901b
Set page titles 2021-11-01 22:13:13 +01:00
Krzysztof Sikorski 4cee63931c
Remove forgotten debug code 2021-11-01 22:10:14 +01:00
Krzysztof Sikorski 986a6618ad
Add validation rules to the submission form 2021-11-01 18:27:57 +01:00
Krzysztof Sikorski 6284275d1d
Add basic submission form for request log 2021-11-01 17:25:55 +01:00
Krzysztof Sikorski 1acab1d71a
Add a placeholder homepage 2021-10-26 00:10:52 +02:00
Krzysztof Sikorski e9c902e82a
Add Twig bundle to dependencies 2021-10-25 22:25:32 +02:00