Please enable JavaScript.
Coggle requires JavaScript to display documents.
Record Guardian - Coggle Diagram
Record Guardian
App Architecture
PHP
MySQL
React
How is the app structured?
Different types of pages
Views and logic mixed together (hard to work with)
Eg. documents_search.php
View and logic separated but in the same file (medium to work with)
Eg. doc.php
View and logic completely separated (easy to work with)
calendars.php
Business/modules
Transaction log
Folder
Calendar
Custom Policies
Reports
Servers
How to deploy
SSH
FTP
Runbook
How to add Acord Form
How to do database changes and propagate them to all accounts
How to clone for the first time
Development Process
Pipeline
Gitlab
Git
Staging server
Production server
How to write commit messages