김재현 kjh2064
  • Joined on 2026-06-25
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:40:10 +09:00
7659dfd5e0 fix: simplify phone number validation to accept any 10-11 digit format
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:36:08 +09:00
a9827315e3 improvement: make phone number input more flexible with auto-formatting
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:30:33 +09:00
e7436bb0e7 debug: add detailed logging for Telegram inquiry notifications
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-04 02:23:13 +09:00
837ae530c7 fix: resolve WebAssembly assembly loading and JWT authorization policy errors
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 18:51:41 +09:00
9ae701ff93 fix: Harden CI against Nginx misconfiguration that caused prod 502/404
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 18:24:03 +09:00
aaa867ce02 fix: Correct Nginx proxy port configuration (5001, not 5004)
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 18:20:36 +09:00
72e47d2661 hotfix: Update Nginx to port 5004 (active deployment port)
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 18:17:20 +09:00
e2587bad40 fix: Add Nginx configuration update to CI/CD deployment
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 18:10:46 +09:00
c71d858cd2 fix: Add required AddAdditionalAssemblies for Blazor WASM component discovery
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 18:05:17 +09:00
d93e3a3aeb fix: Update index.html to use blazor.web.js (.NET 10)
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 17:40:33 +09:00
5abf086652 fix: Complete FastEndpoints migration - all 18 Controllers (90+ endpoints)
714c137740 Phase 13: Migrate AdminDashboard controller to FastEndpoints
a6068e184b Migrate SiteSettings controller to FastEndpoints
69ec7913d0 P18: CompanyController → FastEndpoints (AllEndpoints.cs)
063ec189ce P17: CommonCodeController → FastEndpoints (AllEndpoints.cs)
Compare 6 commits »
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 17:33:57 +09:00
c5a0a54ee9 fix: ConsultingActivity correct endpoints and DTOs
c8f69bbd92 feat: Phase 9 RevenueTracking FastEndpoints migration
Compare 2 commits »
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 17:30:49 +09:00
d31e18e88b feat: Phase 8 ConsultingActivity (6 endpoints) - Total: 50/73
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 17:29:55 +09:00
6f125e485b fix: Contract CreateAsync signature correction
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 17:29:03 +09:00
6fdf233976 feat: migrate ContractController to FastEndpoints (Phase 7)
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 17:28:24 +09:00
76334bedd2 feat: migrate TaxFilingScheduleController to FastEndpoints (Phase 6)
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 17:27:04 +09:00
a97f31f89c feat: migrate TaxProfileController to FastEndpoints (Phase 5)
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 17:24:39 +09:00
052fa1e9d7 fix: ClientController CreateEndpoint type mismatch
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 17:23:59 +09:00
b89f9161d2 feat: migrate ClientController to FastEndpoints Endpoints (Phase 4)
kjh2064 pushed to master at kjh2064/taxbaik 2026-07-03 17:21:56 +09:00
474a7cc72f feat: migrate InquiryController to FastEndpoints Endpoints (Phase 3)