Adds Student #7
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
p/agenda-docente-backend!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "5-adds-student"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It works great. I only have tow concerns, the one I address in the comment and about names. Does first_name field is intended to be user to store all names of the student? If that's the case I would put some cue in the GUI.
@ -0,0 +20,4 @@}// UpdateStudentInput represents payload to update a studenttype UpdateStudentInput struct {CreateStudentInput and UpdateStudentInput are exactly the same. Couldn't they be just one StudentInput structure?
Done
LGTM