You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Environment
The text was updated successfully, but these errors were encountered: