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

Make invitationCode immutable #88

Closed
1 task done
pauljohanneskraft opened this issue Nov 4, 2024 · 0 comments · Fixed by #89
Closed
1 task done

Make invitationCode immutable #88

pauljohanneskraft opened this issue Nov 4, 2024 · 0 comments · Fixed by #89
Labels
enhancement New feature or request

Comments

@pauljohanneskraft
Copy link
Contributor

Problem

Currently, the UI suggests that one can update the invitation code of a patient invitation. This is actually not the case and therefore the textfield should actually be disabled.

Solution

Still display the invitation code, but disable its editing.

Additional context

I unfortunately couldn't easily figure out how to make that change myself, otherwise it would most likely be part of #87 .

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@pauljohanneskraft pauljohanneskraft added the enhancement New feature or request label Nov 4, 2024
@pauljohanneskraft pauljohanneskraft linked a pull request Nov 5, 2024 that will close this issue
1 task
arkadiuszbachorski added a commit that referenced this issue Nov 5, 2024
# Make invitation code readonly

## ♻️ Current situation & Problem
#88 


## ⚙️ Release Notes 
* Remove invitation code from PatientForm
* Add invitation code to user information

I moved the invitation code to the information panel on the left if it's
meant to be read-only.


![image](https://github.com/user-attachments/assets/50251b77-239f-4c1d-85ca-ffcb810fba68)



### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant