|
|
## Domain-specific concepts
|
|
## Domain-specific concepts
|
|
|
|
|
|
|
|
A number of domain-specific concepts are used to describe a transport offer (including lines, routes, journey patterns, etc.). These are explained in the [Data Models](https://github.com/af83/chouette-core/wiki/Data-Models) document.
|
|
A number of domain-specific concepts are used to describe a transport offer (including lines, routes, journey patterns, etc.). These are explained in the [Data Models](Data-Models) document.
|
|
|
|
|
|
|
|
## Architecture
|
|
## Architecture
|
|
|
|
|
|
|
|
TODO: Add high level architecture diagram
|
|
TODO: Add high level architecture diagram
|
|
|
|
|
|
|
|
Detailed diagrams of the different parts of the application are available on the [Class Diagram](https://github.com/af83/chouette-core/wiki/Class-Diagram) page.
|
|
Detailed diagrams of the different parts of the application are available on the [Class Diagram](Class-Diagram) page.
|
|
|
|
|
|
|
|
## GitHub
|
|
## GitHub
|
|
|
|
|
|
| ... | @@ -37,16 +37,16 @@ git push origin my_branch |
... | @@ -37,16 +37,16 @@ git push origin my_branch |
|
|
|
|
|
|
|
## Application configuration
|
|
## Application configuration
|
|
|
|
|
|
|
|
* [Optional Feature flags](https://github.com/af83/chouette-core/wiki/Optional-Features)
|
|
* [Optional Feature flags](Optional-Features)
|
|
|
* Policy management (TODO)
|
|
* Policy management (TODO)
|
|
|
|
|
|
|
|
## Rails code rules
|
|
## Rails code rules
|
|
|
|
|
|
|
|
* [Writing a migration](https://github.com/af83/chouette-core/wiki/Rails-migrations)
|
|
* [Writing a migration](Rails-migrations)
|
|
|
* [Writing a model](https://github.com/af83/chouette-core/wiki/Rails-models)
|
|
* [Writing a model](Rails-models)
|
|
|
* [Writing a controller](https://github.com/af83/chouette-core/wiki/Rails-Controller)
|
|
* [Writing a controller](Rails-Controller)
|
|
|
* [Writing a view](https://github.com/af83/chouette-core/wiki/Rails-views)
|
|
* [Writing a view](Rails-views)
|
|
|
* [Writing a spec (TODO)](https://github.com/af83/chouette-core/wiki/Rails-spec)
|
|
* [Writing a spec (TODO)](Rails-spec)
|
|
|
* [Writing a policy (TODO)](/code_rules/policy.md)
|
|
* [Writing a policy (TODO)](/code_rules/policy.md)
|
|
|
* [Writing a feature (TODO)](/code_rules/feature.md)
|
|
* [Writing a feature (TODO)](/code_rules/feature.md)
|
|
|
* [I18n](https://github.com/af83/chouette-core/wiki/Rails-I18n) |
|
* [I18n](Rails-I18n) |