-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
* 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>
6c0e77c
to
f0ec2e3
Compare
713ff3b
to
716d8ce
Compare
716d8ce
to
5d7571c
Compare
1933bec
to
9ccbfc9
Compare
7ae573f
to
e47da01
Compare
@@ -0,0 +1,6 @@ | |||
/* @preserve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pourquoi on fait une ref sur la lib dans node_modules ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
j'ai pas compris la question
const [options, setOptions] = useState(AROUND_ME_OPTION); | ||
|
||
const searchCommunes = () => { | ||
if (filterText.length > 2 && filterText !== AROUND_ME) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pourquoi supérieur à 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pour eviter les recherches inutiles
src/db/models/psychologist.ts
Outdated
@@ -8,7 +8,7 @@ export default (sequelize) => { | |||
address: DataTypes.STRING, | |||
archived: DataTypes.BOOLEAN, | |||
cdsmsp: DataTypes.STRING, | |||
coordinates: DataTypes.GEOMETRY("POINT"), | |||
coordinates: DataTypes.GEOMETRY("POINT", 4326), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est quoi cette valeur
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est le SRID, on en a deja parlé lors de la création de la table. On a besoin d'un id de reference (celui la est l'ISO) partout pour bien calculer les distances
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tu préfère rajouter les tests plus tard ?
Yes ! Comme vu la derniere fois cette partie va beaucuoup changer je pense |
76739b0
to
3fa7608
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
🎉 Deployment for commit 324bc2f : Docker images
|
🎉 This PR is included in version 1.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.