Skip to content

AY2425S1-CS2103-F09-2/tp

 
 

Repository files navigation

Java CI

Ui

RealConnect

RealConnect is a user-friendly address book designed specifically for real estate sales agents. It streamlines the process of managing client information by offering an organized and efficient approach to storing, categorizing, and retrieving contacts.

Target User Profile:

Real estate sales agents who need an easy-to-use system for managing client data and automating follow-ups with buyers, sellers, and leads.

Value Proposition:

RealConnect simplifies contact management for real estate professionals by allowing users to categorize clients into groups (buyers, sellers, leads), automate reminders, and organize client information, ensuring agents never miss an opportunity to engage with their clients and prospects.

Key Features:

  • Add new contacts with fields for name, phone number, physical address, birthday, and email address. Optional fields include social media handles.
  • Search functionality to quickly filter contacts by name.
  • Alphabetical sorting of contacts by name for easier navigation.
  • A single-page view displaying the full contact details.
  • Duplicate contact detection with error notifications to avoid redundancies.
  • Mark contacts as favourites to prioritize key clients.
  • A confirmation prompt before deleting any contacts, ensuring accidental deletions are avoided.
  • Success notifications for actions like adding, editing, and deleting contacts.
  • Field validation (phone number, email, etc.) during contact creation and editing to maintain accurate client data.

This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.