forked from nus-cs2103-AY1617S1/addressbook-level4
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Justin Ng edited this page Nov 4, 2016
·
18 revisions
- Final refinements
- Refinements
- Keyboard navigation:
up
,down
,top
,bottom
- Power search:
find <kywrd>
- UI refinements (confirmation prompt for exit)
- Documentation to be updated and finalized.
- Undo functionality:
undo
will undo the previous task action - Enhanced edit:
edit 1
will change only relevant parameters and not do a blanket edit - Fuzzy search:
find <keyword>/<dateTime>/<priority>/<tag>
- All tests should be ready and passing on Travis CI
- UI looks like prototype
- More refactoring (package level) addressbook -> cmdo
- Basic tests (eg
LogicManagerTest
) should not be failing - Details to be encapsulated in '' for easier parsing
- Task structure to include
DueByDateGroup
andDueByTimeGroup
to store date/time ranges (exclude tests) - Block time periods with
block
. When a time period is blocked, tasks may not be due by, on, or happen in the blocked period - List blocked periods.
list block
orlb
- UI should begin to look like our prototype
- Resolve bugs with existing commands
- Enter storage location for save to file
- More refactoring
- GUI tests for all commands
- Add tasks with NLP
- Basic edit (insertion) with
edit
- List with done filter (--done) with
ld
.list
orla
should not show done tasks - Do tasks with
done
- UI improvements
We kind of forgot about this. Nevermind.
- Basic refactoring
- Major changes to
Task
structure - Add functionality
- Delete functionality
- Find functionality