diff --git a/docs/team/lfrostbytee.md b/docs/team/lfrostbytee.md index 10c4c1997f3..2de6bebdb14 100644 --- a/docs/team/lfrostbytee.md +++ b/docs/team/lfrostbytee.md @@ -28,20 +28,33 @@ Given below are my contributions to the project. * Added the `findEvents` command [\#128](https://github.com/AY2223S1-CS2103-F09-2/tp/pull/128) * What it does: Displays all events that match the keywords that have been inputted. * Justification: This feature helps the user to better locate the events that they are looking for if they are already managing many events. + * Implemented automated testing for `DateTest`, `StartTimeTest`, `FindEventsCommandTest`, `ListEventsCommandTest` and `DeleteEventTest` [\#231](https://github.com/AY2223S1-CS2103-F09-2/tp/pull/231), * **Documentation**: * User Guide: * Added documentation for the `findEvents` command. - * Removed documentation for the `tag` feature. + * Removed documentation for the `tag` field in `addPerson` and `editPerson` features. * Updated documentation for `findPersons` command. + * Standardised the overall user guide for V1.4. * Developer Guide: * Added documentation for V1.1 and the `listEvents` command. + * Did the manual testing and effort sections for V1.4. * **Contributions to team-based tasks**: * Setting up the GitHub team org/repo. * Organizing and facilitating bi-weekly team meetings as the Team Lead. * Distributing workload amongst team members. + * Updated the README for V1.4. * **Community**: - * PRs reviewed (with non-trivial review comments): [\#57](https://github.com/AY2223S1-CS2103-F09-2/tp/pull/57), [\#99](https://github.com/AY2223S1-CS2103-F09-2/tp/pull/99), [\#108](https://github.com/AY2223S1-CS2103-F09-2/tp/pull/108), [\#133](https://github.com/AY2223S1-CS2103-F09-2/tp/pull/133). - * Reported bugs and suggestions for other teams in the class (examples: [\#125](https://github.com/AY2223S1-CS2103T-W17-1/tp/issues/125), [\#129](https://github.com/AY2223S1-CS2103T-W17-1/tp/issues/129), [\#164](https://github.com/AY2223S1-CS2103T-W17-1/tp/issues/164), [\#165](https://github.com/AY2223S1-CS2103T-W17-1/tp/issues/165)) + * PRs reviewed (with non-trivial review comments): + [\#57](https://github.com/AY2223S1-CS2103-F09-2/tp/pull/57), + [\#99](https://github.com/AY2223S1-CS2103-F09-2/tp/pull/99), + [\#108](https://github.com/AY2223S1-CS2103-F09-2/tp/pull/108), + [\#133](https://github.com/AY2223S1-CS2103-F09-2/tp/pull/133), + [\#240](https://github.com/AY2223S1-CS2103-F09-2/tp/pull/240), + * Reported bugs and suggestions for other teams in the class (examples: + [\#125](https://github.com/AY2223S1-CS2103T-W17-1/tp/issues/125), + [\#129](https://github.com/AY2223S1-CS2103T-W17-1/tp/issues/129), + [\#164](https://github.com/AY2223S1-CS2103T-W17-1/tp/issues/164), + [\#165](https://github.com/AY2223S1-CS2103T-W17-1/tp/issues/165))