Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Login UI #16

Closed
10 tasks
abha224 opened this issue Jun 2, 2020 · 0 comments · Fixed by #28
Closed
10 tasks

Create Login UI #16

abha224 opened this issue Jun 2, 2020 · 0 comments · Fixed by #28
Assignees
Labels
Category: Coding Changes to code base or refactored code that doesn't fix a bug. Category: User Interface Improvements or additions to design. Program: GSOC Related to work completed during the Google Summer of Code Program.

Comments

@abha224
Copy link
Contributor

abha224 commented Jun 2, 2020

Description

As a user, I need to be able to login to OSP.

Mocks

As finalized in #3

Acceptance Criteria

Update [Required]

  • Create Login UI
  • Throw validation errors on the UI if the username is invalid or if the username and password do not match or if any of the mandatory fields are missing.
  • If login is successful, then I should be redirected to the dashboard
  • If login fails, then I should receive proper feedback
  • store authentication token in local storage of browser

must have the fields for login:

  • username
  • password(should be masked)
  • must have Register and Login buttons

Definition of Done

  • All of the required items are completed.
  • Approval by 2 mentors.

Estimation

2 days

@abha224 abha224 added Category: Coding Changes to code base or refactored code that doesn't fix a bug. Category: User Interface Improvements or additions to design. Program: GSOC Related to work completed during the Google Summer of Code Program. labels Jun 2, 2020
@abha224 abha224 added this to the First coding phase milestone Jun 2, 2020
@bismitaguha bismitaguha mentioned this issue Jun 9, 2020
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Coding Changes to code base or refactored code that doesn't fix a bug. Category: User Interface Improvements or additions to design. Program: GSOC Related to work completed during the Google Summer of Code Program.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants