46 Commits

Author SHA1 Message Date
ebe4868645 Fix stripping newlines from input text 2024-11-04 18:58:27 +01:00
c7db2be6d0 Add test for note parsing 2024-11-04 18:51:23 +01:00
8346e8cd3a Factor out API URL to env 2024-11-04 16:14:00 +01:00
5256083f1d Update deploy 2024-11-04 16:09:06 +01:00
325364f0b3 Auto redirect to /player 2024-11-04 16:09:02 +01:00
ca804ab425 Default date to now 2024-11-04 16:08:54 +01:00
663fb3424e Fix the god damn cgo nightmare 2024-10-31 13:20:31 +01:00
9ef4520fae Update URL to legit service 2024-10-31 12:59:13 +01:00
024b5d5b3d Add frontend deploy scripts 2024-10-31 12:54:27 +01:00
329381ad10 Fix reported errors to make build pass 2024-10-31 12:54:27 +01:00
7e7716e4e8 Add backend deploy scripts 2024-10-31 00:55:06 +01:00
46f91ea364 Implement save method in playerservice to update existing player entities 2024-10-31 00:46:52 +01:00
b0767c8794 Fix reload to only happen on success 2024-10-31 00:39:44 +01:00
30a174c4da Reload on post 2024-10-31 00:20:30 +01:00
4317f237b5 Implment sql audit log 2024-10-31 00:14:46 +01:00
50ca3bc2bc Implement submitting notes 2024-10-31 00:00:46 +01:00
2dbb1cbd80 Left join guilds to show players without guilds 2024-10-31 00:00:40 +01:00
79351c7402 Fix guild duplication on associates 2024-10-31 00:00:33 +01:00
b22ba8e787 Add some kind of input form for notes 2024-10-30 21:02:54 +01:00
6f753dfd9b Fix the god damn cyrillic rendering 2024-10-30 19:52:54 +01:00
b8aba2deb2 Add fiber logger 2024-10-30 18:44:17 +01:00
4c9d10b9f4 Rework text to blob in sqlite to support utf16 2024-10-30 17:26:14 +01:00
96cd4172b3 Make player a table of some sort 2024-10-30 16:43:42 +01:00
114eaddc94 Set up tailwind maybe... 2024-10-30 15:47:43 +01:00
385b22d4e4 Return more data per player on listing all players 2024-10-30 15:47:38 +01:00
460503ba4a Add some sort of rendering 2024-10-28 19:54:55 +01:00
5b19b72ebf Enable SSR 2024-10-28 19:54:51 +01:00
08de52f5f6 Add typescript types 2024-10-28 19:48:34 +01:00
6b38c706b4 Add missing json tags to go types 2024-10-28 19:48:28 +01:00
0662ed0c56 Add tailwind to frontend 2024-10-28 00:41:13 +01:00
87edd6f478 Add astro frontend 2024-10-28 00:36:23 +01:00
c8d5540b0d Implements full player get 2024-10-28 00:05:30 +01:00
7903bb7830 Add fiber http backend 2024-10-27 23:15:38 +01:00
a74f722c58 Move everything to backend 2024-10-27 23:00:51 +01:00
4d21c77f99 Implement parsing and persisting notes 2024-10-27 21:44:01 +01:00
09fe5a74d8 Implement association service 2024-10-27 21:44:01 +01:00
3894801f41 Implement some sort of note parser 2024-10-27 20:02:35 +01:00
b86d586c42 Rework query to return lists 2024-10-27 19:48:43 +01:00
91a3a0f4f7 Implement boilerplate services 2024-10-27 18:00:21 +01:00
251e372f72 Implement query parser 2024-10-27 17:57:01 +01:00
beec0ca989 Rework tables 2024-10-27 17:39:09 +01:00
af7fc09078 Finalize functionality 2024-10-27 17:30:06 +01:00
664081ba73 Implement stinky creation and gettage 2024-10-27 17:28:14 +01:00
a9af44c381 Implement guild creation and gettage 2024-10-27 17:25:13 +01:00
c31ab6a01d Implement note parsing 2024-10-27 17:18:43 +01:00
9f0435057e Initial commit 2024-10-27 17:09:38 +01:00