datagouv / support.data.gouv.fr

GNU Affero General Public License v3.0
3 stars 6 forks source link

💁‍♂️ [data.gouv.fr](https://data.gouv.fr) support application 💁‍♂️

Installation

Development

Configuration

In order to change the displayed question tree, one might change the config/question-tree.yaml file.

This file is written in YAML.

It starts with a top-level question, consisting in a title, and choices on which the user can click.

Each item of the choices attribute consists in a label displayed on the webpage, a link which can be a new question or an answer, and an id used to identify the choice.

The id must be URL-friendly, it consists of one or many lowecase words separated by -.

A new question follows the same structure as the top-level question.

An answer can be of three types:

Tests

Architecture decision records

  1. Record architecture decisions
  2. Domain-driven design
  3. Server-side rendering

Inspirations