Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dashboard,app): only healthcare professional #543

Merged
merged 4 commits into from
Mar 28, 2022

Conversation

rap2hpoutre
Copy link
Member

See: https://trello.com/c/vj7vQYFi/619-dossier-m%C3%A9dical

Champ visible dossier médical uniquement VS visible pour tous

Capture d’écran 2022-03-28 à 11 39 48

@github-actions github-actions bot temporarily deployed to mano-only-healthcare-professional March 28, 2022 09:46 Inactive
@@ -154,7 +177,8 @@ const TableCustomFields = ({ data, customFields }) => {
small: true,
render: (f) => <ButtonCustom title="Supprimer" loading={isSubmitting} onClick={() => onDelete(f)} width={75} color="danger" />,
},
]}
// Remove null fields
].filter((e) => e)}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

je mets filter(Boolean) quand je fais ça...
(juste pour discussion salon de thé ☕️🫖)

@arnaudambro
Copy link
Contributor

je suis en train de tester avec l'organisation ODM et j'ai un bug parce que

 {
      name: 'caseHistoryDescription',
      label: 'Informations complémentaires (antécédents)',
      type: 'textarea',
      options: null,
      enabled: true,
      required: false,
      showInStats: true
    }

j'ai options: null, mais pour un textarea, donc ça n'a pas de sens, mais ça veut dire qu'il y a un bug ailleurs

@arnaudambro
Copy link
Contributor

j'ai proposé deux fixes, tu peux être contre !
allez, à table

@github-actions github-actions bot temporarily deployed to mano-only-healthcare-professional March 28, 2022 10:56 Inactive
@sonarcloud
Copy link

sonarcloud bot commented Mar 28, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions github-actions bot temporarily deployed to mano-only-healthcare-professional March 28, 2022 13:15 Inactive
@github-actions
Copy link

🎉 Deployment for commit 4fd6ab6 :

Ingresses
Docker images
  • 📦 docker pull ghcr.io/socialgouv/docker/wait-for-postgres:6.56.1
  • 📦 docker pull ghcr.io/socialgouv/mano/api:sha-4fd6ab68e1136487b413cdfcac04e8eff96e8f4a
  • 📦 docker pull ghcr.io/socialgouv/mano/dashboard:sha-4fd6ab68e1136487b413cdfcac04e8eff96e8f4a
  • 📦 docker pull ghcr.io/socialgouv/mano/website:sha-4fd6ab68e1136487b413cdfcac04e8eff96e8f4a
Debug

@rap2hpoutre rap2hpoutre merged commit 64ff190 into main Mar 28, 2022
@rap2hpoutre rap2hpoutre deleted the only-healthcare-professional branch March 28, 2022 13:18
SocialGroovyBot added a commit that referenced this pull request Mar 28, 2022
# [1.81.0](v1.80.1...v1.81.0) (2022-03-28)

### Features

* **dashboard,app:** only healthcare professional ([#543](#543)) ([64ff190](64ff190))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants