Skip to content

Commit

Permalink
Merge pull request #263 from fuadsahmawi/projectPortfolio
Browse files Browse the repository at this point in the history
Final changes to v1.5 documentation
  • Loading branch information
fuadsahmawi authored Apr 15, 2018
2 parents 893dce5 + eb94300 commit d79fb1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ You can try setting a reminder into the calendar in CollegeZone by referring to

*_Details:_*
****
* A reminder will be added to _CollegeZone_ and it will reflected in the Calendar.
* A reminder will be added to _CollegeZone_ and it will be reflected in the Calendar.
* `START_DATETIME` & `END_DATETIME`: a datetime is a string that contains either a date, a time or a combination of both (in any order). If a date is not specified, then it will refer to today. If a time is not specified, then it will refer to the current time.
* Examples of valid `START_DATETIME` & `END_DATETIME`: +
- [date] [time] +
Expand Down
Binary file modified docs/images/ReminderClassDiagram.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/team/fuadsahmawi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ image::fuadsahmawi.jpg[width="150", align="left"]

CollegeZone is a desktop application for NUS Residential College 4 (RC4) students. It has a Graphical User Interface (GUI)
but most of the user interactions happen using a Command Line Interface (CLI).
This application is catered for an RC4 resident to manage their contacts with other RC4 residents and to manage their tasks,
This application is catered for an RC4 student to manage their contacts with other RC4 students and to manage their tasks,
just like a digital organiser.

== Summary of contributions

* *Major enhancement*: Added *the ability to add & delete reminders in a Calendar interface*
** What it does: allows the RC4 student to add and delete reminders in a calendar, which will be marked with different colours, depending on whether the specific reminder is due or not due.
** Justification: This feature improves the product significantly because RC4 students, especially freshmen, will be new to University and College life and by being able to note down tasks and reminders will greatly assist them in organising their day-to-day activities.
** Highlights: This feature involves creating a new class with new attributes that were not in the original addressbook. Interacting with the CalendarFX API to be able to display the reminders also posed challenges in terms of implementation.
** Credits: CalendarFX API, Natty API
** Justification: This feature improves the product significantly because RC4 students, especially freshmen, will be new to University and College life and being able to note down tasks and reminders will greatly assist them in organising their day-to-day activities.
** Highlights: This feature involves creating a new class with new attributes that were not in the original AddressBook. Interacting with the CalendarFX Application Programming Interface(API) to be able to display the reminders also posed challenges in terms of implementation.
** Credits:(https://github.com/CS2103JAN2018-T09-B2/main/pull/116[CalendarFX API], http://natty.joestelmach.com/try.jsp[Natty API])

* *Minor enhancement*: Added additional functionality to the find command, which allows RC4 students to find their contacts by tags.

Expand All @@ -31,7 +31,7 @@ just like a digital organiser.
* *Other contributions*:

** Project management:
*** Managed releases `v1.5rc` & `v1.5` (2 releases) on GitHub
*** Managed releases `v1.5rc` & `v1.5` (2 releases) on (https://github.com/CS2103JAN2018-T09-B2/main/releases[GitHub])
** Enhancements to existing features:
*** Updated the GUI to include a Calendar Panel(Pull request https://github.com/CS2103JAN2018-T09-B2/main/pull/116[#116])
*** Added command aliases for commands that were originally in addressbook (Pull request https://github.com/CS2103JAN2018-T09-B2/main/pull/9[#9])
Expand Down

0 comments on commit d79fb1c

Please sign in to comment.