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-05-24 00:17:28 -04:00
2024-09-07 22:14:24 -04:00
2026-06-27 12:01:27 -04:00
2026-06-12 11:48:20 -04:00
2026-05-27 14:07:42 -04:00
2026-05-28 09:11:21 -04:00
2024-09-07 22:14:24 -04:00
2026-06-08 20:35:59 -04:00
2026-06-04 21:49:43 -04:00
2026-06-10 12:29:10 -04:00
2026-06-27 12:01:27 -04:00
2024-09-05 08:32:54 -04:00
2026-06-10 12:29:10 -04:00
2026-06-13 16:15:21 -04:00
2026-06-03 20:15:48 -04:00
2026-06-01 01:02:32 -04:00
2026-06-01 00:13:42 -04:00
2026-06-27 11:25:55 -04:00
2026-06-12 11:48:20 -04:00
2024-09-05 08:32:54 -04:00