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

[Vanessa] iP #314

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

Commits on Jul 29, 2021

  1. Add Gradle support

    damithc authored and damithc committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    d839859 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. level1-gary

    VanessaXuuan authored and VanessaXuuan committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    253e8b0 View commit details
    Browse the repository at this point in the history
  2. level2-gary

    VanessaXuuan authored and VanessaXuuan committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    3427794 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. level3-gary

    VanessaXuuan authored and VanessaXuuan committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e6d31a7 View commit details
    Browse the repository at this point in the history
  2. Level4-gary

    VanessaXuuan authored and VanessaXuuan committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9dbe82d View commit details
    Browse the repository at this point in the history
  3. Level5-gary

    VanessaXuuan authored and VanessaXuuan committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    be1a567 View commit details
    Browse the repository at this point in the history
  4. Level6-Gary

    VanessaXuuan authored and VanessaXuuan committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    3ec0b1a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    0f521e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. add dates and times

    vanessaxuuan committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    8f52035 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-Level-8'

    * branch-Level-8:
      add dates and times
    
    # Conflicts:
    #	src/main/java/Gary.java
    vanessaxuuan committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    8e8980b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    2c96f56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    733ba9a View commit details
    Browse the repository at this point in the history
  3. add JUnit tests

    vanessaxuuan committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    4aa2a9e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. add JavaDoc comments

    vanessaxuuan committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    54cd499 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57426c5 View commit details
    Browse the repository at this point in the history
  3. Add JavaDoc comments

    vanessaxuuan committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    95693f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76d36c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d822c0 View commit details
    Browse the repository at this point in the history
  6. rebase

    vanessaxuuan committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    a30df56 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Update IP description

    Use GFMD in the PR description
    vanessaxuuan authored Feb 13, 2022
    Configuration menu
    Copy the full SHA
    2fa50d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d48749e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Merge commit 'd8398594b7bc43da5eb865321c5a50cec4b3923d'

    * commit 'd8398594b7bc43da5eb865321c5a50cec4b3923d':
      Add Gradle support
    vanessaxuuan committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    9095cf4 View commit details
    Browse the repository at this point in the history
  2. Set up gradle

    vanessaxuuan committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    06be999 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Add GUI to Gary

    vanessaxuuan committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    35b7840 View commit details
    Browse the repository at this point in the history
  2. Add GUI to Gary

    vanessaxuuan committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    8315ecb View commit details
    Browse the repository at this point in the history
  3. Add FXML files

    vanessaxuuan committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    3aea752 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    714e529 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. Add assert features to document important assumptions

    Special cases such as,
    * empty user input
    * operating on an empty to-do list
    
    should be handled specially to prevent errors
    
    Let's add assertions to functions that handle Gary's response
    vanessaxuuan committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    0bccd26 View commit details
    Browse the repository at this point in the history
  2. Rename packages

    Group classes into packages base on their functionalities for easier management.
    
    Let's move related classes into packages such as,
    * gary.task
    * gary.ui
    * gary.gui
    * gary.exception
    vanessaxuuan committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    3199aad View commit details
    Browse the repository at this point in the history
  3. Improve code quality

    Standardise code naming, layout, statements and comments
    
    Add relative file path that works on both Unix and Windows
    vanessaxuuan committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    71183f3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from vanessaxuuan/branch-A-CodeQuality

    Branch a code quality
    vanessaxuuan authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    3d78dc3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/vanessaxuuan/ip

    * 'master' of https://github.com/vanessaxuuan/ip:
      Improve code quality
      Rename packages
    vanessaxuuan committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    b76a2d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6389773 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from vanessaxuuan/branch-A-Assertions

    Add assert features to document important assumptions
    vanessaxuuan authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    f260392 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/vanessaxuuan/ip

    * 'master' of https://github.com/vanessaxuuan/ip:
      Add assert features to document important assumptions
    vanessaxuuan committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    5bd4d38 View commit details
    Browse the repository at this point in the history
  9. Update JavaDocs

    vanessaxuuan committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    bbdb6ff View commit details
    Browse the repository at this point in the history
  10. Finalize GUI

    Let's,
    * Change display images
    * Add welcome message
    vanessaxuuan committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    fd09a66 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'branch-better-GUI'

    * branch-better-GUI:
      Finalize GUI
    vanessaxuuan committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    9587526 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    99e35f2 View commit details
    Browse the repository at this point in the history
  13. Add User Guide

    fit-for-purpose
    vanessaxuuan authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    ccee2a0 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    vanessaxuuan authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    b7b8d31 View commit details
    Browse the repository at this point in the history
  15. Update User Guide

    vanessaxuuan authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    fea6ca1 View commit details
    Browse the repository at this point in the history
  16. Update README.md

    vanessaxuuan authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    7d58559 View commit details
    Browse the repository at this point in the history
  17. Update README.md

    vanessaxuuan authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    196330e View commit details
    Browse the repository at this point in the history
  18. Update README.md

    vanessaxuuan authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    6637131 View commit details
    Browse the repository at this point in the history
  19. Update README.md

    vanessaxuuan authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    02f6bbd View commit details
    Browse the repository at this point in the history
  20. Update README.md

    vanessaxuuan authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    fa0b705 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'master' of https://github.com/vanessaxuuan/ip

    * 'master' of https://github.com/vanessaxuuan/ip:
      Update README.md
      Update README.md
      Update README.md
      Update README.md
      Update README.md
      Update User Guide
      Update README.md
      Add User Guide
      Add a representative screenshot of Gary
    vanessaxuuan committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    de0f6b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Create Jar file

    vanessaxuuan committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    4e6a065 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. update jar file

    vanessaxuuan authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    e07b092 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. update README.md

    vanessaxuuan authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    4d9ff92 View commit details
    Browse the repository at this point in the history