Commit Graph

3 Commits

Author SHA1 Message Date
hiderfong 9d38180745 rebrand: PropDataGuard → DataPointer
- App name: PropDataGuard → DataPointer
- Frontend title: 财险数据分级分类平台 → 数据分类分级管理平台
- LocalStorage keys: pdg_token/pdg_refresh → dp_token/dp_refresh
- Package name: prop-data-guard-frontend → data-pointer-frontend
- Project config: admin@propdataguard.comadmin@datapo.com
- Celery app name: prop_data_guard → data_pointer
- Layout logo, login title, page title all updated
2026-04-23 11:26:28 +08:00
hiderfong 5119ca775b fix: classification results empty and res.data access issues
Backend:
- Add GET /classifications/results endpoint with project/level/keyword filters
- Add column relationship to ClassificationResult model
- Fix test data generator to fetch column IDs from DB after bulk insert

Frontend:
- Fix request.ts interceptor to return full response body (keep total/pagination)
- Fix all pages to use res.data instead of res
- Add getClassificationResults API in classification.ts
- Implement fetchData in Classification.vue with proper filtering and pagination
- Fix same res.data issue in Category.vue, Metadata.vue, Project.vue, DataSource.vue, Dashboard.vue, Task.vue
2026-04-23 10:46:51 +08:00
hiderfong 4b08bb5057 feat: add test data generator script
Generate 35,000+ realistic test records:
- 12 data sources (PostgreSQL, MySQL, Oracle, SQL Server, DM)
- 31 databases, 863 tables, 17,152 columns
- 81 users across 13 departments
- 8 classification projects, 24 tasks
- 12,000 classification results with varied confidence levels
- 5,000 operation logs

Covers all insurance domains: policy, claim, customer, finance, channel, actuary, regulatory, vehicle
2026-04-22 18:16:44 +08:00