diff --git a/docs/team/ashley.md b/docs/team/ashley.md index 8538b7e3309..3b2c22395d4 100644 --- a/docs/team/ashley.md +++ b/docs/team/ashley.md @@ -14,36 +14,41 @@ Given below are my contributions to the project. * Justification: This feature improves the product significantly because a user can recognise which specific technical skill is required for that particular role. * Highlights: This enhancement affects existing commands and commands to be added in future. It required an in-depth analysis of design alternatives. The implementation too was challenging as it required changes to existing commands. -* New Feature: Allows users to filter by company name. + +* **New Feature**: Allows users to filter by company name. * What it does: Allows users to find a contact based on the company name. * Justification: This feature improves the product significantly because users can easily find the person based on the company that they applied for. * Highlights: This enhancement affects existing commands and commands to be added in future. It required an in-depth analysis of design alternatives. The implementation was not too challenging. It required changes to existing commands. -* New Feature: Added the ability to filter by programming language. + +* **New Feature**: Added the ability to filter by programming language. * What it does: Allow users to filter contacts based on programming language. * Justification: This feature improves the product significantly because a user can easily find contacts of the jobs that they applied for in which require the specific programming language. * Highlights: This enhancement affects existing commands and commands to be added in future. It required an in-depth analysis of design alternatives. The implementation too was challenging as it required changes to existing commands. -* New Feature: Added the ability to delete by tag command. + +* **New Feature**: Added the ability to delete by tag command. * What it does: Allows users to delete contacts based on the tags given to each contact. * Justification: This feature improves the product significantly because users can easily delete the contacts of everyone who has the same tag. * Highlights: This enhancement affects existing commands and commands to be added in future. It required an in-depth analysis of design alternatives. The implementation too was challenging as it required changes to existing commands. -* Project management: - * Managed releases v1.2 - v1.4 (4 releases) on GitHub +* **Project management**: + * Managed releases v1.2 - v1.4 (4 releases) on GitHub + + +* **Enhancements to existing features**: + * Add find by company name in addition to find by name (Pull Request [\#70]()) + * Add programming language to person card (Pull Request [\#34]()) -* Enhancements to existing features: - * Add filter by company name in addition to name (Pull requests [\#70]()) - * Add programming language to person card (Pull requests [\#34]()) - * Add job difficulty comparator (Pull requests [\#69]()) - * Add priority to person card (Pull requests [\#39]()) -* Documentation: (TBC) - * User Guide: - * Added documentation for the features find (filter by name and company name), filter programming language and delete by tag [\#89]() - * Developer Guide: - * Added implementation details of the sort feature. - * Added implementation details of the job difficulty feature.[\#54]() - * Update UML diagrams. [\#37]() - * Add UML diagrams for sort command. [\#43]() +* **Documentation**: + * User Guide: + * Added documentation for the features find (filter by name and company name), filter programming language and delete by tag (Pull Request [\#89]()) + * Developer Guide: + * Added implementation details for delete by tag feature. (Pull Request [\#191]()) + * Added implementation details for find feature. (Pull Request [\#191]()) + * Added planned enhancement 6. (Pull Request [\#196]()) + * Added planned enhancement 7. (Pull Request [\#193]()) + * Update UML diagram. (Pull Request [\#56]()) + * Add Sequence diagram for delete tag command. (Pull Request [\#181]())