-
Notifications
You must be signed in to change notification settings - Fork 1
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/create login page #27
Conversation
# Conflicts: # frontend/app_student/lib/login/views/login_page.dart # frontend/app_student/lib/main_dev.dart # frontend/app_student/pubspec.yaml
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.
it's good overall, I accept the pull request but there will be some small details to modify
@@ -4,9 +4,6 @@ on: | |||
push: | |||
branches: | |||
- dev | |||
pull_request: | |||
branches: |
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.
question: what is the reason for deleting this code?
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.
Deployment in dev was launched during a PR even in draft so I only put the push on the branch.
} else { | ||
emit(LoginInitial()); | ||
} | ||
} |
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.
suggestion: update the birthdate to a DateTime maybe?
but that's cool nice job!
SubmitButton() | ||
INETextField(controller: ineController), | ||
BirthDateField(controller: birthDateController), | ||
FirstnameTextField(controller: nameController), |
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.
suggestion: encompass form fields instead of displaying them 1 by 1
# Conflicts: # frontend/app_student/lib/main_dev.dart
Close #6