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

Implement stats command and add stats window #111

Merged
merged 42 commits into from Nov 10, 2019

Conversation

wpuffs
Copy link

@wpuffs wpuffs commented Oct 29, 2019

Closes #110

  • Adds stats command
  • Implement the stats functionality (stats command will show 5 type of "stats")
  • Update UI to accommodate the stats window view
  • Create a custom graph class that has a bar and line chart stacked on top of each other
  • Create a custom pie chart class
  • Create two exceptions related to the stats command

walnads and others added 30 commits September 25, 2019 15:11
This reverts commit 09529ff.
This reverts commit 43aa00b.
This reverts commit 3f671ae, reversing
changes made to 5e1abfd.
… into branch-stats

# Conflicts:
#	src/main/java/seedu/address/logic/Logic.java
#	src/main/java/seedu/address/logic/LogicManager.java
#	src/main/java/seedu/address/model/ModelManager.java
#	src/main/java/seedu/address/model/eatery/Eatery.java
#	src/main/java/seedu/address/model/eatery/Review.java
@dvrylc dvrylc merged commit cab6001 into AY1920S1-CS2103T-W11-3:master Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement stats command and add stats window
2 participants