helppery-com / meetnav-frontend-base

0 stars 2 forks source link

Login Register dialog #3

Closed gbrian closed 3 years ago

gbrian commented 3 years ago

Help wanted payable

Please read how to collaborate before gitter Let's talk

Issue

Implemente login/register dialogs

image

image

Expected bahavior

From home page Login / Register section invoke dialogs image

Add new module to store user

Login: Invoke store "user" action login. Fake an async action returning user object and update state

{ 
 "username": "username",
 "avatar": 'https://eu.ui-avatars.com/api/?name=username"
}

Register: Invoke store "user" action register. Fake an async action, update dialog to show confirmation message

Please check your email to confirm your account

Activation: New route to home page /activate/xxx-xxx-xxx-xx where xxx-xxx-xxx-xx is an activation code. Fake store useraction register with same behavior as login for code xxx-xxx-xxx-ok and show error message for xxx-xxx-xxx-ko

Invalid activation code

User logged:

Update MainLayoutaccordingly image

Notes:

This issue will be paid by sponsors Please post a comment below if you want to be assigned to this issue

shishir0019 commented 3 years ago

Can i get this issue to develop?