-
-
Notifications
You must be signed in to change notification settings - Fork 724
Data model diagram (ERD)
David Cook edited this page Sep 26, 2022
·
1 revision
A visual representation of the model is available in the form of an ERD here:
The data model can also be inspected by viewing the database schema in db/schema.rb
and the associated app/models/*
files.
- Ensure your development environment is set up
- Install pre-requisites.
You can now use this script to re-generate the stored PDF file:
script/erd
Please commit the latest version, and include in a PR so that it can be kept up to date.
To generate a custom diagram, you can execute the rails-erd
gem directly with custom options. Eg:
rake erd attributes=false filename=~/Desktop/erd-simple
Development environment setup
- Pipeline development process
- Bug severity
- Feature template (epic)
- Internationalisation (i18n)
- Dependency updates
Development
- Developer Guidelines
- The process of review, test, merge and deploy
- Making a great commit
- Making a great pull request
- Code Conventions
- Database migrations
- Testing and Rspec Tips
- Automated Testing Gotchas
- Rubocop
- Angular and OFN
- Feature toggles
- Stimulus and Turbo
Testing
- Testing process
- OFN Testing Documentation (Handbooks)
- Continuous Integration
- Parallelized test suite with knapsack
- Karma
Releasing
Specific features
Data and APIs
Instance-specific configuration
External services
Design