CS2103-AY1819S1-W13-3 / main

ConTAct - A CS2103 project aimed at making a teaching assistant's job easier
https://cs2103-ay1819s1-w13-3.github.io/main/
MIT License
2 stars 5 forks source link

Implement schedule command #31

Closed andrewtanJS closed 6 years ago

andrewtanJS commented 6 years ago

Successfully allows for the user to input a schedule command with proper input validation. Also fixes the output messages of the command.

Note that the command itself doesn't store any data.

Resolves issue #20