Conversation
xdshang
left a comment
There was a problem hiding this comment.
@nahata-shailesh @Hastyrush @e0003083 @cheo1994 Some comments added. Please close the PR after reading comments.
README.md
Outdated
| [](https://coveralls.io/github/se-edu/addressbook-level4?branch=master) | ||
|
|
||
| # Address Book (Level 4) | ||
| [](https://travis-ci.org/se-edu/addressbook-level4) |
README.md
Outdated
| * A more sophisticated GUI that includes a list panel and an in-built Browser. | ||
| * More test cases, including automated GUI testing. | ||
| * Support for *Build Automation* using Gradle and for *Continuous Integration* using Travis CI. | ||
| * Our product is a to-do list that accepts natural language commands via keyboard. The product is specifically catered towards users who spend prolonged durations in front of the computer and prefer using solely the keyboard. On top of all these, the product is fully functional offline with a variety of commands provided in the user guide which are easily understood. |
There was a problem hiding this comment.
Avoid lines longer than 110 chars. When a line is too long, it requires horizontal scrolling, that slows down the reader/reviewer. Both of docs and source codes should meet this requirement.
| * Our product is a to-do list that accepts natural language commands via keyboard. The product is specifically catered towards users who spend prolonged durations in front of the computer and prefer using solely the keyboard. On top of all these, the product is fully functional offline with a variety of commands provided in the user guide which are easily understood. | ||
|
|
||
|
|
||
| #### Site Map |
There was a problem hiding this comment.
Should acknowledge the original source of the code, i.e. the SE-EDU initiative at https://github.com/se-edu/
docs/AboutUs.md
Outdated
| <img src="images/LeowYijin.jpg" width="150"><br> | ||
| Role: Developer <br> | ||
| Responsibilities: Data | ||
| #### [Tan Jun Hao](https://github.com/e0003083) |
docs/UserGuide.md
Outdated
| (if you type this on a Wednesday, it marks the slot not for the next day, but for the Thursday after that, that is, 8 days later) | ||
| * `add EE2020 project by 30/10/2016 at 6pm` | ||
|
|
||
| #### Priority tasks: `priority` |
There was a problem hiding this comment.
The description of this feature should be merged into the description of add command, because it is not a complete command.
docs/UserGuide.md
Outdated
| Format: `delete <task index>` | ||
|
|
||
| Example: | ||
| * `delete s1` |
There was a problem hiding this comment.
Please provide more information about the format of <task index>. What does s1 mean here?
| **A**: Install the app in the other computer and overwrite the empty data file it creates with | ||
| the file that contains the data of your previous Address Book folder. | ||
|
|
||
| ## Command Summary |
There was a problem hiding this comment.
Better to keep this command summary, because it is easy for users to find what commands your app has.
docs/UserGuide.md
Outdated
| Example: | ||
| * `add-s t2 Question1` | ||
|
|
||
| ##### Set alarms for tasks: `remind` |
There was a problem hiding this comment.
How do you prepare to alarm users? Raise a system notification, or send an email?
docs/UserGuide.md
Outdated
| Example: | ||
| * `delete s1` | ||
|
|
||
| #### View: `donelist` |
There was a problem hiding this comment.
This feature can be merged with the feature home, by using a consolidated command, say show <content>. Then you can add more options, like show <date> to display tasks on a specific day.
docs/UserGuide.md
Outdated
| * `done t1` | ||
|
|
||
| #### Adding a subtask: `add-s` | ||
| Adds a subtask to a main task<br> |
There was a problem hiding this comment.
Maybe this is a subfeature of edit command. I think you are just updating a specific task by adding some content.
c169b55 to
10f2b41
Compare
d69de66 to
01281e9
Compare
…CS2103AUG2016-T11-C2/main into sn-add-autocomplete-and-history # Conflicts: # src/main/java/seedu/forgetmenot/model/TaskManager.java
…CS2103AUG2016-T11-C2/main into sn-add-autocomplete-and-history # Conflicts: # src/main/java/seedu/forgetmenot/ui/ContentBox.java
…CS2103AUG2016-T11-C2/main into sn-add-autocomplete-and-history * 'sn-add-autocomplete-and-history' of https://github.com/CS2103AUG2016-T11-C2/main: add cleanup to UI parts and collate of qy code add test for done and undone Fix buid gradle error SN-Added author tags add @@author to test add @@author no message Add cleaning up to UI codes
added CY's part of the aboutus
Update AboutUs.md
…1-C2/main into sn-add-autocomplete-and-history
…-and-history Add QY author tags
…into sn-add-autocomplete-and-history
…-and-history Add tests
…-and-history Final author tags
…into sn-add-autocomplete-and-history
…-and-history Fix Initialisation bug
…-and-history Add overview
…-and-history Fix scroll bug
…-and-history Add collated files
…into sn-add-autocomplete-and-history
…-and-history Added Sample Data and Test Script
No description provided.