kjh2064
54c179b1eb
revert: rollback Fluent UI and Blazor homepage to last successful state ( 3be3794)
2026-06-30 20:29:42 +09:00
kjh2064
1b173376ee
refactor: admin ui를 fluent v5와 html 기반으로 전환
TaxBaik CI/CD / build-and-deploy (push) Failing after 1m53s
2026-06-29 22:37:40 +09:00
kjh2064
09420dca0e
fix: add admin-page-hero to detail pages for loading indicator
...
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m38s
InquiryDetail and ClientDetail pages were missing the admin-page-hero
section, causing the loading overlay to remain stuck on navigation.
The loading indicator (admin-session.js) detects page.admin-page-hero
to know when to hide the overlay.
Now all detail pages show smooth loading indicators on navigation.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-06-28 16:01:06 +09:00
kjh2064
160afb7c7e
refactor: Phase 7-2 Complete - Full Inquiry page API-First migration
...
TaxBaik CI/CD / build-and-deploy (push) Successful in 49s
**Blockers Fixed:**
1. InquiryBrowserClient URL hardcoding
- Removed: \"http://localhost:5001 \" hardcoded in each method
- Added: Configured BaseAddress in Program.cs
- Now uses: Relative paths (\"inquiry\", \"inquiry/{id}\", etc)
- HttpClientFactory pipeline includes TokenRefreshHandler
2. Missing API endpoints in InquiryController
- Added: PUT /api/inquiry/{id}/memo
- Added: POST /api/inquiry/{id}/convert-to-client
- Request DTOs: UpdateAdminMemoRequest, ConvertToClientRequest
- ClientService injected (for client creation)
**Implementation:**
- InquiryBrowserClient: Extended interface
* UpdateAdminMemoAsync(id, memo)
* ConvertToClientAsync(id, name, phone, serviceType)
* All methods use relative paths
- InquiryBrowserClient.ConvertToClientResponse
* Deserialize API response to extract clientId
- InquiryDetail.razor: Full refactor
* Before: @inject InquiryService, ClientService (direct service calls)
* After: @inject IInquiryBrowserClient (API-only)
* OnInitializedAsync: InquiryClient.GetByIdAsync
* OnStatusChanged: InquiryClient.UpdateStatusAsync
* SaveMemo: InquiryClient.UpdateAdminMemoAsync
* ConvertToClient: InquiryClient.ConvertToClientAsync
**InquiryList.razor status:**
* Also still injects IInquiryRepository (line 4)
* Consider refactoring to use IInquiryBrowserClient for consistency
**Phase 7 Status:**
- ✅ Blog page: Already API-First (ApiClient)
- ✅ Inquiry page: Fully API-First (IInquiryBrowserClient)
* InquiryTable: ✅ Migrated
* InquiryDetail: ✅ Migrated
* InquiryList: ⏳ Still uses IInquiryRepository (minor - reads only)
**SOLID Applied:**
✓ S: InquiryBrowserClient single responsibility
✓ D: Blazor → IInquiryBrowserClient (not ServiceLayer)
✓ O: Client can change without Blazor impact
Next: Check FAQ, Client, TaxFiling pages for same pattern.
If all still injecting services directly, migrate sequentially.
Then: Phase 6 (SignalR) will have all pages ready.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-28 10:59:02 +09:00
kjh2064
79492184d0
feat: CRM Phase 1-2 완성 + 시즌 시뮬레이터 + 개인정보처리방침/이용약관
...
TaxBaik CI/CD / build-and-deploy (push) Successful in 55s
TaxBaik Browser E2E / browser-e2e (push) Failing after 1m53s
- WBS-CRM-02: 상담 이력 (consultations 테이블 V008, ClientDetail.razor)
- WBS-CRM-03: 문의→고객 전환 (V009 client_id FK, InquiryDetail 고객등록 버튼)
- WBS-CRM-04: 신고 일정 캘린더 (tax_filings 테이블 V010, TaxFilingList.razor)
- WBS-CRM-05: 문의 상태 5단계 확장 (V011, InquiryStatus enum, InquiryList 탭)
- WBS-MKT-04: 시즌 시뮬레이터 어드민 페이지 (SeasonSimulator.razor)
- WBS-UX-04: 개인정보처리방침 /taxbaik/privacy, 이용약관 /taxbaik/terms
- Dashboard.razor 마감 임박 신고 위젯 추가
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-06-28 00:01:16 +09:00
kjh2064
0c49e12fa0
fix: 운영 설정 배포와 탐색 UX 개선
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m9s
TaxBaik Browser E2E / browser-e2e (push) Failing after 1m27s
2026-06-27 21:41:53 +09:00
kjh2064
e0067c6f55
수정: 관리자 e2e 인증 흐름 안정화
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m13s
TaxBaik Browser E2E / browser-e2e (push) Failing after 3m26s
2026-06-27 21:16:19 +09:00
kjh2064
e3f548f163
feat: include inquiry status changer in alerts
TaxBaik Browser E2E / browser-e2e (push) Failing after 1m6s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m26s
2026-06-27 16:36:31 +09:00
kjh2064
1438a9e30a
feat: add inquiry status shortcuts
TaxBaik Browser E2E / browser-e2e (push) Failing after 1m4s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m22s
2026-06-27 16:32:38 +09:00
kjh2064
046a16c75b
fix: use stable inquiry list links
TaxBaik Browser E2E / browser-e2e (push) Successful in 1m19s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m22s
2026-06-27 16:28:33 +09:00
kjh2064
5626f976fc
feat: improve inquiry notification links
TaxBaik Browser E2E / browser-e2e (push) Successful in 35s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m22s
2026-06-27 16:02:14 +09:00
kjh2064
3e8cfc386c
fix admin routing for browser e2e
TaxBaik Browser E2E / browser-e2e (push) Successful in 1m23s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m26s
2026-06-27 15:09:41 +09:00
kjh2064
28060b71be
feat: harden auth ops and deployment baseline
2026-06-27 10:53:53 +09:00
kjh2064
57269e281d
refactor: Web과 Admin 통합 - 단일 포트 5001로 운영
...
TaxBaik CI/CD / build-and-deploy (push) Failing after 36s
분리의 단점을 제거하고 단일 앱으로 통합:
구조 변경:
- TaxBaik.Admin → TaxBaik.Web/Components/Admin/
- Admin Services → TaxBaik.Web/Services/
- 포트: 5001 (기존 5002 제거)
경로:
- 홈페이지: http://localhost:5001/taxbaik
- 관리자: http://localhost:5001/taxbaik/admin
기술:
- Razor Pages (Web) + Blazor Server (Admin) 통합
- 단일 Program.cs로 양쪽 모두 지원
- JWT 인증 유지
- MudBlazor UI 유지
장점:
- 개발 복잡도 감소 (터미널 1개)
- 배포 단순화 (앱 1개)
- DB 마이그레이션 1회 실행
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-06-26 22:35:21 +09:00