Skip to content

[T7][T11-C2]#68

Open
nahata-shailesh wants to merge 643 commits intonus-cs2103-AY1617S1:masterfrom
CS2103AUG2016-T11-C2:master
Open

[T7][T11-C2]#68
nahata-shailesh wants to merge 643 commits intonus-cs2103-AY1617S1:masterfrom
CS2103AUG2016-T11-C2:master

Conversation

@nahata-shailesh
Copy link

No description provided.

Copy link

@xdshang xdshang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nahata-shailesh @Hastyrush @e0003083 @cheo1994 Some comments added. Please close the PR after reading comments.

README.md Outdated
[![Coverage Status](https://coveralls.io/repos/github/se-edu/addressbook-level4/badge.svg?branch=master)](https://coveralls.io/github/se-edu/addressbook-level4?branch=master)

# Address Book (Level 4)
[![Build Status](https://travis-ci.org/se-edu/addressbook-level4.svg?branch=master)](https://travis-ci.org/se-edu/addressbook-level4)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated stuff here.

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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Copy link

@xdshang xdshang Oct 8, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please provide a photo

(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`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description of this feature should be merged into the description of add command, because it is not a complete command.

Format: `delete <task index>`

Example:
* `delete s1`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to keep this command summary, because it is easy for users to find what commands your app has.

Example:
* `add-s t2 Question1`

##### Set alarms for tasks: `remind`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you prepare to alarm users? Raise a system notification, or send an email?

Example:
* `delete s1`

#### View: `donelist`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

* `done t1`

#### Adding a subtask: `add-s`
Adds a subtask to a main task<br>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this is a subfeature of edit command. I think you are just updating a specific task by adding some content.

muahcheeee and others added 25 commits November 2, 2016 15:26
…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
nahata-shailesh and others added 30 commits November 7, 2016 14:28
…-and-history

Added Sample Data and Test Script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants