jejellyroll-fr / fpdb-3

GNU Affero General Public License v3.0
8 stars 2 forks source link

[FEATURE] move dead code to a particular subdir #19

Closed brunetton closed 1 month ago

brunetton commented 1 month ago

As a future contributor to the project I think it would be clearer to clean the repo; ie move "dead code" and tests files to sub-dirs clearly identified ("WIP" or something like this).

Example: OddsCalcnew.py and OddsCalcNew2.py are not used by the program and should be moved to this subdir. Notebooks could be moved to this subdir too.

What do you think about ?

jejellyroll-fr commented 1 month ago

I agree ... i started to iterate locally on new structure for this project, some structural modifications are more complex than I thought but we can start with easiest things:

fpdb/ ├── core/

├── parsers/

├── utils/

├── gui/

├── webui+apis/

├── tests/ -> all tests ├── docs/ -> notebooks and puml(i would like to move to mermaid) ├── archives/ -> old scripts

but i'am open to any suggestions ;)

brunetton commented 1 month ago

Looks good to me :)