-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julien Bouquillon
authored
Jan 4, 2021
1 parent
0ba1705
commit d92d4da
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Code du travail numérique | ||
|
||
# List your code repos | ||
repositories: | ||
frontend: https://github.com/SocialGouv/code-du-travail-numerique | ||
cdtn-admin: https://github.com/SocialGouv/cdtn-admin | ||
cdtn-contrib: https://github.com/SocialGouv/code-du-travail-backoffice | ||
kali-data: https://github.com/SocialGouv/kali-data | ||
legi-data: https://github.com/SocialGouv/legi-data | ||
fiches-vdd: https://github.com/SocialGouv/fiches-vdd | ||
fiches-travail-data: https://github.com/SocialGouv/fiches-travail-data | ||
serving-ml: https://github.com/SocialGouv/serving-ml | ||
|
||
# List all docs links | ||
documentation: | ||
dossier gDocs cdtn: https://drive.google.com/drive/u/0/folders/15iWpijYQEhA4SmCmbq-JD3gW1kmpXqn1 | ||
schemas tech: https://excalidraw.com/#json=5918245009752064,LLCbZufjKhzL8tF6cbFrpg | ||
|
||
# List all the tools used by the team | ||
tools: | ||
ticketing: https://github.com/SocialGouv/code-du-travail-numerique/issues | ||
sentry: https://sentry.fabrique.social.gouv.fr/incubateur/code-du-travail-numerique | ||
matomo: https://matomo.fabrique.social.gouv.fr | ||
calendar: https://calendar.google.com/calendar/embed?src=tajq67at1kaucktamb2f1bv8ug%40group.calendar.google.com&ctz=Europe%2FParis | ||
design: https://figma.com/ | ||
|
||
# Overall technical stack | ||
stack: | ||
frontend: | ||
- NextJS | ||
api: | ||
- Koa | ||
- ElasticSearch | ||
nlp: | ||
- tensorflow | ||
cdtn-admin: | ||
- NextJS | ||
- hasura | ||
- PostgreSQL | ||
cdtn-contrib: | ||
- NextJS | ||
- PostgREST | ||
- PostgreSQL | ||
tests: | ||
- Jest unit tests | ||
- Jest integraton tests | ||
- e2e Gherkin | ||
ci: | ||
- Gitlab-ci |