Skip to content

[Track 6/8] [FE / INT] Add User #15

Open
@taki-tiler

Description

@taki-tiler

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 type

  • An Add user button

  • Fields validation, like on your login page, but according to the field type. Examples:

    • Name must be complete: at least 2 words
    • Phone should have only digits 10~11 digits (considering DDD code)
    • Birth date can have a minimum date and can't be in the future
    • Role should be a fixed set of values, according to the UserRole enum

NOTE: following the process of previous tracks, this step contemplates only FE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions