-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Developer Guide #20
Conversation
…tem, User to Actor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some small comments, otherwise good to go
|
||
<img src="docs/images/Ui.png" width="600"><br> | ||
|
||
* This is a desktop Address Book application. It has a GUI but most of the user interactions happen using | ||
* This is a desktop to-do list/calendar application. It has a GUI but most of the user interactions happen using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just todo list?
Format: `add TASK_NAME` | ||
This will create a floating task without any start time, end time or deadline. | ||
Examples: | ||
Adds a task which can be done at anytime.<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: instead of <br>
, it's mor right to just add a double space at the end of a line.
Same for all uses of <br>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or use double new lines.
No description provided.