Open taki-tiler[bot] opened 1 month ago
Now, we need an Add User Screen so we can... well... add new user users into our app. 😑
Add a button on your users list to navigate to your new Add User page. It can be a FAB - Floating Action Button, a button on the navigation bar or some other implementation you research on a good internet reference.
Add User
Your screen should have:
A form field for each of the properties that are listed in User GraphQL type
User
An Add user button
Add user
Fields validation, like on your login page, but according to the field type. Examples:
UserRole
NOTE: following the process of previous tracks, this step contemplates only FE
Step 1/2 - Add User Screen Frontend (FE)
Estimated time: 2 hours
Now, we need an Add User Screen so we can... well... add new user users into our app. 😑
Add a button on your users list to navigate to your new
Add User
page. It can be a FAB - Floating Action Button, a button on the navigation bar or some other implementation you research on a good internet reference.Your screen should have:
A form field for each of the properties that are listed in
User
GraphQL typeAn
Add user
buttonFields validation, like on your login page, but according to the field type. Examples:
UserRole
enumNOTE: following the process of previous tracks, this step contemplates only FE