Skip to content
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

Merged
merged 13 commits into from
Mar 13, 2024
Merged

UI/create login page #27

merged 13 commits into from
Mar 13, 2024

Conversation

PHPLukaas
Copy link
Member

Close #6

  • Form data stored in sharedPreferences
  • Redirect user to schedule if already logged in + selected class
  • Class selection after login

@PHPLukaas PHPLukaas requested a review from julesartd March 12, 2024 20:32
@PHPLukaas PHPLukaas self-assigned this Mar 12, 2024
Copy link
Collaborator

@julesartd julesartd left a 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:
Copy link
Collaborator

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?

Copy link
Member Author

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());
}
}
Copy link
Collaborator

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),
Copy link
Collaborator

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

@julesartd julesartd merged commit a8b3d22 into dev Mar 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: create login page
2 participants