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

[Ming Gao Rickie Li] iP #469

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

Commits on Aug 18, 2021

  1. Level 1. Greet, Echo, Exit

    MGRL2201 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    016ad8d View commit details
    Browse the repository at this point in the history
  2. Level 2. Add, List

    MGRL2201 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    d81e3b0 View commit details
    Browse the repository at this point in the history
  3. Level 3. Mark as Done

    MGRL2201 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    87638eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f141e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad65ad1 View commit details
    Browse the repository at this point in the history
  6. Level 5. Handle Errors

    MGRL2201 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    2a2efbd View commit details
    Browse the repository at this point in the history
  7. Level 6. Delete

    MGRL2201 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    974d93a View commit details
    Browse the repository at this point in the history
  8. A-Enums: Use Enums

    MGRL2201 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    b4b212f View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Level 7. Save

    MGRL2201 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    8a2b75e View commit details
    Browse the repository at this point in the history
  2. Level 7. Save

    MGRL2201 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    5927253 View commit details
    Browse the repository at this point in the history
  3. Level 7. Save

    MGRL2201 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    344c259 View commit details
    Browse the repository at this point in the history
  4. Level 8. Dates and Times

    MGRL2201 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    eddbc35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e376a76 View commit details
    Browse the repository at this point in the history
  6. Use More OOP

    MGRL2201 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f334294 View commit details
    Browse the repository at this point in the history
  7. Organize into Packages

    MGRL2201 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    1e24a6c View commit details
    Browse the repository at this point in the history
  8. Add JUnit Tests

    MGRL2201 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    04d6408 View commit details
    Browse the repository at this point in the history
  9. Create a JAR File

    MGRL2201 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    0e270b5 View commit details
    Browse the repository at this point in the history
  10. JavaDoc

    MGRL2201 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    bd59051 View commit details
    Browse the repository at this point in the history
  11. Follow the Coding Standard

    MGRL2201 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    8ad2179 View commit details
    Browse the repository at this point in the history
  12. Level 9. Find

    MGRL2201 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    3369de3 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. A-Gradle

    MGRL2201 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    c12c5a7 View commit details
    Browse the repository at this point in the history
  2. A-Gradle

    MGRL2201 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    2e99d62 View commit details
    Browse the repository at this point in the history
  3. A-Checkstyle

    MGRL2201 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    22c64b4 View commit details
    Browse the repository at this point in the history
  4. Level-10

    MGRL2201 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    ed5c92c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. No assertions statements.

    There is no code in place to indicate possible bugs.
    
    Assertion statements have been added to Duke class to ensure user input
    and program output are not null.
    
    The impact of assertions on performance is low and provides a safety
    net to ensure the user input and program output are as expected.
    MGRL2201 committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    88616f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from MGRL2201/branch-A-Assertions

    Branch A-Assertions
    MGRL2201 authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    4155640 View commit details
    Browse the repository at this point in the history
  3. Code quality is not great.

    The code needs to be more readable and abstract.
    
    Further abstracting code has made the code easier to read and follow
    along.
    
    Abstracting shortens method length and good naming of abstracted methods
    allow for more readable code.
    MGRL2201 committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    3a9ebac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from MGRL2201/branch-A-CodeQuality

    Code quality is not great.
    MGRL2201 authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    3b2f505 View commit details
    Browse the repository at this point in the history
  5. added update function

    MGRL2201 committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    472fac4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from MGRL2201/BCD-Extension

    added update function
    MGRL2201 authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    07688eb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. polished code

    MGRL2201 committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    caf4dfa View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. A-BetterGui

    MGRL2201 committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    1a9c8fe View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. minor updates to commands

    MGRL2201 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d75e934 View commit details
    Browse the repository at this point in the history
  2. added assert messages

    MGRL2201 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    91a4400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    341b156 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    updated user guide
    MGRL2201 authored Sep 20, 2021
    Configuration menu
    Copy the full SHA
    61841c2 View commit details
    Browse the repository at this point in the history
  5. A-Release

    MGRL2201 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    cafd45e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5716959 View commit details
    Browse the repository at this point in the history