Skip to content

Commit

Permalink
Merge pull request #280 from StanleyW00/create-stanleyw00-ppp
Browse files Browse the repository at this point in the history
Update stanleyw00 ppp
  • Loading branch information
charkty committed Nov 14, 2023
2 parents fe0b918 + 229775f commit 546ce30
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 13 deletions.
13 changes: 6 additions & 7 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# About us

Display | Name | Github Profile | Portfolio
--------|:----:|:--------------:|:---------:
![](https://via.placeholder.com/100.png?text=Photo) | John Doe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Joe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Ron John | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | John Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
![](https://via.placeholder.com/100.png?text=Photo) | Don Roe | [Github](https://github.com/) | [Portfolio](docs/team/johndoe.md)
| Display | Name | Github Profile | Portfolio |
|------------------------------------------------------|:--------------------:|:--------------:|:------------------------------------:|
| <img src="https://avatars.githubusercontent.com/u/110610562?v=4" alt="Avatar" width="100" height="100">| Stanley Wijaya | [Github](https://github.com/StanleyW00) | [Portfolio](docs/team/stanleyw00.md) |
| ![](https://via.placeholder.com/100.png?text=Photo) | Charlyn Kwan Ting Yu | [Github](https://github.com/) | [Portfolio]() |
| ![](https://via.placeholder.com/100.png?text=Photo) | Leow Kai Jie | [Github](https://github.com/) | [Portfolio]() |
| ![](https://via.placeholder.com/100.png?text=Photo) | Li Haoyu | [Github](https://github.com/) | [Portfolio]() |
63 changes: 57 additions & 6 deletions docs/team/stanleyw00.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,64 @@
### Stanley Wijaya's Project Portfolio Page
# Stanley Wijaya - Project Portfolio Page

## Project: EssenMakanan
### Project: EssenMakanan

EssenMakanan is an app that keeps track of ingredients that a user has in the kitchen, stores recipes and provides
steps on how to cook a specific recipe. This app will include a command line interface to use the available
commands in the app.
steps on how to cook a specific recipe. This app will include a CLI to use the available commands in the app. This app
is created in Java and has around 9kLoC.

Given below are my contributions to the project:
### Code Contributed
[Link to Code Contribution](https://tinyurl.com/5n88n476)

- Code contributed: [RepoSense](https://tinyurl.com/2tv8htsv)
### Enhancements Implemented
* Implemented the ability for users to add shortcuts
* Implemented the ability for users to edit shortcuts
* Implemented the ability for users to delete shortcuts
* Implemented the ability for users to use shortcuts
* Implemented the ability for users to view shortcuts
* Created Storage Handler for storing and loading ingredients, recipes and shortcuts
* Contributed in created JUnit tests for the following functions:
* Add shortcuts
* Edit shortcuts
* Delete shortcuts
* Use shortcuts
* View shortcuts
* Save data with storage
* Load data with storage

### Contributions to the UG
* Added and explained the following section in the UG:
* Adding a shortcut
* Editing a shortcut
* Deleting a shortcut
* Using a shortcut
* Viewing shortcuts
* Created table of contents for shortcut commands
* Added hyperlinks for shortcut commands

### Contributions to the DG
* Added and explained the following features in the DG:
* Adding a shortcut
* Editing a shortcut
* Deleting a shortcut
* Using a shortcut
* Viewing shortcuts
* Storage
* Logging
* Created and added UML diagrams for the following:
* Shortcut classes
* Adding a shortcut
* Editing a shortcut
* Deleting a shortcut
* Using a shortcut
* Viewing shortcuts
* Storage

### Contributions to Team-Based Tasks
* Set up GitHub Team Organisation and Repository
* Set up issue tracker and milestones
* Set up releases for v1.0, v1.5, v2.0 and v2.1
* Created and managed issues in the issue tracker
* Instances of help other team members in online and offline meetings.

### Review/Mentoring Contributions
[Link to PRs Reviewed](https://tinyurl.com/yc6c3sr2)

0 comments on commit 546ce30

Please sign in to comment.