-
Notifications
You must be signed in to change notification settings - Fork 0
Develop #8
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
base: master
Are you sure you want to change the base?
Develop #8
Conversation
Sw 65 * Viktor fixer
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.
A little birdie told me that this doesn't actually work, due to some issues with ef core, empty constructors and lists. So that should probably be fixed before we merge into master.
Models/Authentication/Admin.cs
Outdated
| public void EditUser(User user, string firstName, string lastName, int phone, string email, string password, int? phoneNumber) | ||
| { | ||
| Console.WriteLine(user.GetType()); | ||
| } |
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.
Either an incomplete function or a misleading function name
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.
https://youtu.be/vrOO4wvBhRI?si=df3fZeFQhzCfkmNf&t=69 Kan jeg lige frem vælge?
| // Parameterless constructor for EF Core | ||
| protected CustomerPurchaseOrder() | ||
| { | ||
| } |
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.
Apparently, ef core doesn't approve :(
Sw 119 * Created order page in warehouse, an gets orders from backend
Added testing of 2 branches for EditItem
Approved af Viktor og Andreas, så hvis det er dumt er det ikke min skyld.
No description provided.