Felix Jan Michael Mucha
c39bea9543
update README and user.py to define exercise
2025-02-02 23:20:22 +01:00
michael
be29f9b878
simpler folder structure. remove __init__.py since it might be confusing
2025-02-02 16:55:09 +01:00
michael
d8ca863c8c
remove any cart stuff. add port interfaces for products
2025-02-02 02:42:54 +01:00
Felix Jan Michael Mucha
b40acb630d
added todos for user
2025-02-01 22:54:35 +01:00
Felix Jan Michael Mucha
8eabaa915f
removed dataclass from user
2025-02-01 20:49:54 +01:00
Felix Jan Michael Mucha
997b3765d0
removed dataclass, added docstrings to entities
2025-02-01 19:06:30 +01:00
michael
0be0187062
add input output port to view cart as example. organize usecases in interactors and interfaces
2025-01-31 11:41:18 +01:00
michael
821ef8a8d4
changes:
...
* convert from db object to entity in repo implementation instead of usecase
* add description as column to product db object
* remove old ui stuff
* return dict instead of tuple in sql
* add TODOs which should be implemented
2025-01-27 14:00:51 +01:00
michael
53523d46b2
Changes:
...
add Readme per layer
move db calls to interface_adapters
implement product example
add tests
add __init__ files for easier to read imports
2025-01-16 00:36:59 +01:00
michael
b453880cf4
add basic entity layer
2024-11-22 18:00:37 +01:00