Skip to content

Add a standard utils module #147

@Angeluz-07

Description

@Angeluz-07

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions