iShilajit/Urban-Company-Clone

Project Feedback

GHATAK123 opened this issue · 0 comments

  1. On login page, email and password validation is required while login.
  2. After Incorrect credentials In Login, don't use alert to for showing Login failed message.
  3. After successgul login , when user is refreshing the page user got logout, Session or login persistence is not there.
  4. No Form validation is present on SignUp page.
  5. Application is not ui-responsive.
  6. Navbar is not showing on the service page.
  7. On Cart Page, total payment amount is going in negative. It should be in positive only.
  8. Payment page is not responsive and validation is also not present.

From Github point of view

  1. Add Commit message for each and every file a/t the changes.
  2. commit message should be relevent.
  3. Always create development branch and merge feature branch with development.
  4. Always raise PR and code review system with development branch.
  5. Then merge development branch with master after testing.