Skip to content

Commit

Permalink
Final update on collations.
Browse files Browse the repository at this point in the history
  • Loading branch information
njyjn committed Nov 7, 2016
1 parent 10568be commit 4f57567
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 34 deletions.
44 changes: 23 additions & 21 deletions collated/docs/A0139661Y.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,43 +10,45 @@ We are a team F11-C2, a CS2103 team based in [School of Computing, National Univ
#### [Chiang Weng Kiat](http://github.com/wengkiat) <br>
<img src="images/ChiangWengKiat.jpg" width="150"><br>

* Components in charge of: Logic
* Components in charge of: [Logic](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/DeveloperGuide.md#logic-component)
* Aspects/tools in charge of: Testing, Quality
* Features implemented:
* Block tasks
* Edit tasks
* Delete tasks
* [Block tasks](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/UserGuide.md#block-time-slots-likeaboss)
* [Edit tasks](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/UserGuide.md#edit-tasks-in-the-same-way)
* [Delete tasks](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/UserGuide.md#delete-tasks-because-you-can)
* Done tasks
* Code written: [functional code](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/main/A0141128R.md) | [test code](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/test/A0141128R.md) | [docs](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/docs/A0141128R.md)
* Other major contributions:
* Did up the user guide
* Did up the developer guide
* Wrote most of the test codes
* Co-ordinate the direction of the team
* Wrote extensive test codes and dramatically improved test coverage
* Coordinate the direction of the team

-----

#### [Justin Ng](http://github.com/njyjn)
<img src="images/JustinNg.jpg" width="150"><br>

* Components in charge of: Storage, Model
* Components in charge of: [Storage](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/DeveloperGuide.md#storage-component), [Model](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/DeveloperGuide.md#model-component)
* Aspects/tools in charge of: Git, Integration
* Features implemented:
* Add tasks
* Find tasks (Fuzzy Search)
* List tasks by all/done
* Undo
* [Add tasks](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/UserGuide.md#add-tasks-likeasiri)
* [Find tasks (Fuzzy/Power Search)](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/UserGuide.md#find-tasks-with-power-search-wow)
* [List tasks by all/done/blocked](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/UserGuide.md#list-them-all)
* [Undo](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/UserGuide.md#undo-and-redo-your-last-action)
* Code written: [functional code](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/main/A0139661Y.md) | [test code](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/test/A0139661Y.md) | [docs](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/docs/A0139661Y.md)
* Other major contributions:
* Did the initial refactoring from AddressBook to ToDoList
* Set up Travis and Coveralls
* Wrote AddCommandTest
* Wrote some test codes
* Envisioned the `Blocker`, `Undoer`, `ArraySorter` modules
* Maintained issue tracker and releases page

-----
#### [Rahumathmarini](http://github.com/marinirah)
<img src="images/Rahumathmarini.jpg" width="150"><br>

* Components in charge of: Model
* Components in charge of: [Model](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/DeveloperGuide.md#model-component)
* Aspects/tools in charge of: -
* Features implemented: -
* Code written: [functional code](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/main/A0138471A.md) | [test code](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/test/A0138471A.md) | [docs](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/docs/A0138471A.md)
Expand All @@ -59,18 +61,18 @@ We are a team F11-C2, a CS2103 team based in [School of Computing, National Univ
#### [Lim Hong Wei](http://github.com/imhongw)
<img src="images/LimHongWei.jpg" width="150"><br>

* Components in charge of: UI
* Components in charge of: [UI](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/DeveloperGuide.md#ui-component)
* Aspects/tools in charge of: Design
* Features implemented:
* Help
* Change file storage
* Redo
* Navigation (Up/Down/Top/Bottom)
* [Help](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/UserGuide.md#command-summary)
* [Change file storage](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/UserGuide.md#storage-file-path-may-be-changed)
* [Redo](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/UserGuide.md#undo-and-redo-your-last-action)
* [Navigation (Up/Down/Top/Bottom)](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/docs/UserGuide.md#up-and-down-top-and-bottom)
* Code written: [functional code](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/main/A0141006B.md) | [test code](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/test/A0141006B.md) | [docs](https://github.com/CS2103AUG2016-F11-C2/main/blob/master/collated/docs/A0141006B.md)
* Other major contributions:
* Restructuring of the UI
* Advising on other implementions
* Engaged public and friends to dogfood CMDo
* Complete restructuring and rethinking of the UI, with design proclivities to user experience.
* Advice and exploration of competing products and implementions
* Product promotion: Engaged public and friends to dogfood CMDo

-----

Expand Down
45 changes: 32 additions & 13 deletions collated/docs/A0141128R.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ add 'give me some sugar' from tmr to 10/31/2016 # you get the idea
## `block` time slots #LikeABoss
You may block off time slots to prevent conflicting tasks. Tasks may not be added to the blocked date/time range. Remember that if you are inputting dates, use the **MM/DD/(YYYY)** format.
Note that blocked tasks do not have priorities.
```
block 'CS2103 exam' tmr # entirety of tomorrow is blocked, no tasks may be added inclusive of tomorrow
block 'CS2103 tutorial' from 11am to 12pm # 11am - 12pm today is blocked, no tasks may be added inclusive of the time range
Expand All @@ -111,6 +113,14 @@ done give me some # invalid
```
Does it make sense to mark a done task as done? No, so don't do it.
## `delete` tasks because you can
You may delete a task if you decide not to go through with it. Or if you have done it and do not wish to be reminded of it.
```
delete 1 # deletes task 1 (on list)
delete you # invalid
```
## `edit` tasks in the same way
You may edit tasks by first keying in the index of the task in the [list](#List them all). Type in only the fields you are interested in changing. Be warned, in this iteration, you cannot undo an edit. Remember that if you are inputting dates, use the **MM/DD/(YYYY)** format.
Expand Down Expand Up @@ -153,6 +163,14 @@ lb
ls # woah woah woah, what are you thinking?
```
## `select` tasks to teleport there
There may be a situation in which you want to navigate to a certain index of a task in the list. Doing so is easy!
```
select 1 # selects task 1 (on list)
select choice # invalid
```
## `storage` file path may be changed
You may change the storage file `cmdo.xml`'s location as an when you like.
Expand Down Expand Up @@ -231,20 +249,21 @@ b # teleport to the bottom of the list
Command | Format
-------- | :--------
Add | `add '<task>' <day> <time> /<priority> -<tags>`
Delete | `delete <INDEX>`
Done | `done <INDEX>`
Find | `find <keyword>`
List All | `la`
List blocked TimeSlots | `lb`
Add task | `add '<task>' <day> <time> /<priority> -<tags>`
Add block task | `block '<task>' <day> <time> -<tags>`
Delete task | `delete <INDEX>`
Do task | `done <INDEX>`
Edit task | `edit <index> <details to edit>`
Find tasks | `find <keyword>`
List all tasks | `la` or `list`
List blocked tasks | `lb` or `list block`
List done tasks | `ld` or `list done`
Undo action | `undo`
Redo action | `redo`
Page up/down | `up`/`down`
Top/Bottom of list | `top`/`bottom`
Change storage | `storage <new/path>/cmdo.xml`
Help | `help`
Undo | `undo`
Redo | `redo`
Edit | `edit <index> <details to edit>`
Page Up | `up`
Page Down | `down`
Top of list | `top`
Bottom of list | `bottom`
Exit | `exit`
Last updated 7 Nov 2016.
Expand Down

0 comments on commit 4f57567

Please sign in to comment.