demarches-normaliennes/doc
Martin 5739150f15 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)
Update doc/object-storange-and-data-encryption.md

Co-authored-by: LeSim <mail@simon.lehericey.net>

Update app/services/archive_uploader.rb

Co-authored-by: LeSim <mail@simon.lehericey.net>

Update doc/object-storange-and-data-encryption.md

Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>

clean(doc): align document file name and document h1

clean(review): refactore based on various comments

clean(review): refactore based on various comments
2022-03-16 14:56:21 +01:00
..
architecture-decision-records doc: move the ADR to their own directory 2022-03-01 17:05:06 +01:00
Contributions FIX #6557 CONTRIBUTING Describe our dev best practices 2021-11-04 15:12:49 +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 doc: add deployment notes 2022-03-01 17:05:05 +01: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

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