Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 965 Bytes

ROADMAP.md

File metadata and controls

44 lines (36 loc) · 965 Bytes

python-clean-architecture

Roadmap

Do not edit this file, it is auto-generated.

0.1.0

  • focus: Dependency Injection as a full featured framework
    • contextualized scope mechanics
    • scopes for request, session & thread context
    • standalone repo for the framework
  • side quest: Contributing Guidelines

0.2.0

  • Spring-cleaning (obsolete code, support of old Python versions)
  • Dependency Injection
  • Domain
    • Value Objects
    • Entities
    • Aggregates
    • Repositories
    • Policies
  • Application
    • Simple interactor with validation
    • Error catalog
    • Command-driven application
    • Services
  • Integration
    • click view
    • marshmallow factory
    • tinydb db DAO
    • data file (YAML, JOSN or INI) DAO

0.3.0

  • Domain
    • Session storages
    • File storages
  • Application
    • Task-driven application
  • Integration
    • flask