Project Feedback
GHATAK123 opened this issue · 0 comments
GHATAK123 commented
- On login page, email and password validation is required while login.
- After Incorrect credentials In Login, don't use alert to for showing Login failed message.
- After successgul login , when user is refreshing the page user got logout, Session or login persistence is not there.
- No Form validation is present on SignUp page.
- Application is not ui-responsive.
- Navbar is not showing on the service page.
- On Cart Page, total payment amount is going in negative. It should be in positive only.
- Payment page is not responsive and validation is also not present.
From Github point of view
- Add Commit message for each and every file a/t the changes.
- commit message should be relevent.
- Always create development branch and merge feature branch with development.
- Always raise PR and code review system with development branch.
- Then merge development branch with master after testing.