diff --git a/docs/team/laughingkid-sg.md b/docs/team/laughingkid-sg.md index a28cf9f169f..0925301dce3 100644 --- a/docs/team/laughingkid-sg.md +++ b/docs/team/laughingkid-sg.md @@ -13,13 +13,13 @@ Given below are my contributions to the project. * What it does: Allows the user to add an interview date to each application. * Justification: Users will have multiple ongoing internship applications at the same time and we want to provide a useful way for users to track their upcoming applications. -* **New Feature**: Added ability to sort by name, interview date, pioirty +* **New Feature**: Added ability to sort by name, interview date, priority, status * What it does: Allows the user to sort by the above fields in ascending and descending order. * Justification: This feature allows users to order their applications according to key fields to allow for more efficient access and management of their internship applications. * **Code contributed**: * 1200+ LoC contributed to the project. See [RepoSense](https://nus-cs2103-ay2122s2.github.io/tp-dashboard/?search=laughingkid-sg&breakdown=true&sort=groupTitle&sortWithin=title&since=2022-02-18&timeframe=commit&mergegroup=&groupSelect=groupByRepos&checkedFileTypes=docs~functional-code~test-code~other). - * Updated test cases details from contact details (original AB3) to that of internship applications. [#58](https://github.com/AY2122S2-CS2103T-T11-3/tp/pull/58), [#88](https://github.com/AY2122S2-CS2103T-T11-3/tp/pull/88) + * Updated test cases details from contact details (original AB3) to the internship applications. [#58](https://github.com/AY2122S2-CS2103T-T11-3/tp/pull/58), [#88](https://github.com/AY2122S2-CS2103T-T11-3/tp/pull/88) * Build test cases for sorting function and interview dates field. [#90](https://github.com/AY2122S2-CS2103T-T11-3/tp/pull/90), [#199](https://github.com/AY2122S2-CS2103T-T11-3/tp/pull/199) * **Project management**: @@ -50,6 +50,6 @@ Given below are my contributions to the project. * Reported 3 issues during the PE dry run. See [ped](https://github.com/laughingkid-sg/ped/issues). * **Tools**: - * Added codecov badge [![codecov](https://codecov.io/gh/AY2122S2-CS2103T-T11-3/tp/branch/master/graph/badge.svg?token=OPX1FSESUJ)](https://codecov.io/gh/AY2122S2-CS2103T-T11-3/tp) on project's [README.md](https://github.com/AY2122S2-CS2103T-T11-3/tp/blob/master/README.md) for easy checking and access. + * Added codecov badge [![codecov](https://codecov.io/gh/AY2122S2-CS2103T-T11-3/tp/branch/master/graph/badge.svg?token=OPX1FSESUJ)](https://codecov.io/gh/AY2122S2-CS2103T-T11-3/tp) on the project's [README.md](https://github.com/AY2122S2-CS2103T-T11-3/tp/blob/master/README.md) for easy checking and access. * Used imgbot to optimise images in the repo. [#59](https://github.com/AY2122S2-CS2103T-T11-3/tp/pull/59), [#215](https://github.com/AY2122S2-CS2103T-T11-3/tp/pull/215)