Skip to content

AY2223S1-CS2103T-W09-2/tp

 
 

Repository files navigation

codecov CI Status

Ui

  • This is a project for Software Engineering (SE) students.

  • Financial Advisor Planner (FAP for short) is a desktop application targetted at Financial Advisors. Financial Advisors often have many potential and current clients to keep track of. Our product will provide an easy way to store, manage, search and view clients information to help Financial Advisors in managing their clients and appoitments.

    Example usages:

    • As a financial advisor, you can keep track of your clients
    • As a financial advisor, you can view your appointments and schedule for the day
    • As a financial advisor, you can store important information such as client's risk appetites and yearly salary
  • The project simulates an ongoing brownfield software project for a desktop application used to managing client information by Financial Advisors.

    • It is written in OOP fashion. It provides a reasonably well-written code base bigger (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
    • It comes with a reasonable level of user and developer documentation.
    • It is developed by a team of 5 from NUS Computing, you can find out more about us here.
  • It is named Financial Advisor Planner because it allows financial advisors to plan their schedule and appointments with clients

  • For the detailed documentation of this project, see the Financial Advisor Planner Website.

  • This project is a part of the se-education.org initiative. If you would like to contribute code to this project, see se-education.org for more info.

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