IbrahimBilal2005 / CampusPulse

0 stars 0 forks source link

Chngpasswrd and newevent #8

Closed AhmadIbrahimWaqas closed 2 weeks ago

AhmadIbrahimWaqas commented 2 weeks ago

Created Views for Change Password and New Event

Towaiji commented 2 weeks ago

Great work on implementing the ChangePassword_screen! The use of BoxLayout for vertical arrangement keeps the layout clean and organized. The addition of alignment for components like the title and the "Finish" button is a nice touch. A confirmation message on successful password change would make this feature more user-friendly. Thanks for enhancing the password management experience!

Towaiji commented 2 weeks ago

Also, nice job on designing the EventPost_screen! The placeholder functionality for fields like Date and Time is a fantastic addition that improves the overall usability. The inclusion of tags via a dropdown (JComboBox) is a great idea, and the buttons for "Post Event" and "Cancel" are clear and intuitive. Adding input validation for fields like Date and Time would be a great next step to ensure data consistency. Thanks for making event creation easier!

W-Akrabi commented 2 weeks ago

Looked at it in lab and looks great.