Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[W12-4] FrozenBook #35

Open
wants to merge 574 commits into
base: master
Choose a base branch
from

Conversation

LIU-TIANHANG
Copy link

@bluein-green
@Lunastryke
@scottljw
V1.1 details
PasswordLogin
Morph to store ingredients

Copy link

@CT15 CT15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • User Guide and Developer Guide are updated
  • About Us is updated with the team photos
  • README is updated to remove CS2113 specific information

AboutUs.adoc -> need to:

  • remove John Doe from AboutUs.adoc
  • decide on each member's role and responsibilities

P.S. I think last time I saw more use cases and user stories. Can add them into DeveloperGuide.adoc as well.

Good job 👍
You can close this PR

@CT15
Copy link

CT15 commented Oct 21, 2018

@LIU-TIANHANG @bluein-green @Lunastryke @scottljw

Review on v1.2:

  • Xuan Hao and Tianhang's photos are not showing in the project list. You may want to clarify this by sending e-mail to the module's email address if you think you have set up everything correctly.
  • Members' roles and responsibilities in About Us are not yet updated.
  • Under the login/logout feature implementation, you may want to check whether you are using the correct arrow to indicate association. If you are using some UML diagramming tools with different notations, it will be good to include a note to mention how the diagram differs from the standard notation.
  • Also under the login/logout feature implementation, initAddressBook does not look and sound like a class name.
    screen shot 2018-10-21 at 12 01 05 pm
  • The sequence diagram under the login/logout feature has some mistakes. Arrow pointing to an activation bar should exactly points to the start of the activation bar. You may also want to revisit how self-invocation and optional path are represented in sequence diagrams. Again, I am not sure whether this is because of the UML diagramming tools that is used. In this case, you should include a note to mention how it differs from the standard notation.
  • For the implementation of Analyses of profits and quantities sold in the company, UML diagram can be added to make your explanation clearer. Also, I think some bullet points are not rendered properly.
  • Generally, it will be good for each member of the team to use UML diagrams to better explain how a feature is implemented (one per head at least). Using code snippet is good but should be minimal because code becomes outdated very quickly.
  • I encourage other members to start including and explaining their enhancement under the Implementation section.

LIU-TIANHANG and others added 30 commits November 12, 2018 23:19
* update on test and welcome message

* change login page

* added event call to change logic

* fixed the bug regarding mutiplle subsribe of event after login logout

* remove debug sentence

* change command into their respective model

asd

* EOF

* update ppp ug dg

* update on logout login bug

* Update loginInfoManager.json

* update on the ug dg bug

* Update docs/team/tianhang.adoc

* update on bottom list confirmation message and "import" to sell command

* let coder choose to have confirmation or not

* move help window from docs to help

this help developer as they can pull form github
as /docs are auto generated by grandle

*  new line eof

* last minute check

* Added newline at EOF

* added some test

need to fix a bug of login window
(realted to empty username and password0

* UG: fix #134

* AnalysisManager: reduce code redundancies

* analyseProfit and analyseRevenue (for all transactions) added

* AnalysisPeriodType added

* Modified Analysis to account for period

* added more test

* Date: added methods to return date 6 and 29 days before. created predicates to test for transaction within previous 7 and 30 days

* used Predicates to filter transactions for analysis of costs

* added TransactionList test

* checkstyle for TransactionList

* applay SLAP

* changed

* change test location

* travis

* travis EOF

* travis please go alive

* travis go heaven pls

* travis go fly pls

* added

* move add and delete to manager

* settle command

* travis

* change in ppp

as make changes in UG /DG

* changes to ppp

* added

* fix about us pic not showing

* Update docs/AboutUs.adoc

* update on UG

* EOF

* clean code

* Update src/test/seedu/address/logic/commands/AddDrinkCommandTest.java

* Revert "clean code"

This reverts commit 717c9bd.

* Revert "Update src/test/seedu/address/logic/commands/AddDrinkCommandTest.java"

This reverts commit d39bf0f.

* added

* Revert "Revert "clean code""

This reverts commit ce7b3d4.

* added

* eof

* Update src/test/seedu/address/logic/commands/AddDrinkCommandTest.java

* update on test

* add test

* eof i love u.....

* added more test to increase coverage

* delete manager UG

* update on uf

* create a new interface for loginINformanager

* Update src/main/java/seedu/address/init/InventoryListInitializer.java

* same

* add interface of LoginINfoManager

* checkstyle

* changed to fix logout login bug

* Update loginInfoList.json

* change on the header of UG

* added roles

* update on roles

* Update docs/team/johndoe.adoc

* Update README.adoc

* update dg

* EOF

* delete john and add html page

* eof

* eof fly pls

* eof

* pppp

* cec
MJ's PPP and DG parts
* update on test and welcome message

* change login page

* added event call to change logic

* fixed the bug regarding mutiplle subsribe of event after login logout

* remove debug sentence

* change command into their respective model

asd

* EOF

* update ppp ug dg

* update on logout login bug

* Update loginInfoManager.json

* update on the ug dg bug

* Update docs/team/tianhang.adoc

* update on bottom list confirmation message and "import" to sell command

* let coder choose to have confirmation or not

* move help window from docs to help

this help developer as they can pull form github
as /docs are auto generated by grandle

*  new line eof

* last minute check

* Added newline at EOF

* added some test

need to fix a bug of login window
(realted to empty username and password0

* UG: fix #134

* AnalysisManager: reduce code redundancies

* analyseProfit and analyseRevenue (for all transactions) added

* AnalysisPeriodType added

* Modified Analysis to account for period

* added more test

* Date: added methods to return date 6 and 29 days before. created predicates to test for transaction within previous 7 and 30 days

* used Predicates to filter transactions for analysis of costs

* added TransactionList test

* checkstyle for TransactionList

* applay SLAP

* changed

* change test location

* travis

* travis EOF

* travis please go alive

* travis go heaven pls

* travis go fly pls

* added

* move add and delete to manager

* settle command

* travis

* change in ppp

as make changes in UG /DG

* changes to ppp

* added

* fix about us pic not showing

* Update docs/AboutUs.adoc

* update on UG

* EOF

* clean code

* Update src/test/seedu/address/logic/commands/AddDrinkCommandTest.java

* Revert "clean code"

This reverts commit 717c9bd.

* Revert "Update src/test/seedu/address/logic/commands/AddDrinkCommandTest.java"

This reverts commit d39bf0f.

* added

* Revert "Revert "clean code""

This reverts commit ce7b3d4.

* added

* eof

* Update src/test/seedu/address/logic/commands/AddDrinkCommandTest.java

* update on test

* add test

* eof i love u.....

* added more test to increase coverage

* delete manager UG

* update on uf

* create a new interface for loginINformanager

* Update src/main/java/seedu/address/init/InventoryListInitializer.java

* same

* add interface of LoginINfoManager

* checkstyle

* changed to fix logout login bug

* Update loginInfoList.json

* change on the header of UG

* added roles

* update on roles

* Update docs/team/johndoe.adoc

* Update README.adoc

* update dg

* EOF

* delete john and add html page

* eof

* eof fly pls

* eof

* pppp

* cec

* pic

* asd
* changes to DG testing

* change asciidoctor.css
more test cases for manual testing
Changed image sizes for PPP
Removed 1 sequence diagram to account for PPP Page limit
* UG change

* UG
Adding of author tags and updating reposense config
To conform to reposense dormat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants