1.7 KiB
1.7 KiB
Deep Dive
The big picture
Core Domain
src/Uriae/EmployeeBundle: core employee lifecycle (identity, admin info, contracts, insertion path, documents, competencies)src/Uriae/SuiviBundle:src/Uriae/AspBundle:src/Uriae/StructureBundle:src/Uriae/UnionBundle:
Metrics Domain
src/Uriae/BilanBundle:
Pipeline Domain
src/Uriae/ImportBundle:src/Uriae/ExportBundle:
InDepth maps
EmployeeBundle
- Core entities
src/Uriae/EmployeeBundle/Entity/Employee.phpsrc/Uriae/EmployeeBundle/Entity/Contrat.phpsrc/Uriae/EmployeeBundle/Entity/ParcoursInsertion.phpsrc/Uriae/EmployeeBundle/Entity/FirstHome.phpsrc/Uriae/EmployeeBundle/Entity/AdministrativeInformation.php
- Repositories
src/Uriae/EmployeeBundle/Repository/EmployeeRepository.phpsrc/Uriae/EmployeeBundle/Repository/ContratRepository.php
- Forms
src/Uriae/EmployeeBundle/Form/Type/AddEmployeeFormType.phpsrc/Uriae/EmployeeBundle/Form/Type/ContratType.php
- Controllers
src/Uriae/EmployeeBundle/Controller/EmployeeController.phpsrc/Uriae/EmployeeBundle/Controller/ContratsController.php
- Services/Models
src/Uriae/EmployeeBundle/Model/SituationSortieUpdater.phpsrc/Uriae/EmployeeBundle/Model/EmployeeStateUpdater.php
- Fixtures
src/Uriae/EmployeeBundle/DataFixtures/ORM/shared/LoadTypeEmployee.phpsrc/Uriae/EmployeeBundle/DataFixtures/ORM/shared/LoadFormesContrat.php
- Commands
src/Uriae/EmployeeBundle/Command/UpdateSituationSortieCommand.phpsrc/Uriae/EmployeeBundle/Command/UpdateContratDatesEmployeCommand.phpsrc/Uriae/EmployeeBundle/Command/AnonymisationProcessCommand.php