-
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
UI deployment diagram and C&C #25
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the User Database be in the Patient Management diagram? Since it's in the Patient Management subsystem.
Fair, I was thinking of user data in the UI case as just a list of existing users and passwords for login purposes. Maybe I should rephrase the naming on it cause it does seem like it should go to patient management atm. Any ideas on how I could clear things up would be greatly appreciated |
I think we may not need db or anything to store users/pw. As I understand, if the UI wants to check users and passwords, they should call check methods to Patient Management Component, that’s where the check should happen, the UI won’t do the check itself - you can see that connection in the component diagram. |
only change so far is removing the database from the diagram, just getting on the text description now. Code will also be worked on tonight but will be in a different branch |
first draft of the text description complete |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing component description.
Created the Deployment Diagram first draft (not including description)