demarches-normaliennes/doc
2024-04-03 14:52:44 +02:00
..
architecture-decision-records doc: move the ADR to their own directory 2022-03-01 17:05:06 +01:00
Contributions update Pratique-de-dev for new_deployment 2022-06-28 13:57:43 +02:00
coding_conventions.md chore: starting a coding convention 2023-01-11 14:35:26 +01:00
customization.md feat(footer): customize using custom views & locales 2022-03-10 17:31:20 +01:00
database_models.pdf doc: add a visualization of the database models 2020-08-27 12:02:28 +02:00
DEPLOYMENT.md chore(js): use bun instead of yarn 2024-04-03 14:52:44 +02:00
object-storange-and-data-encryption.md feat(service/archive_uploader): add an archive uploader class to upload files thru a custom script which handle file encryption of massive file (bigger than 4Go) 2022-03-16 14:56:21 +01:00
PRIVACY-POLICY.md Update doc/PRIVACY-POLICY.md 2022-03-10 07:04:37 +01:00
README.md doc: add a visualization of the database models 2020-08-27 12:02:28 +02:00
recovery.md tech(doc): documente le process pour re-importer un dossier perdu en prod depuis un backup 2023-06-20 10:38:04 +02:00

database_models.pdf

The database models document is generated using the rails-erd gem.

To update the generated PDF file:

  1. Install graphviz (e.g. brew install graphviz)
  2. Run bin/rake erd