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

fix: deploy errors 1 #231

Merged
merged 19 commits into from
Oct 1, 2024
Merged

fix: deploy errors 1 #231

merged 19 commits into from
Oct 1, 2024

Conversation

ElrohirGT
Copy link
Collaborator

Jira

Link al issue en Jira

Descripción

Tasks

  • Asignate a tí mismo dentro de la PR.
  • Asegúrate que el nombre de la PR siga el formato de Conventional Commits.
  • Añade una breve descripción de la escencia de tus cambios en tu PR.
  • Agrega el link al issue de Jira.
  • Asegurate que la PR pase todos los chequeos de CI.
  • Ponle las tags correspondientes a tu PR.
    Backend: PRs que modifican lógica relacionada al backend.
    Frontend: PRs que modifican lógica relacionada al frontend.
    Database: PRs que modifican lógica relacionada a la base de datos.
    Wiki: PRs que editan la wiki.
    Nix: PRs que modifican el entorno de desarrollo en Nix.
    CI/CD: PRs relacionadas con la CI/CD pipeline.

ElrohirGT and others added 18 commits September 1, 2024 11:52
* fix: Added JWT parsing for isDoctor

* fix: test helpers

* fix: Added authorization to update family endpoint

* fix: Added JWT validation in gyneco

* fix: authorization header on non-pathological

* fix: Added update patient security checks

* fix: Added authorization to personal history

* fix: Added authorization logic to psychiatric

* fix: Added authorization to surgical

* fix: Added authorization to traumatological
* feat: update feature was added to allergic history

* fix: format fix

* fix: console log removed

* fix: format error and center save button
* feat: basic structure

* feat: basic structure added

* feat: basic structure added

* fix: able to edit fields

* feat: Update for traumatological view implemented

* console.log erased

* fix: handle cancel fixed

* Update index.jsx
* fix: fixing update method in surgical view

* fix: fixed disabled in dropdown and an error canceling the edition

* fix: fixed cancel method
* fix: fixed cancel update

* fix: fixed cancel method in non pathologic

* fix: fixing global width

* fix: fixing patient name
* feat: adding update method

* feat: adding toast to trauma

* fix: fixed a toast

* fix: fixing update method

* fix: trying to add update to relatives

* fix: fixed update method

* fix: fixed update in array elements

* fix: finished all the updates in familiar view

* fix: fixed isEditable in base button

* fix: dropdown

* fix: fixed dropdown
* feat: update and cancel personal view

* fix: empty data fixed

* fix: linting

* feat: handling empty fields

* fix: tests, empty fields

* fix: tests, empty fields
* feat: git init base UI was made(only base UI working PRE BETA)

* feat: base UI finished, test aren't working

* feat: UI UPDATE with add more meds is working everything done, lint pending and UI tests

* feat: tests and UI were refactorized all working

* feat: nahomy UI changes were made
* fix: Refactored collaborator endpoint

* chore: Formatting and linting

* feat: Added security checks to update collaborator data

* fix: update collaborator and student data

* fix: tests

* fix: update patient redundancy

* fix: Seguros field

* fix: backend behaviour and insurance

* fix: Removed zombi code

* feat: Added collapsable component

* fix: Endpoints

* fix: Changed to default devenv

* fix: Added temporal nixpkgs version for samcli

* fix: Removed redundancy

* feat: Added contact information

* fix: tests

* fix: integration tests and backend

* fix: UI

* fix: Big general loading

* fix: Suspense bug

* fix: tests

* fix: main data styles

* fix: general styles

* fix: gapping

* fix: Section padding

* fix: Stiling

* fix: deleted zombi code
* feat: scrum 231 student login and surgery history

* fix: fixed the linting

* fix: changed format again

* feat: added endpoints for student surgical history

* fix: extracted checking function

* fix: fixed lint warnings

* fix: formatting

* fix: fixed tests

* fix: cleaned some errors in integration tests

* fix: eliminated horizontal scroll bar and did some responsive changes

* fix: format

* fix: fixed crash on login

---------

Co-authored-by: ElrohirGT <[email protected]>
* feat: Added CreatePatientView

* feat: Added GetLinkedPatient endpoint

* feat: Added LinkAccountToPatient endpoint

* fix: test helper

* fix: formatting

* fix: Refactored endpoint to create patient

