Some checks failed
CI/CD Pipeline / Telegram Notify Success (push) Has been cancelled
CI/CD Pipeline / Run Tests (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (push) Has been cancelled
CI/CD Pipeline / Code Quality Checks (pull_request) Successful in 1m42s
CI/CD Pipeline / Run Tests (pull_request) Successful in 2m25s
CI/CD Pipeline / Telegram Notify Success (pull_request) Successful in 1m34s
31 lines
426 B
Markdown
31 lines
426 B
Markdown
# ADR-010: Project Structure and Modularity
|
|
|
|
## Status
|
|
Accepted
|
|
|
|
## Context
|
|
|
|
Проект должен быть:
|
|
- расширяемым
|
|
- читаемым
|
|
|
|
## Decision
|
|
|
|
Структура:
|
|
|
|
- apps/
|
|
- core
|
|
- user
|
|
- parsers
|
|
- core/
|
|
- settings/
|
|
|
|
## Consequences
|
|
|
|
### Positive
|
|
- модульность
|
|
- понятная навигация
|
|
|
|
### Negative
|
|
- возможная связность между модулями
|