DevdouglasGfs / taqtile

A repository created with the purpose of make the project proposed in the Technical Test stage.
https://taqtile.vercel.app
0 stars 0 forks source link

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

Closed taki-tiler[bot] closed 2 months ago

taki-tiler[bot] commented 2 months ago

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:

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

DevdouglasGfs commented 2 months ago

Finish

taki-tiler[bot] commented 2 months ago

Step 2/2 - Add User Screen Integration

Estimated time: 3 hours

After you create the frontend, it's time to send this data to the server for creating the user.

The mutation used to create an user is the createUser mutation. Docs in Documentation Explorer.

When this integration is done, your screen should:

DevdouglasGfs commented 2 months ago

Finish

taki-tiler[bot] commented 2 months ago

Click here for your next track