You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the core of the project "Epicli" lives in /core/src/epicli with the idea that this would extended with different additional projects. However as we now know we will transition to modules down the line. This setup does not make it very intuitive to work with as the devcontainer needs to be opened in /core/src/epicli and for documentation an extra windows needs to be opened.
Describe the solution you'd like
Because of this we want to restructure the project:
Move the content of /core/src/epicli to the root of the project so that we can open the project in one single workspace/devcontainer. The structure of what is inside /core/src/epicli will be left in tact for now.
Merge /core/src/epicli/.gitignore into /.gitignore
Fix paths for docker build inside:
/core/src/epicli/setup.py
/.dockerignore
/Dockerfile
Remove old certificate code in /core/src/epicli/.devcontainer/cert. This has not been maintained/tested properly when COVID started.
Move CHANGELOG-x.x.md files to a subfolder inside docs and update CHANGELOG.md paths to these version
- Removed legacy code for Epiphany < 0.3.
- Refactored build_saver.py and renamed to build_io.py as we do not only save.
- Updated tests to reflect all changes.
- Also added missing changelogs for #2643, #2666
- Added fixes for #2497 which where outstanding in #2652 and reported in: #2497 (comment)
Is your feature request related to a problem? Please describe.
Currently the core of the project "Epicli" lives in /core/src/epicli with the idea that this would extended with different additional projects. However as we now know we will transition to modules down the line. This setup does not make it very intuitive to work with as the devcontainer needs to be opened in /core/src/epicli and for documentation an extra windows needs to be opened.
Describe the solution you'd like
Because of this we want to restructure the project:
Describe alternatives you've considered
None
Additional context
https://docs.python-guide.org/writing/structure/
DoD checklist
The text was updated successfully, but these errors were encountered: