You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
# DataFactory
2
2
3
-
This project is a trimmed migration of the main `SpatialText2SQL`web architecture, preserving the layered structure:`api/service/dao/entity/resources`.
3
+
This project preserves a layered web architecture with`api/service/dao/entity/resources`.
4
4
5
5
Currently retained:
6
6
- Local SQLite initialization (SQL migrations run automatically at startup)
7
7
- User authentication and session flow (`/api/auth/login`, `/api/auth/logout`, `/api/auth/session`)
8
8
- User management APIs (`/api/users`)
9
9
10
10
Removed:
11
-
- Map/spatial-related features
12
11
- Multi-agent features
13
12
- Other business features such as chat, admin, and database probing/execution
0 commit comments