borisolah / Site-Creator

0 stars 0 forks source link

Designing and implementing a Login and Signup page to the client. #19

Open borisolah opened 1 year ago

borisolah commented 1 year ago

Edit:

Description: As a user I would like to have a fast, stable and secure login/register page with options to double check my password or hide it, with cookies remembering the user login data, but prioritizing security and safety.

Approach: -Create a simple page for a login and another one for the user sing up. -Make sure there is a button to show or hide the password input. -Implement Javascript logic to send the username and password to the middleware. -Review youtube tutorials on how to use cookies to remember user data for future visits.

csillagkrisztian commented 1 year ago

This is a bit muddy What is the priority?

So ideally this is 2 stories - 1 for styling and 1 for business logic of logging in for example, depends on how difficult the Responsive Layouts are to implement. Also is having responsive layouts out of the box the highest priority? It's up to you, whether you wish to also do styling immediately. Potentially you could do that once the basic functionality of the app is working and then create a styling story for all pages. For example you could use AI for a UI design and then translate that for all pages, so then the story could be:

Create a consistent UI design for the application Something like that

borisolah commented 1 year ago

Updated the description and approach. Hope this is clearer now. Thanks for the feedback!