Closed
Description
Original architecture
fba
├─ backend
| ├─ app
| | ├─ alembic
| | ├─ api
| | ├─ common
| | ├─ core
| | ├─ crud
| | ├─ database
| | ├─ middleware
| | ├─ models
| | ├─ schemas
| | ├─ services
| | ├─ static
| | ├─ tests
| | ├─ utils
| | └─ main.py
| └─ sql
└─ ...
New architecture
fba
├─ backend
| ├─ alembic
| ├─ app
| | ├─ admin
| | | ├─ api
| | | ├─ crud
| | | ├─ model
| | | ├─ schema
| | | ├─ service
| | | ├─ tests
| | | └─ ...
| | └─ ...
| ├─ common
| ├─ core
| ├─ database
| ├─ middleware
| ├─ static
| ├─ utils
| └─ sql
└─ ...
In order to adapt to the continuous expansion of the back-end service, the new architecture splits the service, and the original architecture will be sealed as a locked branch.
Metadata
Metadata
Assignees
Labels
No labels