| Version | Date | Notes | By |
|---|---|---|---|
| 0.6 | 2023-02-07 | Added Management of Change module | BRB |
| 0.5 | 2022-07-12 | Added Reporting Channel module | BRB |
| 0.4 | 2022-05-03 | Re-ordered and added modules | BRB |
| 0.3 | 2020-07-27 | Added Training, Technical Visits, Projects, Processes Engine and DPMS | FPA |
| 0.2 | 2018-06-28 | Added Meetings, SGA and Occupational Health. Fix audits url | JFM |
| 0.1 | 2018-02-26 | Initial release | JFM |
This is the list of current modules available and corresponding git clone command repository.
| Module name | Git clone command |
|---|---|
| Audits | git clone https://gitlab.wemake.pt/wemake/sgi/backend/audits.git Audits |
| Awareness | git clone https://gitlab.wemake.pt/wemake/sgi/backend/awareness.git Awareness |
| Documents | git clone https://gitlab.wemake.pt/wemake/sgi/backend/documents.git Documents |
| Data Protection Management System (SGPD) | git clone https://gitlab.wemake.pt/wemake/sgi/backend/dpms.git DPMS |
| Environmental Management System (SGA) | git clone https://gitlab.wemake.pt/wemake/sgi/backend/environmental-management-system.git EMS |
| Equipments | git clone https://gitlab.wemake.pt/wemake/sgi/backend/equipments.git Equipments |
| Management of Change | git clone https://gitlab.wemake.pt/wemake/sgi/backend/management-of-change.git ManagementOfChange |
| Meetings | git clone https://gitlab.wemake.pt/wemake/sgi/backend/meetings.git Meetings |
| Occurrences | git clone https://gitlab.wemake.pt/wemake/sgi/backend/occurrences.git Occurrences |
| Occupational Health | git clone https://gitlab.wemake.pt/wemake/sgi/backend/occupational-health.git OccupationalHealth |
| Occupation Health and Safety (SST) | git clone https://gitlab.wemake.pt/wemake/sgi/backend/ohs.git OHS |
| Plans | git clone https://gitlab.wemake.pt/wemake/sgi/backend/plans.git Plans |
| Processes | git clone https://gitlab.wemake.pt/wemake/sgi/backend/processes.git Processes |
| Processes-engine | git clone https://gitlab.wemake.pt/wemake/sgi/backend/processes-engine.git ProcessesEngine |
| Projects | git clone https://gitlab.wemake.pt/wemake/sgi/backend/projects.git Projects |
| Reporting Channel | git clone https://gitlab.wemake.pt/wemake/sgi/backend/reporting-channel.git ReportingChannel |
| Risk | git clone https://gitlab.wemake.pt/wemake/sgi/backend/risk.git Risk |
| Risk Assessments | git clone https://gitlab.wemake.pt/wemake/sgi/backend/risk-assessments.git RiskAssessments |
| Statement of Applicability | git clone https://gitlab.wemake.pt/wemake/sgi/backend/statement-of-applicability.git StatementOfApplicability |
| Suppliers | git clone https://gitlab.wemake.pt/wemake/sgi/backend/suppliers.git Suppliers |
| Surveys | git clone https://gitlab.wemake.pt/wemake/sgi/backend/surveys.git Surveys |
| Training | git clone https://gitlab.wemake.pt/wemake/sgi/backend/training.git Training |
Don't forget to do: git fetch and git checkout develop on the module folder
The following are client specific modules.
| Client | Module name | Git clone command |
|---|---|---|
| Portway | Anonymous Occurrences | git clone https://gitlab.wemake.pt/portway/sgi/backend/anonymous-occurrences.git AnonymousOccurrences |
| Portway | Quality Safety Monitoring | git clone https://gitlab.wemake.pt/portway/sgi/backend/quality-safety-monitoring.git QualitySafetyMonitoring |
| Vista Alegre | Documents Importer | git clone https://gitlab.wemake.pt/vistaalegre/sgi/tools/documents-importer.git DocumentsImporter |
| Rubis | Entities Importer | git clone https://gitlab.wemake.pt/rubis/sgi/tools/entities-importer.git EntitiesImporter |
| Rubis | Safety In Action | git clone https://gitlab.wemake.pt/rubis/sgi/backend/safety-in-action.git SafetyInAction |
| Manvia | Technical Audits | git clone https://gitlab.wemake.pt/manvia/sgi/backend/technical-audits.git TechnicalAudits |
| Manvia | Technical Visits | git clone https://gitlab.wemake.pt/manvia/sgi/backend/technical-visits.git TechnicalVisits* |
*To start development with these client specific modules you need to add "ClientName\\Sgi\\Modules\\": "modules/" in composer.json file in the autoload » psr-4 configuration like the example below:
"psr-4": {
"WeMake\\Sgi\\Core\\": "app/",
"Manvia\\Sgi\\Modules\\": "modules/",
"Manvia\\Sgi\\Modules\\TechnicalVisits\\": "modules/TechnicalVisits/src/"
}