Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
JaiCantCode committed Dec 2, 2024
2 parents bb3d7f2 + 24f6c16 commit 0af8080
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- [About the App](#about-the-app)
- [Technologies Used](#technologies-used)
- [Implementation Details](#implementation-details)
- [Testing Details](#testing-details)
- [Known Bugs](#known-bugs)
- [About the Team](#about-the-team)
- [Contact Information](#contact-information)
Expand Down Expand Up @@ -32,9 +31,6 @@ The SoftEng Health Club Membership Management System comprises several Java clas
- The login page is created with a combination of labels, text fields, and buttons laid out using a `GridLayoutManager` to ensure a responsive layout across different screen resolutions.


## Testing Details
[To be completed]

## Known Bugs
- **Selection Issue After Sorting**: Selecting a member after sorting the table by column selects the member that was in the row before sorting. This can lead to incorrect member actions and needs attention to ensure accurate data manipulation.
- **Array Out of Bounds Error**: An array out of bounds error occurs when the delete button is clicked without selecting a member. This error can crash the application, leading to potential data loss and reduced system stability.
Expand Down

0 comments on commit 0af8080

Please sign in to comment.