Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue reports that the sign-in process provides no feedback when a user enters an incorrect password, silently failing instead. This leads to a poor user experience as users are left unsure why their login attempt failed. The expected behavior is to display a clear error message, such as "Incorrect password. Please try again."
DateNow Backend GitHub Code :- https://github.com/anurag2787/DateNow-Backend
DateNow Backend GitHub Code :- https://github.com/anurag2787/DateNow-Backend
DateNow Backend GitHub Code :- https://github.com/anurag2787/DateNow-Backend
DateNow Backend GitHub Code :- https://github.com/anurag2787/DateNow-Backend
DateNow Backend GitHub Code :- https://github.com/anurag2787/DateNow-Backend
AI Summary: Implement password strength validation on the DateNow signup form. The password must meet minimum length (8 characters), uppercase, lowercase, number, and special character requirements. Clear inline validation messages should guide the user to create a strong password, preventing signup if criteria aren't met.
DateNow Backend GitHub Code :- https://github.com/anurag2787/DateNow-Backend
AI Summary: Improve the user experience of the `/details` form in the DateNow application by replacing alert popups with inline error messages for empty required fields. This involves modifying the form's validation and adding visual feedback directly below each field when it's empty, removing the need for alert popups.
DateNow Backend GitHub Code :- https://github.com/anurag2787/DateNow-Backend
AI Summary: Implement a random delay (1-5 seconds) before displaying AI responses in the DateNow chat application to enhance the user experience by making the AI responses seem more natural and human-like. This involves adding a 'typing...' indicator during the delay.
DateNow Backend GitHub Code :- https://github.com/anurag2787/DateNow-Backend
AI Summary: Create a custom 404 error page for the DateNow application. The page should inform the user that the requested page was not found and include a link back to the home page. Consider adding a visually appealing design element to match the application's style.
DateNow Backend GitHub Code :- https://github.com/anurag2787/DateNow-Backend