* fix: Typo

* feat: Implemented getlinked patient endpoint

* fix: linter suggestions

* feat: Added LinkPatientView

* feat: Added patient views to router

* fix: storybook

* feat: Added link patient capability

* fix: link patient

* fix: Story

* fix: integration tests
* feat: added elements for the ob and gyn view

* feat: added name to other diagnosis

* fix: fixed an error in css

* feat: added elements to the view

* feat: finished the view

* feat: added GET and PUT integration to view, pending linting warnings to fix

* fix: added linting and formatting

* feat: added stories for ObGyn view, pending error state to be implemented since view doesn't have it

* fix: added empty state handling in view and story

* fix: linting and format

* feat: added tests for obgyn view

* fix: formatting

* feat: adding edit icon and some changes

* fix: fixed error on add other diagnosis button and formatting

* fix: fixed operations sections dropdown bug

* fix: formatting

* fix: fixed tests to match frontend updates

* fix: fixing pr

---------

Co-authored-by: Xavier López (Nathan) <[email protected]>
Co-authored-by: XavierLopez25 <[email protected]>
@ElrohirGT ElrohirGT self-assigned this Oct 1, 2024
@ElrohirGT ElrohirGT merged commit 37af439 into develop Oct 1, 2024
3 checks passed
@ElrohirGT ElrohirGT deleted the fix/deploy-errors branch October 1, 2024 00:12
ElrohirGT added a commit that referenced this pull request Oct 1, 2024
* fix: role detection security (#183)

* fix: Added JWT parsing for isDoctor

* fix: test helpers

* fix: Added authorization to update family endpoint

* fix: Added JWT validation in gyneco

* fix: authorization header on non-pathological

* fix: Added update patient security checks

* fix: Added authorization to personal history

* fix: Added authorization logic to psychiatric

* fix: Added authorization to surgical

* fix: Added authorization to traumatological

* fix: updated flake reference to oficial devenv

* Revert "fix: updated flake reference to oficial devenv"

This reverts commit 48650c7.

* feat: update feature was added to allergic history (#184)

* feat: update feature was added to allergic history

* fix: format fix

* fix: console log removed

* fix: format error and center save button

* feat: scrum 246 view traumatological update (#186)

* feat: basic structure

* feat: basic structure added

* feat: basic structure added

* fix: able to edit fields

* feat: Update for traumatological view implemented

* console.log erased

* fix: handle cancel fixed

* Update index.jsx

* fix: fixing update method in surgical view (#189)

* fix: fixing update method in surgical view

* fix: fixed disabled in dropdown and an error canceling the edition

* fix: fixed cancel method

* fix: fixed cancel update (#194)

* fix: fixed cancel update

* fix: fixed cancel method in non pathologic

* fix: fixing global width

* fix: fixing patient name

* fix: update feature familiar view (#192)

* feat: adding update method

* feat: adding toast to trauma

* fix: fixed a toast

* fix: fixing update method

* fix: trying to add update to relatives

* fix: fixed update method

* fix: fixed update in array elements

* fix: finished all the updates in familiar view

* fix: fixed isEditable in base button

* fix: dropdown

* fix: fixed dropdown

* feat: update and cancel personal view (#196)

* feat: update and cancel personal view

* fix: empty data fixed

* fix: linting

* feat: handling empty fields

* fix: tests, empty fields

* fix: tests, empty fields

* feat: git init base UI was made(only base UI working PRE BETA) (#190)

* feat: git init base UI was made(only base UI working PRE BETA)

* feat: base UI finished, test aren't working

* feat: UI UPDATE with add more meds is working everything done, lint pending and UI tests

* feat: tests and UI were refactorized all working

* feat: nahomy UI changes were made

* fix: fixing bug in dropdown (#200)

* feat: adding name and image to web (#199)

* fix: patient general data refactoring (#193)

* fix: Refactored collaborator endpoint

* chore: Formatting and linting

* feat: Added security checks to update collaborator data

* fix: update collaborator and student data

* fix: tests

* fix: update patient redundancy

* fix: Seguros field

* fix: backend behaviour and insurance

* fix: Removed zombi code

* feat: Added collapsable component

* fix: Endpoints

* fix: Changed to default devenv

* fix: Added temporal nixpkgs version for samcli

* fix: Removed redundancy

* feat: Added contact information

* fix: tests

* fix: integration tests and backend

* fix: UI

* fix: Big general loading

* fix: Suspense bug

* fix: tests

* fix: main data styles

* fix: general styles

* fix: gapping

* fix: Section padding

* fix: Stiling

* fix: deleted zombi code

* feat: student surgery history (#197)

* feat: scrum 231 student login and surgery history

* fix: fixed the linting

* fix: changed format again

* feat: added endpoints for student surgical history

* fix: extracted checking function

* fix: fixed lint warnings

* fix: formatting

* fix: fixed tests

* fix: cleaned some errors in integration tests

* fix: eliminated horizontal scroll bar and did some responsive changes

* fix: format

* fix: fixed crash on login

---------

Co-authored-by: ElrohirGT <[email protected]>

* feat: add patient form patient pov (#198)

* feat: Added CreatePatientView

* feat: Added GetLinkedPatient endpoint

* feat: Added LinkAccountToPatient endpoint

* fix: test helper

* fix: formatting

* fix: Refactored endpoint to create patient

* fix: Typo

* feat: Implemented getlinked patient endpoint

* fix: linter suggestions

* feat: Added LinkPatientView

* feat: Added patient views to router

* fix: storybook

* feat: Added link patient capability

* fix: link patient

* fix: Story

* fix: integration tests

* feat: view for obs and gyn view (#180)

* feat: added elements for the ob and gyn view

* feat: added name to other diagnosis

* fix: fixed an error in css

* feat: added elements to the view

* feat: finished the view

* feat: added GET and PUT integration to view, pending linting warnings to fix

* fix: added linting and formatting

* feat: added stories for ObGyn view, pending error state to be implemented since view doesn't have it

* fix: added empty state handling in view and story

* fix: linting and format

* feat: added tests for obgyn view

* fix: formatting

* feat: adding edit icon and some changes

* fix: fixed error on add other diagnosis button and formatting

* fix: fixed operations sections dropdown bug

* fix: formatting

* fix: fixed tests to match frontend updates

* fix: fixing pr

---------

Co-authored-by: Xavier López (Nathan) <[email protected]>
Co-authored-by: XavierLopez25 <[email protected]>

* fix: changed names, linter errors, formatting

* fix: handler error

---------

Co-authored-by: DanielDubon <[email protected]>
Co-authored-by: Bianca Calderón <[email protected]>
Co-authored-by: Nahomy Castro <[email protected]>
Co-authored-by: Angel Ortega <[email protected]>
Co-authored-by: Xavier López (Nathan) <[email protected]>
Co-authored-by: XavierLopez25 <[email protected]>
ElrohirGT added a commit that referenced this pull request Oct 1, 2024
* fix: deploy errors 1 (#231)

* fix: role detection security (#183)

* fix: Added JWT parsing for isDoctor

* fix: test helpers

* fix: Added authorization to update family endpoint

* fix: Added JWT validation in gyneco

* fix: authorization header on non-pathological

* fix: Added update patient security checks

* fix: Added authorization to personal history

* fix: Added authorization logic to psychiatric

* fix: Added authorization to surgical

* fix: Added authorization to traumatological

* fix: updated flake reference to oficial devenv

* Revert "fix: updated flake reference to oficial devenv"

This reverts commit 48650c7.

* feat: update feature was added to allergic history (#184)

* feat: update feature was added to allergic history

* fix: format fix

* fix: console log removed

* fix: format error and center save button

* feat: scrum 246 view traumatological update (#186)

* feat: basic structure

* feat: basic structure added

* feat: basic structure added

* fix: able to edit fields

* feat: Update for traumatological view implemented

* console.log erased

* fix: handle cancel fixed

* Update index.jsx

* fix: fixing update method in surgical view (#189)

* fix: fixing update method in surgical view

* fix: fixed disabled in dropdown and an error canceling the edition

* fix: fixed cancel method

* fix: fixed cancel update (#194)

* fix: fixed cancel update

* fix: fixed cancel method in non pathologic

* fix: fixing global width

* fix: fixing patient name

* fix: update feature familiar view (#192)

* feat: adding update method

* feat: adding toast to trauma

* fix: fixed a toast

* fix: fixing update method

* fix: trying to add update to relatives

* fix: fixed update method

* fix: fixed update in array elements

* fix: finished all the updates in familiar view

* fix: fixed isEditable in base button

* fix: dropdown

* fix: fixed dropdown

* feat: update and cancel personal view (#196)

* feat: update and cancel personal view

* fix: empty data fixed

* fix: linting

* feat: handling empty fields

* fix: tests, empty fields

* fix: tests, empty fields

* feat: git init base UI was made(only base UI working PRE BETA) (#190)

* feat: git init base UI was made(only base UI working PRE BETA)

* feat: base UI finished, test aren't working

* feat: UI UPDATE with add more meds is working everything done, lint pending and UI tests

* feat: tests and UI were refactorized all working

* feat: nahomy UI changes were made

* fix: fixing bug in dropdown (#200)

* feat: adding name and image to web (#199)

* fix: patient general data refactoring (#193)

* fix: Refactored collaborator endpoint

* chore: Formatting and linting

* feat: Added security checks to update collaborator data

* fix: update collaborator and student data

* fix: tests

* fix: update patient redundancy

* fix: Seguros field

* fix: backend behaviour and insurance

* fix: Removed zombi code

* feat: Added collapsable component

* fix: Endpoints

* fix: Changed to default devenv

* fix: Added temporal nixpkgs version for samcli

* fix: Removed redundancy

* feat: Added contact information

* fix: tests

* fix: integration tests and backend

* fix: UI

* fix: Big general loading

* fix: Suspense bug

* fix: tests

* fix: main data styles

* fix: general styles

* fix: gapping

* fix: Section padding

* fix: Stiling

* fix: deleted zombi code

* feat: student surgery history (#197)

* feat: scrum 231 student login and surgery history

* fix: fixed the linting

* fix: changed format again

* feat: added endpoints for student surgical history

* fix: extracted checking function

* fix: fixed lint warnings

* fix: formatting

* fix: fixed tests

* fix: cleaned some errors in integration tests

* fix: eliminated horizontal scroll bar and did some responsive changes

* fix: format

* fix: fixed crash on login

---------

Co-authored-by: ElrohirGT <[email protected]>

* feat: add patient form patient pov (#198)

* feat: Added CreatePatientView

* feat: Added GetLinkedPatient endpoint

* feat: Added LinkAccountToPatient endpoint

* fix: test helper

* fix: formatting

* fix: Refactored endpoint to create patient

* fix: Typo

* feat: Implemented getlinked patient endpoint

* fix: linter suggestions

* feat: Added LinkPatientView

* feat: Added patient views to router

* fix: storybook

* feat: Added link patient capability

* fix: link patient

* fix: Story

* fix: integration tests

* feat: view for obs and gyn view (#180)

* feat: added elements for the ob and gyn view

* feat: added name to other diagnosis

* fix: fixed an error in css

* feat: added elements to the view

* feat: finished the view

* feat: added GET and PUT integration to view, pending linting warnings to fix

* fix: added linting and formatting

* feat: added stories for ObGyn view, pending error state to be implemented since view doesn't have it

* fix: added empty state handling in view and story

* fix: linting and format

* feat: added tests for obgyn view

* fix: formatting

* feat: adding edit icon and some changes

* fix: fixed error on add other diagnosis button and formatting

* fix: fixed operations sections dropdown bug

* fix: formatting

* fix: fixed tests to match frontend updates

* fix: fixing pr

---------

Co-authored-by: Xavier López (Nathan) <[email protected]>
Co-authored-by: XavierLopez25 <[email protected]>

* fix: changed names, linter errors, formatting

* fix: handler error

---------

Co-authored-by: DanielDubon <[email protected]>
Co-authored-by: Bianca Calderón <[email protected]>
Co-authored-by: Nahomy Castro <[email protected]>
Co-authored-by: Angel Ortega <[email protected]>
Co-authored-by: Xavier López (Nathan) <[email protected]>
Co-authored-by: XavierLopez25 <[email protected]>

* fix: linter errors

---------

Co-authored-by: DanielDubon <[email protected]>
Co-authored-by: Bianca Calderón <[email protected]>
Co-authored-by: Nahomy Castro <[email protected]>
Co-authored-by: Angel Ortega <[email protected]>
Co-authored-by: Xavier López (Nathan) <[email protected]>
Co-authored-by: XavierLopez25 <[email protected]>
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.

5 participants