rmohashi / taqtile-onboard

0 stars 0 forks source link

[Track 5] [UI] User List #10

Open taki-tiler[bot] opened 6 years ago

taki-tiler[bot] commented 6 years ago

Login is done. Now, let's make the user list UI.

Step 1 - Create List Users

This screen will list all registered users. Each cell should contain:

You can use your imagination to create a beautiful list! Just try to follow the same visual guide you used to create login screen.

Tip: For this task, you don't need to consume any service. For now, you can just mock the users and the real data will come in next task 😉.

rmohashi commented 6 years ago

Finish

taki-tiler[bot] commented 6 years ago

Step 2 - Challenge: Add pagination to the list

Generally, lists with a minimum amount items are paginated. We currently use 3 types of pagination:

rmohashi commented 6 years ago

Finish

taki-tiler[bot] commented 6 years ago

Step 3 - Bonus: Thinking outside the box

We Taqtilers love UX and more precisely, UX based on researches and references. Here is a list of posts debating the use of infinite scroll X pagination:

rmohashi commented 6 years ago

Finish

taki-tiler[bot] commented 6 years ago

Click here for your next track