Open Issues Need Help
View All on GitHubAI Summary: Test the E-Intendance application, a budget management system, by cloning and running it locally. Use both admin and transmitter roles to identify bugs, unexpected behavior, or areas for improvement. Report findings with detailed steps to reproduce, expected vs. actual results, and supporting screenshots or logs. UI suggestions are also welcome.
E-Intendance is a project designed to streamline and manage budget-related administrative tasks between two types of users: transmitter and admin. The transmitter can suggest budget commands (requests), and the admin reviews each command to accept or reject it, ensuring efficient and controlled budget management.
AI Summary: Debug and fix a broken password change functionality for 'normal' users in a Laravel application. The admin password change works correctly, but the normal user version does not. The solution requires investigating the code, fixing the bug, ensuring proper validation, security (including current password verification), and feedback messages, while maintaining UI/UX consistency with the admin feature. The README provides instructions for testing.
E-Intendance is a project designed to streamline and manage budget-related administrative tasks between two types of users: transmitter and admin. The transmitter can suggest budget commands (requests), and the admin reviews each command to accept or reject it, ensuring efficient and controlled budget management.
AI Summary: Implement a secure change password functionality for authenticated users in the E-Intendance application. This involves creating routes, controller methods, a user interface form, validation logic (including password strength checks and confirmation), password hashing, error handling, and potentially logout from other devices and email notifications. Security considerations like rate limiting should also be addressed.
E-Intendance is a project designed to streamline and manage budget-related administrative tasks between two types of users: transmitter and admin. The transmitter can suggest budget commands (requests), and the admin reviews each command to accept or reject it, ensuring efficient and controlled budget management.
AI Summary: Debug and fix a responsiveness issue with a button in the E-Intendance application. The button renders differently on mobile and computer screens, indicating a potential CSS or layout problem. The solution likely involves adjusting CSS styles to ensure consistent button appearance across different screen sizes.
E-Intendance is a project designed to streamline and manage budget-related administrative tasks between two types of users: transmitter and admin. The transmitter can suggest budget commands (requests), and the admin reviews each command to accept or reject it, ensuring efficient and controlled budget management.