Skip to content

AY2324S2-CS2103T-T17-1/tp

 
 

Repository files navigation

CI Status codecov

Ui

SWEE

Social Worker's Efficiency Enhancer

Social Worker's Efficiency Enhancer (SWEE) is a desktop application for managing your contact details. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
Example usages:

  • as a starting point of a course project (as opposed to writing everything from scratch)
  • as a case study
  • It is named Social Worker's Efficiency Enhancer (SWEE for short) because it a play on the acronym SWE (software engineering), what the course aims to teach, and swee (Singapore slang)
  • For the detailed documentation of this project, see the SWEE Website.

Acknowledgements

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

  • Libraries used: JavaFX, Jackson, JUnit5
  • AI Usage: ChatGPT by OpenAI, Github Copilot
    • Used to answer design questions and write skeleton code.