-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
After discussing with @fabidick22 we found we need to keep adding functions/abstractions to meet new requirements and keep the code flexible at the same time.
The idea of custom python modules(files with python code) is working, but the current folder structure of them it seems not to be the best.
We have those custom modules inside namespaces(currently in time-entries and projects). The idea is to set a folder at top level where these custom modules will live in.
This would be the new structure:
- tests/
- utils/ <--- the new folder
worked_time.py <--- custom modules developed on demand
<module_2>.py
...
- time_tracker_api/
...
Still in dicussion.
Metadata
Metadata
Assignees
Labels
No labels