Adds Student #7

Merged
tarmaciltur merged 2 commits from 5-adds-student into master 2026-07-12 14:15:51 -03:00
Owner
No description provided.
ariktaurendil left a comment

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.

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 student
type UpdateStudentInput struct {

CreateStudentInput and UpdateStudentInput are exactly the same. Couldn't they be just one StudentInput structure?

CreateStudentInput and UpdateStudentInput are exactly the same. Couldn't they be just one StudentInput structure?
Author
Owner

Done

Done
tarmaciltur marked this conversation as resolved
ariktaurendil left a comment

LGTM

LGTM
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
p/agenda-docente-backend!7
No description provided.