FindRoommate
FindRoommate
Overview
‘FindRoommate’is a Windows-based roommate matching platform.
Refactored by applying the MVVM design pattern.
- Documentation:
- Code:
- Technologies Used: | WPF |
- Dev. Environment:
- Dev. Period: Mar. 2022 - Jun. 2022
My Contributions
- Applied MVVM Design Pattern
- Managed database data changes and design elements separately by separating UI and user input through Data Binding.
- Feature Implementation
- Email Verification: Ensured that users were university students by verifying the randomly generated and sent code with the user input during registration.
- Profile: Parsed database information into a temporary object, allowing users to update the database information when they modified values.
- Search: Displayed data retrieved from the database based on user input in a ListView.
- Chat: Updated the chat message ListView when the send button was clicked or a message was received from the server.
- Email Verification: Ensured that users were university students by verifying the randomly generated and sent code with the user input during registration.
Limitations
- Lack of Asynchronous Communication
- It is regrettable that only socket-based real-time chat was implemented.
- UI
- Did not provide a user-friendly interface.