Judis / tr_client

0 stars 0 forks source link

Implement Sign In UI and logic #4

Open Judis opened 5 years ago

Judis commented 5 years ago

We should implement Sign In UI and logic.

UI Requirements

Sign In form should have:

UI example:

image

Functional requirements

User should be able to input email and password. By click at sign in button, button should be disabled and receive loading indicator. When loading is finished we should trigger next action, based at answer results:

Success result

We should redirect user into main application page

Error result

We should show error message by using Message component from Ant.Design (https://ant.design/components/message/) with Error icon and message from server.

answer3 commented 5 years ago

Is it needed to implement remote requests for this task?

answer3 commented 5 years ago

Can't move task to "Review" column, there is a bug on the project board

Judis commented 5 years ago

@answer3 Where I can see Pull Request for this issue?