feat(iit): Initialize IIT Manager Agent MVP - Day 1 complete

- Add iit_schema with 5 tables
- Create module structure and types (223 lines)
- WeChat integration verified (Access Token success)
- Update system docs to v2.4
- Add REDCap source folders to .gitignore
- Day 1/14 complete (11/11 tasks)
This commit is contained in:
2025-12-31 18:35:05 +08:00
parent decff0bb1f
commit 4c5bb3d174
154 changed files with 13759 additions and 8 deletions

View File

@@ -69,3 +69,9 @@ vite.config.*.timestamp-*

View File

@@ -36,3 +36,9 @@ exec nginx -g 'daemon off;'

View File

@@ -192,3 +192,9 @@ http {

View File

@@ -532,6 +532,12 @@ export default FulltextDetailDrawer;

View File

@@ -125,6 +125,12 @@ export const useAssets = (activeTab: AssetTabType) => {

View File

@@ -115,6 +115,12 @@ export const useRecentTasks = () => {

View File

@@ -314,6 +314,12 @@ export default DropnaDialog;

View File

@@ -406,3 +406,9 @@ export default MetricTimePanel;

View File

@@ -292,3 +292,9 @@ export default PivotPanel;

View File

@@ -92,3 +92,9 @@ export function useSessionStatus({

View File

@@ -77,6 +77,12 @@ export interface DataStats {

View File

@@ -73,6 +73,12 @@ export type AssetTabType = 'all' | 'processed' | 'raw';

View File

@@ -28,6 +28,12 @@ export { default as Placeholder } from './Placeholder';

View File

@@ -15,3 +15,9 @@ interface ImportMeta {