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

Implements stats feature #114

Merged
merged 28 commits into from
Oct 26, 2019
Merged

Commits on Oct 21, 2019

  1. Add StatsCommandParser

    jietung committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    8e8b85c View commit details
    Browse the repository at this point in the history
  2. Add StatsCommand

    jietung committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    294c0dc View commit details
    Browse the repository at this point in the history
  3. Add methods in ParseUtil

    jietung committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    970a84b View commit details
    Browse the repository at this point in the history
  4. Add prefix in CliSyntax

    jietung committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    eda80c9 View commit details
    Browse the repository at this point in the history
  5. Add StatsFactory

    jietung committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    8b28d1d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Add Statistic

    jietung committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b96a2a6 View commit details
    Browse the repository at this point in the history
  2. Add default statistic

    jietung committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    aa4114a View commit details
    Browse the repository at this point in the history
  3. Add BarChartPanel

    jietung committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    8a8fb14 View commit details
    Browse the repository at this point in the history
  4. Add LineChartPanel

    jietung committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    24d8594 View commit details
    Browse the repository at this point in the history
  5. Add PieChartPanel

    jietung committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    7dbc682 View commit details
    Browse the repository at this point in the history
  6. Refactor code

    jietung committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    1972b2b View commit details
    Browse the repository at this point in the history
  7. Add javadoc and refactor code

    jietung committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    ff3e256 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    3564cb3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into stats

    # Conflicts:
    #	src/main/java/seedu/exercise/logic/commands/AddExerciseCommand.java
    #	src/main/java/seedu/exercise/logic/commands/DeleteExerciseCommand.java
    #	src/main/java/seedu/exercise/logic/commands/EditCommand.java
    jietung committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    e0bbb5c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into stats

    # Conflicts:
    #	src/main/java/seedu/exercise/logic/parser/ParserUtil.java
    jietung committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    48787f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    d21a9f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f08e47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7fe210 View commit details
    Browse the repository at this point in the history
  4. Add javadoc comments

    jietung committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    5c84bc7 View commit details
    Browse the repository at this point in the history
  5. Add newline at EOF in fxml

    jietung committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    e09f656 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into stats

    # Conflicts:
    #	src/main/java/seedu/exercise/logic/Logic.java
    #	src/main/java/seedu/exercise/logic/LogicManager.java
    #	src/main/java/seedu/exercise/logic/parser/ExerciseBookParser.java
    #	src/main/java/seedu/exercise/model/Model.java
    #	src/main/java/seedu/exercise/model/ModelManager.java
    jietung committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    9437726 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d3ba34 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Refactor code

    jietung committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    f3acd64 View commit details
    Browse the repository at this point in the history
  2. Update user guide

    jietung committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a7109bc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into stats

    # Conflicts:
    #	src/main/java/seedu/exercise/logic/parser/CliSyntax.java
    #	src/main/java/seedu/exercise/logic/parser/ParserUtil.java
    #	src/main/java/seedu/exercise/model/Model.java
    #	src/main/java/seedu/exercise/model/ModelManager.java
    #	src/test/java/seedu/exercise/logic/commands/AddExerciseCommandTest.java
    jietung committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    b27e29b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f8bd44 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    6b52ef9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into stats

    # Conflicts:
    #	src/main/java/seedu/exercise/logic/parser/CliSyntax.java
    #	src/main/java/seedu/exercise/model/Model.java
    jietung committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    84b5db1 View commit details
    Browse the repository at this point in the history