Skip to content

Bug Management

zainabBazoun edited this page Apr 25, 2026 · 1 revision

Bug management was handled through active identification, discussion, and resolution of issues during development. While a formal bug tracking system was not consistently maintained, bugs were documented and addressed through team communication and GitHub commits.

Several key issues were identified and resolved, including:

  • Incorrect handling of user-specific data (all users seeing the same items)
  • Authentication issues related to password hashing
  • UI inconsistencies such as layout and styling glitches

These bugs were resolved through debugging, code refactoring, and collaborative problem-solving among team members. Fixes were implemented and verified through testing and continued use of the application.

In future iterations, the team would benefit from maintaining a structured bug repository (e.g., GitHub Issues) to better track, prioritize, and document bug resolution.

Clone this wiki locally