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

[Enhancement] Differentiation or Prevention Mechanism for Nurses with Identical Names #5

Open
YuxinZhang214 opened this issue Aug 8, 2023 · 0 comments

Comments

@YuxinZhang214
Copy link
Contributor

Describe the Enhancement
The system currently allows multiple nurses to be registered with the same name. Implementing a differentiation or prevention mechanism could prevent issues like adding the same nurse twice.

Desired Behaviour
The system should prevent the registration of nurses with identical names.

Current Behaviour
The system permits the registration of nurses with the same name without warnings or differentiation.

Suggested Solution

  • Introduce a warning mechanism alerting administrators or users during attempts to register a nurse with a pre-existing name.
  • Consider implementing a mandatory unique identifier for each nurse, such as an employee ID or system-generated ID.
  • Permit additional details (like middle name, birthdate, or secondary ID) to distinguish between nurses with the same name.

Environment

  • OS: macOS Ventura 13.2.1
  • Browser: Chrome 115.0.5790.114
  • Node.js version: v16.17.1
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

No branches or pull requests

1 participant