Skip to content

Change high level folder structure from 'source/ script' to by project #15

@smlum

Description

@smlum

Change high level folder structure from:

├── scripts
│   ├── ODHF
│   ├── ODEF
│   ├── ...
├── sources
│   ├── ODHF
│   ├── ODEF
│   ├── ...

To by project, including a pkg folder containing functionally grouped modules which can be used across projects:

├── pkg
│   ├── data_collectors
│   │   ├── DataCollector.py
│   ├── ...
├── ODHF
│   ├── 0-sources
│   ├── 1-PreProcessing
│   ├── ...
├── ODEF
│   ├── 0-sources
│   ├── 1-PreProcessing
│   ├── ...

A final folder structure should be discussed and agreed upon by the team before implementing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions