Glenn Lim's Project Portfolio Page
Project: d’Intérieur
d’Intérieur is a desktop address book application, designed with interior designers in mind. The designer interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 26 kLoC.
Interior designers can use d’Intérieur to improve contact management and take on the needs of an ever-growing client base, so that they can focus on what matters most - delivering quality service for clients.
Given below are my contributions to the project.
- New Feature:
Assign Tag
- What it does: Assigns a tag to a contact.
- Justification: This feature allows different contacts to be grouped at different points of time, such as labeling them as
InProgress
andCompleted
according to which stages they are at in the design cycle.’ - Highlights:
- Credits: This feature can be done when a contact profile is currently in view, which was done by Wei Jue
- New Feature:
Create Tag
- What it does: Creates a tag with a meaningful name to categorise and group relevant contacts.
- Justification: This feature is essential as it allows tags to be created, then assigned to contacts whenever they reach a certain stage in the design cycle, or for personal use.
- New Feature:
Delete Tag
- What it does: Deletes a tag stored in the data, and unassigns any contact that are assigned to the tag to be deleted.
- Justification: This feature helps interior designers manage unused tags, or do a mass unassignment at once.
- New Feature:
Find Tag
- What it does: Acts as a filter to locate contacts with a certain tag.
- Justification: This feature helps interior designers locate contacts that are grouped by their tags.
- Highlights: This enhancement was made through the use of an
ActivatedTagList
which acts as a list of selected criteria/category just like how an eCommerce store would select filter to apply.
- New Feature:
Unassign Tag
- What it does: Unassigns a tag from a contact.
- Justification: This feature allows contacts who reach different stages of the design cycle can have their older tags (which specifies their older stage) removed from them.
- Credits: This feature can be done when a contact profile is currently in view, which was done by Wei Jue
-
Code contributed: RepoSense link
- Project management:
- Managed releases
1.2
-1.4
(4 releases) on GitHub - Added photos and details of team members #11
- Managed releases
- Enhancements to existing features:
- Enhanced existing
Tag
to be a class of its own instead of aString
. - Allowed
add
feature to create and assignTag
upon adding a new contact. #83 - Removed the editing tag functionality in the
edit
feature, abstracting this feature into anassign
andunassign
feature for tags. #83 - Modified the help window by improving the GUI for displaying useful links to different sections of the User Guide. #190
- Enhanced existing
- Documentation:
- User Guide:
- Developer Guide:
- Added implementation details of the following features:
- Find Tag
- Added sequence diagram in the implementation details of Find Tag.
- Added instructions for manual testing for Create Tag feature.
- Added implementation details of the following features:
- Community: