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

Update UG/DG and undo for training #188

Merged
merged 16 commits into from Nov 6, 2019
Merged

Update UG/DG and undo for training #188

merged 16 commits into from Nov 6, 2019

Commits on Nov 1, 2019

  1. Merge branch 'master' of https://github.com/AY1920S1-CS2103T-T12-3/main

    * 'master' of https://github.com/AY1920S1-CS2103T-T12-3/main:
      Update picture paths for UG
      Update UG styling
      Fix failing tests
      Abstract parseDate method in ParserUtil
      Fix trailing whitespace
      Add Ui.png
      Update UG and dot indicator colour to green
      Make event view background white
      Allow feature box to switch to view events when event is added
      Enable scrolling for viewing events
      Add sample Records
      Updated userguide
      Update sample persons to match athlete profiles
      Remove unused import
      Correct command prompts
      Update UI image with populated training and performance
      Update UI picture
      Edit UserGuide
      Update version
    junhuplim committed Nov 1, 2019
    Copy the full SHA
    3c2701e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    df4df79 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Copy the full SHA
    7c85680 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    236d17c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. comment out gender ui bug

    junhuplim committed Nov 5, 2019
    Copy the full SHA
    1354973 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/AY1920S1-CS2103T-T12-3/main

    * 'master' of https://github.com/AY1920S1-CS2103T-T12-3/main:
      Update for checkstyle
      Update calendar command error message to tell user range of month and year command
      Make entire command box clickable, resize command and result box
      Make long fields wrap
      Edit clear command to refresh calendar, update tests as well
      Wrap text to allow long event names to be seen fully
      Update Model stubs
      Enable clearing of performance data
      Adhere to CheckStyle
      Edit to pass test cases
      Correct error message
      Enable deleting athletes by -p flag (test cases not passed)
      Introduce flags
    junhuplim committed Nov 5, 2019
    Copy the full SHA
    ae0037f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    44c0300 View commit details
    Browse the repository at this point in the history
  4. checkstyles

    junhuplim committed Nov 5, 2019
    Copy the full SHA
    fb59414 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/AY1920S1-CS2103T-T12-3/main

    * 'master' of https://github.com/AY1920S1-CS2103T-T12-3/main:
      Add ability to replace existing trainings
      Update InformationDisplay to include gender
      Edit ClearCommand to delete Attendance data
      Add function to delete training
      Add template for test classes
      Add View Attendance command
      Add tests to Attendance and Training
      Edit calendar display to show training attendance in alphabetical order
    
    # Conflicts:
    #	src/main/java/seedu/address/logic/commands/TrainingCommand.java
    junhuplim committed Nov 5, 2019
    Copy the full SHA
    7ec8ffd View commit details
    Browse the repository at this point in the history
  6. undo add training command

    junhuplim committed Nov 5, 2019
    Copy the full SHA
    0c81407 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. update undo/redo command success message, and change trainings comman…

    …ds undo/redo implementation to similar to addressbook
    junhuplim committed Nov 6, 2019
    Copy the full SHA
    91383da View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/AY1920S1-CS2103T-T12-3/main

    * 'master' of https://github.com/AY1920S1-CS2103T-T12-3/main: (30 commits)
      Comply with checkstyle
      Updated for ModelStub
      Updated InformationDisplay
      Updated for performance display for selectCommand
      Test equality for Flag
      Adhere to CheckStyle
      Test DeleteEventCommand
      Test getFlag in DeleteCommandParser
      Make constructor public to allow for testing
      Test type parsers in DeleteCommandParser
      Fix EditCommand to change person details in training records
      Show generic message usage when no arguments are supplied
      Integrate DeleteTraining error message
      Recognise -t as a valid flag
      Add basic tests for Flag
      Updated to display performance
      Adhere to CheckStyle
      Modify to pass test cases
      Fix Flag toString error
      Give specific error messages for invalid inputs
      ...
    
    # Conflicts:
    #	src/main/java/seedu/address/MainApp.java
    #	src/main/java/seedu/address/model/training/Training.java
    #	src/main/java/seedu/address/ui/InformationDisplay.java
    junhuplim committed Nov 6, 2019
    Copy the full SHA
    9ac3ab1 View commit details
    Browse the repository at this point in the history
  3. Undo Edit success

    junhuplim committed Nov 6, 2019
    Copy the full SHA
    e50f306 View commit details
    Browse the repository at this point in the history
  4. checkstyles

    junhuplim committed Nov 6, 2019
    Copy the full SHA
    8282db0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/AY1920S1-CS2103T-T12-3/main

    * 'master' of https://github.com/AY1920S1-CS2103T-T12-3/main:
      Fix checkstyle errors
      Rename all "addressbook" to "athletick"
      Edit DeveloperGuide
    
    # Conflicts:
    #	src/main/java/seedu/address/MainApp.java
    #	src/main/java/seedu/address/logic/LogicManager.java
    #	src/main/java/seedu/address/model/Model.java
    #	src/main/java/seedu/address/model/ModelManager.java
    #	src/main/java/seedu/address/model/history/HistoryManager.java
    junhuplim committed Nov 6, 2019
    Copy the full SHA
    fbc8cee View commit details
    Browse the repository at this point in the history
  6. checkstyles

    junhuplim committed Nov 6, 2019
    Copy the full SHA
    9246e94 View commit details
    Browse the repository at this point in the history