-
Notifications
You must be signed in to change notification settings - Fork 11
/
tech.yaml
39 lines (35 loc) · 933 Bytes
/
tech.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: EgaPro
# List your code repos
repositories:
simulation-declaration: https://github.com/SocialGouv/egapro
declaration-directe: https://github.com/SocialGouv/egapro-declaration
consultation: https://github.com/SocialGouv/egapro-consultation
api: https://github.com/SocialGouv/egapro-api
# List all docs links
documentation:
# List all the tools used by the team
tools:
ticketing: https://github.com/SocialGouv/egapro/issues
sentry: https://sentry.fabrique.social.gouv.fr/incubateur/egapro
matomo: https://matomo.fabrique.social.gouv.fr
smtp: tipimail
# Overall technical stack
stack:
simulation-declaration:
- TypeScript
- Create-react-app
- Chakra-UI
declaration:
- JavaScript
- Jekyll
consultation:
- JavaScript
api:
- Python
- PostgreSQL
tests:
- Jest unit tests (frontend)
- PyTest (api)
ci:
- VMs
- GitHub action pour la simulation-declaration