-
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
[User Story] Provide Basic Personal Information #5
Comments
Task is overdue due to prioritizing task #12 which took longer than expected and also power and internet outages yesterday caused by kristine typhon |
We will be using this figma design as a base https://www.figma.com/design/cLIvhFjrCdxfL1zt4M6pTY/Registration-UI-templates-(Sign-up%2FLog-in)-(Community)?node-id=0-1&node-type=canvas&t=U62ChCk5IQPR9CsM-0 |
Wanted to support autofill of password but find out this issue: I'm disabling it for now, maybe later we find a solution |
Test Cases for Registration Form1. Form Field Validation (Front-end Validation)
2. Data Submission to Backend for Account Creation
3. Display Success or Error Messages Based on Backend Response
|
…ation - Added Docker configuration for API and PostgreSQL services - Created Dockerfile and docker-compose.yml for streamlined setup - Configured Sequelize and connected to PostgreSQL - Refactored TypeScript setup and excluded test files from production build - Resolved issues with module imports and improved build process for production
Method HTTP: POST
|
…etup - Updated Driver model to specify tableName instead of modelName - Improved Docker and database configurations for production environment
…shing - Added beforeEach hook in tests to clear drivers table, ensuring no duplicate entries. - Updated driver model to validate password presence and apply bcrypt hashing in beforeCreate hook.
…asic-personal-information-backend #5 user story title provide basic personal information backend
Adding the phone input I modified the styles in the package https://www.npmjs.com/package/react-native-phone-number-input#props to match ours |
… backend fixes, and enable Docker hot-reload
- Integrated `react-native-phone-number-input` for phone input - Customized `react-native-phone-number-input` styles to align with app design - Added patches for: - `react-native-phone-number-input` to enable format-as-you-type functionality - `react-native-country-picker-modal` to resolve deprecated defaultProps warning - Added e2e tests
…asic-personal-information-integration feat(#5): integrate frontend and backend for driver registration
closed by #18 |
[User Story] Provide Basic Personal Information
Description:
As a new driver, I want to provide my basic personal information so that I can create an account in the app.
Acceptance Criteria:
Tasks:
Backend:
Mobile:
Labels:
Related
The text was updated successfully, but these errors were encountered: