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

  1. Applied MVVM Design Pattern
    • Managed database data changes and design elements separately by separating UI and user input through Data Binding.
  2. Feature Implementation
    screen reader text
    • Email Verification: Ensured that users were university students by verifying the randomly generated and sent code with the user input during registration.
      screen reader text
    • Profile: Parsed database information into a temporary object, allowing users to update the database information when they modified values.
      screen reader text
    • Search: Displayed data retrieved from the database based on user input in a ListView.
      screen reader text
    • Chat: Updated the chat message ListView when the send button was clicked or a message was received from the server.

Limitations

  1. Lack of Asynchronous Communication
    • It is regrettable that only socket-based real-time chat was implemented.
  2. UI
    • Did not provide a user-friendly interface.