Property Rental Manager (PRM) is a desktop application that helps property agents manage, filter and
monitor single owner rental units for appropriate tenants.
Added all the list features for the app -
PRM is an app with extensive options for listing the content stored in it -
Clients - Clients can be listed in various ways. All information present can be listed. A condensed version
(called -short) lists the most pertinent information. Individual attributes of clients can also be listed.
Properties - Similar to clients.
Pairs - Allows listing information about all pairs present in the app. Pairs can be listed either with full
information about their clients and properties, or with condensed information only. This was implemented as a
response to a PE-D suggestion and had to be done quickly. Listed items here are not numbered as pairings are not numbered
internally, and there was no time to change that before V2.1. Therefore, all members of the HashMap which stores
the pairings are displayed, in no particular order.
Added exceptions and messages related to the list function
Contributed to the quit function - Added the message for quitting.
Contributions to the UG
Added information for the list section of the UG -
Described the list and quit features in The UG.
Contributions to the DG
Added information for the list section of the DG -
Described the enhancements I added in the DG. This includes contributions both for the design and
implementation of the list functionality of this program. Added all diagrams to the list portion of the DG.
Add manual testing information for the list related functionality in the DG.
Contributions to team-based tasks
Updated and closed issues for list functionality on GitHub