IMPORTANT
if you testing for printedOutput and expectedOutput, make sure to add the code below, else the windows build will fail
printedOutput = printedOutput
.replaceAll("\\r\\n", "\\n")
.replaceAll("\\r", "\\n");
expectedOutput = expectedOutput
.replaceAll("\\r\\n", "\\n")
.replaceAll("\\r", "\\n");
Overall docs:
https://docs.google.com/document/d/1j3bDoR3ak7V5mmRDg8Qy7mEExnZOhs6Ox5mDfBzmLEs/edit
User Guide: https://ay2324s1-cs2113-t17-4.github.io/tp/UserGuide.html
Google Docs: CS2113-T17-4
User Stories: CS2113-T17-4 User Stories
New Features: Weekly schedule
MVC:Link
To note: