forked from AY2122S1-CS2103T-W08-3/tp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request AY2122S1-CS2103T-W08-3#292 from yuifuku1118/yuichi…
…ro-PPP Yuichiro PPP
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
layout: page | ||
title: Yuichiro Fukushima's Project Portfolio Page | ||
--- | ||
|
||
### Project: SalesNote | ||
|
||
SalesNote is a desktop application that aims to help singapore tailors to manage clients, tasks and sales | ||
in order to for them to have a more effect order management system and supports a smother daily work which is | ||
developed by Java and Java FX. | ||
|
||
|
||
Given below are my contributions to the project. | ||
|
||
* **New Feature**: Added the ability to save and retrieve order, task, clients from Json file. | ||
* What it does: Allows users to save the newly edited data so that user exits the app, the data is saved and able to use it when user opens the app next time. | ||
* Justification: This feature was a necessary since we have added a new component of Order and Task. | ||
* Highlights: This implementation also enhanced the error check when there was a incorrect manipulation of data json file. | ||
|
||
|
||
* **Code contributed**: [RepoSense link](https://nus-cs2103-ay2122s1.github.io/tp-dashboard/?search=yuifuku&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code~other&since=2021-09-17) | ||
|
||
|
||
* **Documentation**: | ||
* User Guide: | ||
* Added documentation for the storage related features (i.e. `exit` and `clear`) [\#139](https://github.com/AY2122S1-CS2103T-W08-3/tp/pull/139) | ||
|
||
* Developer Guide: | ||
* Added implementation details of the `storage` component.[\#135](https://github.com/AY2122S1-CS2103T-W08-3/tp/pull/135) | ||
* Added the all the user stories [\#35](https://github.com/AY2122S1-CS2103T-W08-3/tp/pull/35) | ||
|
||
* **Community**: | ||
* PRs reviewed (with non-trivial review comments): [\#289](https://github.com/AY2122S1-CS2103T-W08-3/tp/pull/289), | ||
[\#270](https://github.com/AY2122S1-CS2103T-W08-3/tp/pull/270), [\#79](https://github.com/AY2122S1-CS2103T-W08-3/tp/pull/79) | ||
|