Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
feat(annuaire): Improve psy views (#34)
Browse files Browse the repository at this point in the history
* Add a basic psychologists pages

* Add a healthz route

* Change type directory

* Add env variables

* Add ts-node

* Test .env

* Add a nice geolocation

* Use proper field

* feat(ci): add seeds command (#28)

* Test .env

* feat: add db deploy

* Use proper DB URL

* fix: use devInitContainerCommand

* Do a db migration in docker

* run db:migrate

* Fix build

Co-authored-by: Desoindx <xavier.desoindre@hotmail.fr>

* Review

* Update Readme

* Manage 2A and 2B departments

* Improve directory on desktop

* Add website

* Fix geometry

* Display map on mobile

* Fix issue on city search

* Add directory header

* ajout de nouveaux champs

* Autre raison de contact

* Add SRID

Co-authored-by: Julien Bouquillon <julien.bouquillon@sg.social.gouv.fr>
  • Loading branch information
desoindx and Julien Bouquillon authored Feb 8, 2022
1 parent 09a8153 commit 0da2d20
Show file tree
Hide file tree
Showing 32 changed files with 1,551 additions and 297 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const csp = {
'default-src': ["'none'"],
'connect-src': ["'self'", "https://*.gouv.fr", "https://services.sarbacane.com"],
'font-src': ["'self'", "data:"],
'img-src': ["'self'", "data:", "https://forms.sbc08.com"],
'img-src': ["'self'", "data:", "https://forms.sbc08.com", 'https://*.tile.openstreetmap.org/'],
'prefetch-src': ["'self'", "https://*.gouv.fr"],
'script-src': ["'self'", "https://*.gouv.fr", "https://*.sbc08.com"],
'frame-src': ["'self'", "https://*.gouv.fr"],
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,18 @@
"graphql-request": "^3.7.0",
"helmet": "^5.0.1",
"joi": "^17.5.0",
"leaflet": "^1.7.1",
"next": "^12.0.7",
"nodemailer": "^6.7.2",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.5",
"sanitize-html": "^2.6.1",
"sequelize": "^6.13.0",
"sequelize-cli": "^6.3.0",
"styled-components": "^5.3.3",
"ts-node": "^10.4.0",
"typescript-eslint": "^0.0.1-alpha.0"
},
Expand Down
Binary file added public/css/images/marker-icon-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/images/marker-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/css/images/marker-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0da2d20

Please sign in to comment.