security-force-monitor / sfm-cms

Platform for sharing complex information about security forces. Powers WhoWasInCommand.com
https://whowasincommand.com
10 stars 3 forks source link

Add Makefile for entity relational diagrams, organize docs #795

Open hancush opened 2 years ago

hancush commented 2 years ago

Overview

This PR adds a Makefile for diagrams of our core models (person, organization, violation), plus locations, which shows areas of operation and emplacements for organizations, to keep the organization diagram reasonable in size. The output of this recipe is stored in docs/diagrams/.

It also moves docs from the root directory to a new docs/ directory.

Testing Instructions

docker-compose run --rm app make clean_diagrams
docker-compose run --rm app make diagrams