Refactor: new project structure in motion not complete
This commit is contained in:
parent
b92f821745
commit
9ffe9d6b09
17 changed files with 9 additions and 9 deletions
18
.cursorrules
18
.cursorrules
|
@ -29,19 +29,19 @@ The we wash rinse and repeat for each project. When we are done we have a fully
|
|||
The API Specifications are in inbox/spec_packagename
|
||||
The Concrete Implementations are in inbox/src_packagename
|
||||
|
||||
The directory structure that matters most is as follows: RITIGITIRR
|
||||
The directory structure for the project is as follows:
|
||||
|
||||
archieved/ = old versions of the codebase
|
||||
config/ = configuration files
|
||||
core/ = core packages required for minimal server functionality (Platform Zero Server)
|
||||
devops/ = docker and kubernetes configuration
|
||||
docs/ = documentation
|
||||
examples/ = example applications demonstrating using the Platform API
|
||||
inbox/ = packages that are being worked on
|
||||
packages/ = packages that are not ready for use (Original Angel3 Packages)
|
||||
sandbox/ = packages that are being vetted for forked integration ready for use (Experimental Packages)
|
||||
stubs/ = stubs for packages that can be used as starter templates jumpstarting development
|
||||
utils/ = utility scripts
|
||||
wspace/ = workspace for development
|
||||
packages/ = platform packages
|
||||
resources = images, icons, and other resources
|
||||
scripts/ = utility scripts
|
||||
templates/ = starter templates
|
||||
tests/ = repository wide integration tests
|
||||
tools/ = project wide tools
|
||||
utils/ = cli, console, and other utilities
|
||||
|
||||
Protevus Platform is a hard-fork of Angel3 that is being refactored and rebranded to be Protevus Platform
|
||||
For now all references to Angel3 remain the same, but in the future we will be changing them to Protevus or Platform
|
||||
|
|
0
resources/.gitkeep
Normal file
0
resources/.gitkeep
Normal file
0
scripts/.gitkeep
Normal file
0
scripts/.gitkeep
Normal file
0
templates/.gitkeep
Normal file
0
templates/.gitkeep
Normal file
0
tests/.gitkeep
Normal file
0
tests/.gitkeep
Normal file
0
tools/.gitkeep
Normal file
0
tools/.gitkeep
Normal file
0
utils/.gitkeep
Normal file
0
utils/.gitkeep
Normal file
Loading…
Reference in a new issue