gamer147
99019963ca
feat(guild): controller scaffolding + /guild/info baseline
- 5 common DTOs under Models/Dtos/Common/Guild/ (GuildDetailDto,
GuildUserBaseDto, GuildMemberInfoDto, ChatUserDto, ChatMessageDto)
- 28 per-endpoint request/response DTOs under Models/Dtos/Guild/ and
Models/Dtos/GuildChat/ with full [MessagePackObject]/[Key]/
[JsonPropertyName] attribute mirrors on every property
- GuildController (22 actions): /guild/info returns prod-shape with
config-backed max_member_num/max_sub_leader_num/usable_stamp_list;
21 stubs return empty/default DTOs
- GuildChatController (7 stubs), /guild_chat/messages stub returns
wait_interval=10 per config
- 29 new routing smoke test cases (100 total, all pass)
- GuildWireShape literal-JSON test for GuildInfoResponse (1/1 pass)
- GameConfigurationJsonbTests updated for 17th GuildConfig section
- Total: 1422 tests pass, 0 errors
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-27 12:01:27 -04:00
..
2026-06-13 11:35:41 -04:00
2026-06-09 15:07:42 -04:00
2026-06-23 20:37:11 -04:00
2026-06-13 12:32:56 -04:00
2026-06-13 13:44:10 -04:00
2026-05-31 13:21:44 -04:00
2026-06-10 08:22:19 -04:00
2026-05-31 11:15:53 -04:00
2026-06-03 07:50:49 -04:00
2026-06-09 15:06:23 -04:00
2026-06-09 20:52:47 -04:00
2026-06-13 09:58:55 -04:00
2026-06-01 01:59:47 -04:00
2026-06-13 11:25:40 -04:00
2026-05-31 01:22:08 -04:00
2026-05-29 12:01:36 -04:00
2026-06-13 08:13:49 -04:00
2026-05-28 18:04:28 -04:00
2026-06-13 08:16:19 -04:00
2026-06-12 21:24:02 -04:00
2026-06-10 08:54:50 -04:00
2026-06-09 20:45:49 -04:00
2026-06-27 12:01:27 -04:00
2026-06-27 12:01:27 -04:00
2026-06-12 12:52:06 -04:00
2026-06-09 14:55:43 -04:00
2026-06-09 15:05:59 -04:00
2026-06-09 15:07:19 -04:00
2026-06-13 16:40:44 -04:00
2026-06-12 23:33:50 -04:00
2026-06-13 16:50:17 -04:00
2026-06-12 23:26:29 -04:00
2026-05-23 19:57:34 -04:00
2026-05-29 12:01:36 -04:00
2026-06-12 22:54:52 -04:00
2026-06-09 15:03:45 -04:00
2026-06-10 08:15:12 -04:00
2026-06-10 10:46:00 -04:00
2026-06-10 08:03:37 -04:00
2026-06-12 23:22:25 -04:00
2026-06-09 15:08:03 -04:00
2026-05-27 10:51:05 -04:00
2026-05-23 22:46:11 -04:00
2026-05-28 13:34:05 -04:00
2026-05-28 20:22:59 -04:00
2026-06-09 16:50:38 -04:00