refactor(backend)!: separate algorithm and data layers
Reorganize algorithm packages by business responsibility, move orchestration into services, and keep database access behind pooled repositories. Harden analysis API validation, remove unsafe legacy simulation endpoints, and add regression and architecture boundary coverage. BREAKING CHANGE: legacy algorithm module paths and obsolete simulation endpoints are removed.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from app.services.tjnetwork import read_inp
|
||||
from app.native.wndb.inp.importer import read_inp
|
||||
|
||||
|
||||
def network_update(file_path: str, project_code: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user