Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
smlum opened this issue Jan 31, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@smlum
Copy link

smlum commented Jan 31, 2023

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.

@smlum smlum changed the title Change high level structure to by project rather than source/ script Change high level folder structure from 'source/ script' to by project Jan 31, 2023
@mbarison mbarison added the enhancement New feature or request label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants