forked from nus-cs2103-AY1617S1/addressbook-level4
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
wengkiat edited this page Oct 16, 2016
·
18 revisions
- Final refinements
- Refinements
- Documentation to be updated and finalized.
- Enhanced edit:
edit 1
will change only relevant parameters and not do a blanket edit - List blocked periods.
list block
orlb
- Basic syncing functionality with GCal
- Calendar agenda view for Tasks and Blocks
- UI refinements (confirmation prompt for exit)
- All tests should be ready and passing on Travis CI
- More refactoring (package level) addressbook -> cmdo
- Basic tests (eg
LogicManagerTest
) should not be failing - Task structure to include
DueByDateGroup
andDueByTimeGroup
to store date/time ranges - Undo functionality:
undo
will undo the previous task action - Block time periods with
block
. When a time period is blocked, tasks may not be due by, on, or happen in the blocked period - 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