-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: deploy errors 1 #231
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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
This reverts commit 48650c7.
* 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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira
Link al issue en Jira
Descripción
Tasks
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.