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

[CS2103T-F10-1] CheckMate #2

Open
wants to merge 470 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 27, 2023

  1. Update DG

    iyioon committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bad4b94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #173 from iyioon/master

    Update DG
    RB9823 authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    14afd42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5ccbd1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #175 from AryanG01/FixCode

    Fixed delete command and added mass delete functionality
    markgcera authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    fd452eb View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Modify Tags

    RB9823 committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    9a7bb75 View commit details
    Browse the repository at this point in the history
  2. Modify Tag Position

    RB9823 committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e0ebedc View commit details
    Browse the repository at this point in the history
  3. Clean up Tag References

    RB9823 committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    69b7965 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #176 from RB9823/master

    Modify Tags
    iyioon authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    f8fa55f View commit details
    Browse the repository at this point in the history
  5. Update iyioon.md

    iyioon committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    02005bd View commit details
    Browse the repository at this point in the history
  6. Update iyioon.md

    iyioon committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    f495226 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d245de View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. change jar file name

    markgcera committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4b05961 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/markgcera/tp

    * 'master' of https://github.com/markgcera/tp:
      Clean up Tag References
      Modify Tag Position
      Modify Tags
      Fixed delete command and added mass delete functionality
      Update DG
      Add more tests for BookingPeriod
      Add assertions to Booking Period
      Update Developer Guide
    markgcera committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d9ce362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c4622f View commit details
    Browse the repository at this point in the history
  4. Remove unused imports

    markgcera committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5253d96 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #178 from markgcera/Add-Flag/Unflag-Commands

    Add flag/unflag commands
    AryanG01 authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ba9bc2f View commit details
    Browse the repository at this point in the history
  6. Add JsonInjectionParser class and its test classes.

    markgcera committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5a5b1e9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #179 from markgcera/Add-JsonInjectionParser

    Add JsonInjectionParser class and its test classes.
    RB9823 authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    3836985 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45f3899 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #180 from iyioon/master

    Update iyioon.md
    RB9823 authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    70e23cb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Fix JSON Input Parser

    RB9823 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    79f2640 View commit details
    Browse the repository at this point in the history
  2. Fix Tests

    RB9823 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1739973 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #182 from RB9823/master

    Fix JSON Input Parser
    iyioon authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    118c876 View commit details
    Browse the repository at this point in the history
  4. UI changes Part 1

    AryanG01 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ae3ba2c View commit details
    Browse the repository at this point in the history
  5. UI changes Part 3

    AryanG01 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e59ad48 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'UndoFeature'

    # Conflicts:
    #	src/main/java/seedu/address/ui/BookingCard.java
    #	src/main/resources/view/PersonListCard.fxml
    AryanG01 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    6e204e6 View commit details
    Browse the repository at this point in the history
  7. Added JavaDocs

    AryanG01 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e6e77ce View commit details
    Browse the repository at this point in the history
  8. Checkstyle errors fixed

    AryanG01 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7e7dd12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7bcf0bf View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Remove VIP rooms from the room types enum. Add the room types to the …

    …room statistics pie chart.
    markgcera committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8cdb631 View commit details
    Browse the repository at this point in the history
  2. Add test cases for the Room enum types

    markgcera committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5d78dcb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #185 from markgcera/master

    Pie chart UI changes.
    iyioon authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ddf7097 View commit details
    Browse the repository at this point in the history
  4. Update iyioon.md

    iyioon committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    27ec25a View commit details
    Browse the repository at this point in the history
  5. Add RoomTypeTags

    RB9823 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5556134 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #188 from RB9823/master

    Add RoomTypeTags
    iyioon authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4995a79 View commit details
    Browse the repository at this point in the history
  7. Update rb9823.md

    RB9823 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6face4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df5bc46 View commit details
    Browse the repository at this point in the history
  9. Fix rb9823.md

    RB9823 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a8b2d5e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #187 from iyioon/Update-iyioon-md

    Update iyioon.md
    RB9823 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    11d4b1c View commit details
    Browse the repository at this point in the history
  11. Updated DG and my own .md file

    markgcera committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a939c05 View commit details
    Browse the repository at this point in the history
  12. Added an Undo Feature

    AryanG01 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7b4cd33 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'UndoFeature'

    AryanG01 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    24ef614 View commit details
    Browse the repository at this point in the history
  14. Fix checkstyle errors

    markgcera committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f7fe940 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #191 from AryanG01/master

    Added Undo Feature
    AryanG01 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    229e51c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f821e6e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    664001c View commit details
    Browse the repository at this point in the history
  18. Merge pull request #190 from markgcera/master

    Updated DG and my own .md file
    AryanG01 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5be94ad View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8d454d2 View commit details
    Browse the repository at this point in the history
  20. Update UG TOC

    iyioon committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    42e9238 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #189 from RB9823/master

    Update rb9823.md
    AryanG01 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0ffc5ce View commit details
    Browse the repository at this point in the history
  22. Merge pull request #192 from iyioon/master

    Update UG TOC
    iyioon authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    49dce47 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7eab2fb View commit details
    Browse the repository at this point in the history
  24. Merge pull request #193 from AryanG01/master

    Updated User md file and created the pic for RoomType.png
    RB9823 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4e7645e View commit details
    Browse the repository at this point in the history
  25. Update User Guide

    RB9823 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b76cb0e View commit details
    Browse the repository at this point in the history
  26. Merge pull request #194 from RB9823/master

    Update User Guide
    RB9823 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    91fd30c View commit details
    Browse the repository at this point in the history
  27. Update User Guide

    RB9823 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6d3f13d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4db9373 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #195 from RB9823/master

    Update User Guide v2
    RB9823 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    967c4fa View commit details
    Browse the repository at this point in the history
  30. Refine User Guide

    RB9823 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ae0c9e2 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #196 from RB9823/master

    Refine User Guide
    RB9823 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    df54d52 View commit details
    Browse the repository at this point in the history
  32. Ui renamed

    RB9823 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    29f8745 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #197 from RB9823/master

    Ui renamed
    RB9823 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8c5d839 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update user guide

    User guide had outdated UI.
    
    Let's include updated screenshots.
    AnnabelTing committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    136c21f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb99a1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eb755b View commit details
    Browse the repository at this point in the history
  4. Minor Update to Ui Image

    RB9823 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a8b14d5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #201 from RB9823/master

    Minor Update to Ui Image
    RB9823 authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    fb35f03 View commit details
    Browse the repository at this point in the history
  6. Fix overlapping booking being accepted.

    Change booking period so that check in has to be before check out time
    iyioon committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    003d347 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Remove flag and unflag feature

    markgcera committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    3728d76 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #242 from markgcera/Remove-FlagAndUnflag

    Remove flag and unflag feature
    AryanG01 authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f0c50ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #202 from iyioon/Fix-Bug-BookingPeriod

    Fix bug: Overlapping booking being accepted.
    RB9823 authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    492211f View commit details
    Browse the repository at this point in the history
  4. User Guide Fixes

    RB9823 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    185d254 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1360b1d View commit details
    Browse the repository at this point in the history
  6. Update UserGuide

    iyioon committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    0ad98dc View commit details
    Browse the repository at this point in the history
  7. Fix checkstyle

    iyioon committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    c816e7e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #244 from iyioon/Fix-Prefix-Search-Edit

    Fix prefix search for edit command
    RB9823 authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    0d0efb7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #243 from RB9823/master

    User Guide Fixes
    iyioon authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    627b694 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Fixed the issues where exiting the application doesnt close all the pop

    up windows. Also fixed the issue where multiple instances of the same
    booking can be popped up.
    AryanG01 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cfb08df View commit details
    Browse the repository at this point in the history
  2. Add HashSet to piechart such that each room number is added at most o…

    …nce in the pie chart
    markgcera committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7d3398a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03a8381 View commit details
    Browse the repository at this point in the history
  4. Fix NumberFormatException when room number exceeds MAX_INT or goes be…

    …low MIN_INT value
    markgcera committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8b1b28e View commit details
    Browse the repository at this point in the history
  5. Fix test cases

    markgcera committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    48093cc View commit details
    Browse the repository at this point in the history
  6. Add coverage for isValidRoom method

    markgcera committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    64e415d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #246 from markgcera/master

    Fix NumberFormatException when room number exceeds MAX_INT or goes below MIN_INT value
    RB9823 authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cfaeb84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed1264e View commit details
    Browse the repository at this point in the history
  9. Merge branch 'FixErrorsAryan'

    # Conflicts:
    #	src/main/java/seedu/address/ui/BookingCard.java
    AryanG01 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ba0119a View commit details
    Browse the repository at this point in the history
  10. Fix EditCommand

    RB9823 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5c11cb2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0ff5bb3 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #247 from RB9823/master

    Fix EditCommand
    AryanG01 authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    29322b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fixed failing test cases

    AryanG01 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4158b61 View commit details
    Browse the repository at this point in the history
  2. Fixed some more issues

    AryanG01 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    25181e2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #248 from AryanG01/master

    Fixed some of the errors highlighted in PE-D
    markgcera authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    32a7f0c View commit details
    Browse the repository at this point in the history
  4. Fix Remark Behaviour

    RB9823 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    bf0d2af View commit details
    Browse the repository at this point in the history
  5. Fix Phone Number Constraints

    RB9823 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9e2f9bb View commit details
    Browse the repository at this point in the history
  6. Fix User Guide Features Link

    RB9823 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5e81395 View commit details
    Browse the repository at this point in the history
  7. more fixes

    RB9823 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4ee54b0 View commit details
    Browse the repository at this point in the history
  8. Even More Fixes

    RB9823 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8fff5c3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #249 from RB9823/master

    Fix PE-D Issues
    AryanG01 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ea5872f View commit details
    Browse the repository at this point in the history
  10. Fix SampleDataUtil emails

    RB9823 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8fa6767 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c997b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    832f31c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #251 from RB9823/master

    Fix Sample Data
    RB9823 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0a38176 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    574716d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    02fb65d View commit details
    Browse the repository at this point in the history
  16. Merge branch 'Abstract-Parser-Exceptions'

    * Abstract-Parser-Exceptions:
      Create ParserUtil.parseIndex methods for edit and delete commands
    
    # Conflicts:
    #	src/main/java/seedu/address/logic/parser/DeleteCommandParser.java
    #	src/main/java/seedu/address/logic/parser/EditCommandParser.java
    markgcera committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5294bea View commit details
    Browse the repository at this point in the history
  17. Merge pull request #250 from markgcera/master

    Abstract out command parse exceptions into their own package
    AryanG01 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2179810 View commit details
    Browse the repository at this point in the history
  18. Fix Launch GUI size

    RB9823 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cb0d056 View commit details
    Browse the repository at this point in the history
  19. Increased coverage

    AryanG01 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4a6c9f1 View commit details
    Browse the repository at this point in the history
  20. Change edit and delete command parser tests to check for the correct …

    …type of exception thrown
    markgcera committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    73d553b View commit details
    Browse the repository at this point in the history
  21. Fixed CheckStyle

    AryanG01 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6db65d1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    68769a9 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #253 from markgcera/master

    Change edit and delete command parser tests
    AryanG01 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b25a9d3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0aa3170 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    39b4090 View commit details
    Browse the repository at this point in the history
  26. Merge branch 'TempBranch'

    AryanG01 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    172e007 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    cea1d4b View commit details
    Browse the repository at this point in the history
  28. Merge pull request #255 from AryanG01/master

    Increaesd Coverage
    RB9823 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b9838fd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c39b83a View commit details
    Browse the repository at this point in the history
  30. Fix resolution

    RB9823 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    deb35dc View commit details
    Browse the repository at this point in the history
  31. Fix Startup App Size

    RB9823 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    eda7f6f View commit details
    Browse the repository at this point in the history
  32. Merge pull request #252 from RB9823/master

    Fix Launch GUI size
    iyioon authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9f7c36d View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Fix error with validating booking period and update user guide

    Booking period did not validate input properly leading to date time error.
    
    The error message shown to users were inconsistent with the user guide.
    
    Let's update the user guide and validate booking period properly.
    AnnabelTing committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    554aa94 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Merge pull request #256 from AnnabelTing/master

    Fix error with validating booking period and update user guide
    RB9823 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b735535 View commit details
    Browse the repository at this point in the history
  2. Fix

    RB9823 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2c7de62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1dcc6c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #257 from AY2324S1-CS2103T-F10-1/revert-256-master

    Revert "Fix error with validating booking period and update user guide"
    AnnabelTing authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    685b5c7 View commit details
    Browse the repository at this point in the history
  5. Fix DG ToC

    RB9823 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    98c9e63 View commit details
    Browse the repository at this point in the history
  6. Update Test Cases

    RB9823 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    59ded3b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #258 from RB9823/master

    Fix DG ToC
    AnnabelTing authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    30efcdf View commit details
    Browse the repository at this point in the history
  8. Fix error with validating booking period and update user guide again

    Booking period did not validate input properly leading to date time error.
    
    The error message shown to users were inconsistent with the user guide.
    
    Let's update the user guide and validate booking period properly.
    AnnabelTing committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    bd2927d View commit details
    Browse the repository at this point in the history
  9. Update user guide screenshots

    Previous images were outdated as email format has since changed.
    
    Let's keep the user guide updated
    AnnabelTing committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    908e0d1 View commit details
    Browse the repository at this point in the history
  10. Minor changes to md files

    markgcera committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ed70a56 View commit details
    Browse the repository at this point in the history
  11. Add GUI layout summary

    markgcera committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b20670a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. More md file changes

    markgcera committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ec9ab67 View commit details
    Browse the repository at this point in the history
  2. Update iyioon.md

    iyioon committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    d57c15d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #260 from markgcera/master

    UG and md file changes
    RB9823 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    825ee96 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #259 from AnnabelTing/master

    Fix error with validating booking period and update user guide again
    RB9823 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    17a9a96 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #261 from iyioon/Update-iyioonmd

    Update iyioon.md
    RB9823 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    6a1f87a View commit details
    Browse the repository at this point in the history
  6. UpdateDG

    iyioon committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    14685c3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #262 from iyioon/UpdateDG

    UpdateDG
    iyioon authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    92f64dd View commit details
    Browse the repository at this point in the history
  8. Update UserGuide.md

    iyioon authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    95b3cf5 View commit details
    Browse the repository at this point in the history
  9. Update iyioon.md

    iyioon committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    9505359 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #263 from iyioon/Update-PPP

    Update iyioon.md
    RB9823 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    da6be38 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    783e370 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #264 from iyioon/FIx-Prefix-Completion

    Fix part of prefix being highlighted for rm/ prefix completion
    RB9823 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    6d5f90e View commit details
    Browse the repository at this point in the history
  13. Update Test Data

    RB9823 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    81c730c View commit details
    Browse the repository at this point in the history
  14. Update Tests

    RB9823 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    421a11d View commit details
    Browse the repository at this point in the history
  15. rk/ is Remark

    RB9823 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    655b9b6 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #265 from RB9823/master

    Update Test Cases
    iyioon authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    5dcc0e6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fbf698a View commit details
    Browse the repository at this point in the history
  18. Merge pull request #266 from iyioon/FIx-Edit-PrefixComplete

    FIx room prefix not showing on edit prefix completion
    RB9823 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    95a8b8c View commit details
    Browse the repository at this point in the history
  19. Update Tag References

    RB9823 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    9d5a013 View commit details
    Browse the repository at this point in the history
  20. Add optional appendixes to the DG

    markgcera committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    3ee01b5 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #267 from RB9823/master

    Update Tag References
    markgcera authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    33481bf View commit details
    Browse the repository at this point in the history
  22. Merge pull request #268 from markgcera/master

    Add optional appendixes to the DG
    RB9823 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    5467767 View commit details
    Browse the repository at this point in the history
  23. Update UG

    RB9823 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    af57cb3 View commit details
    Browse the repository at this point in the history
  24. Update README.md

    RB9823 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    54efae3 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #269 from RB9823/master

    Update README.md
    markgcera authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    9f5c27f View commit details
    Browse the repository at this point in the history
  26. Add Appendix: Instructions for manual testing

    markgcera committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    4c1c167 View commit details
    Browse the repository at this point in the history
  27. Merge branch 'master' of https://github.com/markgcera/tp

    * 'master' of https://github.com/markgcera/tp:
      Update Tag References
      FIx room prefix not showing on edit prefix completion
      rk/ is Remark
      Update Tests
      Update Test Data
      Fix part of prefix being highlighted for rm/ prefix completion
      Update iyioon.md
    markgcera committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    9070d88 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #270 from markgcera/master

    Add Appendix: Instructions for manual testing
    RB9823 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    2f401e8 View commit details
    Browse the repository at this point in the history
  29. Fix DG UML Diagrams

    RB9823 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    41b4fb1 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #271 from RB9823/master

    Fix DG UML Diagrams
    markgcera authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    77a8c81 View commit details
    Browse the repository at this point in the history
  31. Add space between words

    markgcera committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    1086d91 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #272 from markgcera/master

    Add space between words in my md file
    markgcera authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    fa36d57 View commit details
    Browse the repository at this point in the history
  33. More UML Diagrams

    RB9823 committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c12eb26 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #273 from RB9823/master

    More UML Diagrams
    RB9823 authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    aecb4d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Fix typo in DG

    markgcera committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d58a77f View commit details
    Browse the repository at this point in the history
  2. Add spaces between sections in markgcera.md file

    markgcera committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    87056a0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #274 from markgcera/master

    Fix typo in DG
    markgcera authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    032258e View commit details
    Browse the repository at this point in the history
  4. Update DG

    RB9823 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    daacfe7 View commit details
    Browse the repository at this point in the history
  5. Fix DG Division

    RB9823 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    50f00fa View commit details
    Browse the repository at this point in the history
  6. Merge pull request #275 from RB9823/master

    Update DG
    RB9823 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    98c281b View commit details
    Browse the repository at this point in the history
  7. Fix Collapsible sections

    RB9823 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    734a3b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff9a54d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #276 from RB9823/master

    ReformatDG Collapsible Sections
    RB9823 authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    83d3acb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ced4d2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4aba1e0 View commit details
    Browse the repository at this point in the history
  12. CheckStyle Fixes

    RB9823 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    23e0c67 View commit details
    Browse the repository at this point in the history
  13. HelpWindow is Resizable

    RB9823 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    9df3a26 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc79336 View commit details
    Browse the repository at this point in the history
  15. More DG fixes

    RB9823 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    4fb8fb0 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #278 from RB9823/master

    UG, DG and Displaying the UG within the HelpWindow
    markgcera authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    9c8df4b View commit details
    Browse the repository at this point in the history
  17. add default break case

    markgcera committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    ceaebde View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    16b2c6a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Fix formatting issue

    iyioon committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    42cffda View commit details
    Browse the repository at this point in the history
  2. Update UserGuide.md

    iyioon authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e54447f View commit details
    Browse the repository at this point in the history
  3. Change initialisation message

    markgcera committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f46c1b9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #280 from iyioon/PPP

    Fix formatting issue
    markgcera authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9f4353c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #281 from markgcera/master

    Change initialisation message
    iyioon authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6796be9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a860fd8 View commit details
    Browse the repository at this point in the history
  7. Revert HelpWindow

    RB9823 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a3aca8c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #282 from RB9823/master

    Revert HelpWindow
    AnnabelTing authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    210807d View commit details
    Browse the repository at this point in the history
  9. Fix edit command error message

    All errors regarding edit command will show error with index regardless of its actual cause.
    
    Let's show a more helpful message.
    AnnabelTing committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8b6f1d6 View commit details
    Browse the repository at this point in the history
  10. Update Readme link

    Update iyioon.md
    iyioon committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6d18b38 View commit details
    Browse the repository at this point in the history
  11. Fix DG UML Diagrams

    RB9823 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b317e1c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a894e51 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #285 from RB9823/master

    Fix DG UML Diagrams and Modify rb9823.md
    markgcera authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a69c31a View commit details
    Browse the repository at this point in the history
  14. Fix checkstyle in EditCommandParser

    There was a violation of code style.
    
    Let's keep out code easy to read.
    AnnabelTing committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6d1c0f7 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #284 from iyioon/UpdateDocs

    Update Readme link
    RB9823 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4e3ec6f View commit details
    Browse the repository at this point in the history
  16. Fix checkstyle error

    AnnabelTing committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    fb615ec View commit details
    Browse the repository at this point in the history
  17. Update rb9823.md

    RB9823 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    df9db80 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #283 from AnnabelTing/master

    Fix edit command error message
    iyioon authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ad6394f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6a8753c View commit details
    Browse the repository at this point in the history
  20. Change 'for' to 'by'

    markgcera committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    812c95d View commit details
    Browse the repository at this point in the history
  21. Merge pull request #286 from RB9823/master

    Update rb9823.md
    markgcera authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3de51e5 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #287 from markgcera/master

    Change 'for' to 'by' in descriptions
    markgcera authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3f30d2f View commit details
    Browse the repository at this point in the history
  23. Update Version Number

    iyioon committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c54e85f View commit details
    Browse the repository at this point in the history
  24. Update DG References

    RB9823 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3418a10 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #289 from RB9823/master

    Update DG References
    iyioon authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3aad525 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #288 from iyioon/UpdateVersion

    Update Version Number
    iyioon authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a0e33a1 View commit details
    Browse the repository at this point in the history
  27. Add terminal example in Quickstart section of UG

    markgcera committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1669909 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #290 from markgcera/master

    Add terminal example in Quickstart section of UG
    RB9823 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    eb1ac2b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8928c70 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #291 from RB9823/master

    Remove unused sections in the DG
    RB9823 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8d7ca50 View commit details
    Browse the repository at this point in the history
  31. Update screenshots for user guide

    Screenshots are not up to date.
    
    Let's keep it up to date.
    AnnabelTing committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    baffcc9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b48a925 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b7aa732 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d353a31 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #292 from AnnabelTing/master

    Update screenshots for user guide
    markgcera authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1df2ebd View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8b5dd08 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    07d5585 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #293 from RB9823/master

    Product Description Header to UG and DG
    markgcera authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0f7c9c5 View commit details
    Browse the repository at this point in the history
  39. More fixes

    RB9823 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4eb0509 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    c07493c View commit details
    Browse the repository at this point in the history
  41. Merge pull request #294 from RB9823/master

    More fixes
    RB9823 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    edebcd8 View commit details
    Browse the repository at this point in the history
  42. Add possible error messages in the UG

    markgcera committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    da1846e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c6e1c75 View commit details
    Browse the repository at this point in the history
  44. Fix formatting error

    markgcera committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5bc0a7b View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    574ffd3 View commit details
    Browse the repository at this point in the history
  46. UG Collapsable Sections Update

    RB9823 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4d66699 View commit details
    Browse the repository at this point in the history
  47. Merge pull request #297 from RB9823/master

    UG Collapsible Sections Update
    RB9823 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d0eb3e9 View commit details
    Browse the repository at this point in the history
  48. Cuation Closed by Default

    RB9823 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3997e75 View commit details
    Browse the repository at this point in the history
  49. Merge pull request #298 from RB9823/master

    Caution Closed by Default
    RB9823 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    083e380 View commit details
    Browse the repository at this point in the history
  50. Updated personal md file

    AryanG01 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    522d25e View commit details
    Browse the repository at this point in the history
  51. Merge pull request #299 from AryanG01/master

    Updated personal md file
    AryanG01 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    aaae1ac View commit details
    Browse the repository at this point in the history
  52. Update PPP

    PPP were lacking in some details.
    
    Let's elaborate more on it.
    AnnabelTing committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4c097ec View commit details
    Browse the repository at this point in the history
  53. Merge pull request #300 from AnnabelTing/master

    Update PPP
    AnnabelTing authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7b3aab5 View commit details
    Browse the repository at this point in the history
  54. Fix typos

    RB9823 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    50c1b25 View commit details
    Browse the repository at this point in the history
  55. Merge pull request #301 from RB9823/master

    Fix typos
    RB9823 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a0a4f0f View commit details
    Browse the repository at this point in the history
  56. rb9823.md refinements

    RB9823 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    94405ff View commit details
    Browse the repository at this point in the history
  57. Merge pull request #302 from RB9823/master

    rb9823.md refinements
    RB9823 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c99da67 View commit details
    Browse the repository at this point in the history
  58. rb9823 updates

    RB9823 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    448509e View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    adf7c2f View commit details
    Browse the repository at this point in the history
  60. Merge pull request #303 from RB9823/master

    RB9823.md Update
    RB9823 authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b773f10 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Add citation

    markgcera committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    e2755e3 View commit details
    Browse the repository at this point in the history
  2. Remove uneccessary comment

    markgcera committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    06f1271 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #304 from markgcera/master

    Add citation
    markgcera authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    036aaad View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Fix acknowledgment format

    markgcera committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fef0533 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #305 from markgcera/master

    Fix acknowledgment format
    markgcera authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c907a25 View commit details
    Browse the repository at this point in the history