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-F11-3] TalentTracker #20

Open
wants to merge 361 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 Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    e1967b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from zhikaiong2001/branch-SavingInterviews

    Add saving functionality for interviews
    macareonie authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    97d94a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #81 from macareonie/uml

    Update Sequence diagrams
    yashpola authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f3cdf44 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #82 from yashpola/branch-uml

    Update Class diagrams for model package
    yashpola authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6ce742a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    bdcc582 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85 from zhikaiong2001/branch-umldiagram

    Update StorageClassDiagram.puml UML diagram
    zhikaiong2001 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    17ccf4f View commit details
    Browse the repository at this point in the history
  3. Edit UML

    headcube1 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    da482b2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #86 from headcube1/branch-UML

    Edit Class Diagrams for BetterModelClassDiagram
    headcube1 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    aac2ce4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    500a967 View commit details
    Browse the repository at this point in the history
  6. Update README.md for v1.2

    yashpola committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    863e1c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c584a6f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #88 from gingerbreaf/branch-UML

    Add UniqueInterviewList and Interview to ModelClassDiagram
    gingerbreaf authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    190f642 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #87 from yashpola/branch-fix-nits

    Update README for v1.2
    yashpola authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c00cf38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2af4be View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Merge pull request #92 from yashpola/branch-modify-applicant-type

    Add status tagging for applicants and interviewers
    headcube1 authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e5d630e View commit details
    Browse the repository at this point in the history
  2. Add FindCommand variants

    FindCommand allows only for searching by name.
    
    It would be beneficial to add flexibility to the find command by
    allowing keywords to find persons not only by name, but by phone and
    email as well.
    
    Let's,
     * Add FindName/Phone/Email Commands with their respective Parser and
       Predicate classes.
     * Update Help window to include find command,
     * Update all relevant existing JUnit tests for FindNameCommand.
     * Add new JUnit tests for other FindCommand variants.
    macareonie committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    bf2cbc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    3d0e8d0 View commit details
    Browse the repository at this point in the history
  2. sync branches internally

    yashpola committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c1edae7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ceeb86b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #95 from macareonie/branch_find

    Add FindCommand variants
    headcube1 authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    395d6f2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #97 from yashpola/branch-modify-applicant-type

    Add junit tests for status type and modify status implementation
    headcube1 authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    97448de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ee76cb View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    1c35bfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fc6c92 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #98 from yashpola/branch-add-status-extensions

    Add status extensions
    macareonie authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    20d1e26 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #99 from zhikaiong2001/branch-AddFilterInterviewsB…

    …yDateCommand
    
    Add filtering interviews by date functionality and update help window
    headcube1 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    57b7344 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41c9605 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    554f2fd View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary prints

    yashpola committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    637525d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #101 from yashpola/branch-add-filter-command

    Add status extensions [E3]
    gingerbreaf authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fbb8138 View commit details
    Browse the repository at this point in the history
  9. Update Developer Guide for v1.3

    The implementation section under the Developer Guide now includes
    description on the Find feature.
    macareonie committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ecb120a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd1e136 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4bd43c View commit details
    Browse the repository at this point in the history
  12. Fix newline error

    yashpola committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    feb6d48 View commit details
    Browse the repository at this point in the history
  13. Fix checkstyle errors

    macareonie committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4c40d9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eda53d7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eb9990f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5cf5b3a View commit details
    Browse the repository at this point in the history
  17. Remove typo

    zhikaiong2001 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c0c9296 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ca99a0a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    830657d View commit details
    Browse the repository at this point in the history
  20. Merge pull request #110 from zhikaiong2001/branch-GUIListInterviews

    Add listing of interviews in GUI
    yashpola authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3a92b2b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #103 from macareonie/dg-branch

    Update Developer Guide for v1.3
    headcube1 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c262682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d73af93 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #104 from yashpola/branch-update-DG

    Update Developer Guide for v1.3
    yashpola authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    eb42279 View commit details
    Browse the repository at this point in the history
  4. Update FilterInterviewByDate to show the filtered list in the GUI ins…

    …tead of in the result box
    zhikaiong2001 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1ea722c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    460bde5 View commit details
    Browse the repository at this point in the history
  6. Edit DG

    macareonie committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6ac3966 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Fix the issue of white spaces by adjusting the max height values and …

    …grow variables
    Bowei Jiang committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8ad59ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #113 from zhikaiong2001/branch-AddLoggingIntoAddIn…

    …terviewParser
    
    Add logging in AddInterviewCommandParser.java
    headcube1 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    873482c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #112 from zhikaiong2001/branch-UpdateFilterIntervi…

    …ewsByDate
    
    Update FilterInterviewByDateCommand.java to show the filtered list in the GUI
    headcube1 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5863876 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #115 from gingerbreaf/branch-GUIfixes

    Fix the issue of white spaces when full screen
    headcube1 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a8574a1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #114 from macareonie/dg-branch

    Edit DG
    headcube1 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0fe4370 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31fd99d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #116 from headcube1/branch-Edit-GUI

    Resize GUI box sizes and Font
    macareonie authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0114008 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e78a667 View commit details
    Browse the repository at this point in the history
  9. Fix checkstyle

    headcube1 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    18e65bd View commit details
    Browse the repository at this point in the history
  10. Fix Junit test

    headcube1 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    efff3be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dce03a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8015704 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e16cbf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Merge pull request #122 from headcube1/branch-dg

    Write add interview feature for DG
    headcube1 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8d39e09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121 from yashpola/branch-ui-nits

    Fix remark bug, touch up cosmetics for dg and application
    headcube1 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    92445fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f53ba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #123 from zhikaiong2001/branch-UpdateDeveloperGuid…

    …eAndDiagram
    
    Update DeveloperGuide.md to include saving's implementation
    zhikaiong2001 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    39a8ddf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6230521 View commit details
    Browse the repository at this point in the history
  6. Add DG for List and Delete Commands

    Bowei Jiang committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ee79215 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #124 from headcube1/branch-UML-DG

    Create UML and sequence diagrams
    yashpola authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d2cf1c0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #125 from gingerbreaf/branch-DG

    Add DG for List and Delete Commands
    headcube1 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6bbdf7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a05b3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b0fed3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d03996 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    26fbf56 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db31511 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    84b6f67 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b95af9d View commit details
    Browse the repository at this point in the history
  16. Add cosmetic changes

    yashpola committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    55fb697 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #126 from yashpola/branch-gui

    GUI and Bug fixes pre-1.3.trial release
    gingerbreaf authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2139ee3 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #130 from zhikaiong2001/branch-FixSerquenceDiagram

    Fix activation bars of sequence diagram
    headcube1 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e175933 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0860f08 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    73994fe View commit details
    Browse the repository at this point in the history
  2. Fix GUI

    headcube1 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b89866c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Merge pull request #132 from headcube1/master

    Fix GUI
    macareonie authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8de3536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    124cee8 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    7ddd804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    916f10a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e612709 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2331474 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2b1a6e View commit details
    Browse the repository at this point in the history
  6. Fix checkstyle

    headcube1 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    2b0d11f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #133 from yashpola/branch-status-patches

    Status patches [READ DESCRIPTION FOR PATCH NOTES]
    headcube1 authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1e3ab26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f9a61f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #134 from headcube1/branch-Junit

    Create Junit tests for AddInterviewCommand
    headcube1 authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    8647747 View commit details
    Browse the repository at this point in the history
  10. Fix small bug

    headcube1 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    fdc0d41 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #135 from headcube1/branch-minor-fix

    Fix variable name error
    headcube1 authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    ba85e81 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b8c7a10 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    bfc09ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    241b1c4 View commit details
    Browse the repository at this point in the history
  3. Update local branch

    Bowei Jiang committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3223046 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    355c280 View commit details
    Browse the repository at this point in the history
  5. Improve code quality

    headcube1 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    225401d View commit details
    Browse the repository at this point in the history
  6. Fix checkstyle errors

    headcube1 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2b64623 View commit details
    Browse the repository at this point in the history
  7. Add JUnit test for ModelManager

    Bowei Jiang committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0149663 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #137 from headcube1/branch-tests

    Create Junit tests for AddInterviewCommandParser
    zhikaiong2001 authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    aadf3fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4f14a8 View commit details
    Browse the repository at this point in the history
  10. Fix checkstyle issues

    zhikaiong2001 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    aec2ab1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6208d84 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcd6dd7 View commit details
    Browse the repository at this point in the history
  13. Fix checkstyle issues

    zhikaiong2001 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d6e81fd View commit details
    Browse the repository at this point in the history
  14. Fix checkstyle issues

    zhikaiong2001 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8a3df93 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c36f330 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    58bfbeb View commit details
    Browse the repository at this point in the history
  17. Merge pull request #136 from yashpola/branch-view-statistics

    Implement and test computation and display of overall statistics
    headcube1 authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4e8322b View commit details
    Browse the repository at this point in the history
  18. Fix Code Style Issues

    Bowei Jiang committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    21ec46b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update UserGuide

    Update relevant userguide documentation pertaining to list_persons,
    list_interviews and find command variants.
    macareonie committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1598862 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-JUnitTesting'

    Update branch with remote repo code
    Bowei Jiang committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    87301a9 View commit details
    Browse the repository at this point in the history
  3. Code style changes

    Bowei Jiang committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    618875a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #143 from macareonie/ug

    Update UserGuide
    yashpola authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    caedecf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #145 from gingerbreaf/master

    Add JUnit Test for Interview, UniqueInterviewList, ModelManager, AddressBook
    macareonie authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3ae4513 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f05750e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8ca3d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge pull request #147 from yashpola/branch-update-UG

    Update UserGuide for status, filter, view statistics
    gingerbreaf authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8e56ea4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a603147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a3ebc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca3cc69 View commit details
    Browse the repository at this point in the history
  5. Fix checkstyleTest error

    yashpola committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7d59367 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfbfb1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5d97aa View commit details
    Browse the repository at this point in the history
  8. Merge pull request #148 from yashpola/branch-status-patches

    Improve integrity of `InterviewerStatus` feature
    yashpola authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8bc6975 View commit details
    Browse the repository at this point in the history
  9. Edit UG

    headcube1 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    35d3e70 View commit details
    Browse the repository at this point in the history
  10. Update UserGuide.md

    zhikaiong2001 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f60843b View commit details
    Browse the repository at this point in the history
  11. Update UG

    Bowei Jiang committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cdabdad View commit details
    Browse the repository at this point in the history
  12. Merge pull request #150 from zhikaiong2001/branch-updateug

    Update UserGuide.md to include filtering of interviews by date
    gingerbreaf authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c729b52 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d4334d8 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #151 from gingerbreaf/branch-UG

    Update UG Table + list commands
    yashpola authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4846128 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    40dda0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #152 from yashpola/branch-update-UG

    Final patches to UG before v1.3 release
    headcube1 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    316c64e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9da40cd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #153 from yashpola/branch-update-UG

    Final patches to UG before v1.3 release
    yashpola authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    73f358d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    232a5d3 View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle

    headcube1 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    43c5759 View commit details
    Browse the repository at this point in the history
  3. Fix Junit tests

    headcube1 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    56f40df View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Merge pull request #234 from headcube1/branch-add-interview-bug-fixes

    Fix bugs in AddInterviewCommand
    gingerbreaf authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6f27161 View commit details
    Browse the repository at this point in the history
  2. Fix minor bug in FilterInterviewsByDateCommand.java so that empty lis…

    …t is shown when no there are no matching results
    zhikaiong2001 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    00c9089 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #235 from zhikaiong2001/branch-fixfilterbydates

    Fix minor bug in FilterInterviewsByDateCommand.java so that empty list is shown when no results
    yashpola authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0345a81 View commit details
    Browse the repository at this point in the history
  4. Fix bug with duplicate persons check

    AddApplicant and AddInterviewer now properly checks that for persons with
    duplicate phone number OR email and ensures that an error message will
    be thrown stating that the person already exists in Tether.
    
    Relevant Junit tests and Stubs have been updated accordingly.
    macareonie committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    dcf21a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e03d39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6963ea View commit details
    Browse the repository at this point in the history
  7. Fix typo in message usage

    yashpola committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8f941b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1ca4c5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #238 from zhikaiong2001/branch-AddRemarkToUGandHelp

    Add remark documentation to UserGuide.md and help window
    zhikaiong2001 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8db7831 View commit details
    Browse the repository at this point in the history
  10. Update UserGuide after PE-D

    Clear command feature description has been addedd
    
    Find Command description has been modified to explain unexpected
    outputs. Visuals and explicit examples have been added to provide
    greater clarity.
    macareonie committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    14bbfce View commit details
    Browse the repository at this point in the history
  11. Merge pull request #239 from yashpola/branch-add-interviewer-type

    Fix typo in message usage
    headcube1 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6fae25c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #237 from macareonie/addperson-bug

    Fix bug with duplicate persons check
    headcube1 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d36006e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #236 from yashpola/branch-status-patches

    Remedy code-related bug-fixes for status
    headcube1 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f4fcf1b View commit details
    Browse the repository at this point in the history
  14. Edit UG

    headcube1 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e053cea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    400e6eb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c658763 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1585363 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #240 from headcube1/branch-ug-bug-fixes

    Edit UG for Help, AddInterview, AddApplicant and AddInterviewer commands
    macareonie authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c7bff9d View commit details
    Browse the repository at this point in the history
  19. Merge pull request #241 from macareonie/ug-fixes

    Update UserGuide after PE-D
    headcube1 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    027617d View commit details
    Browse the repository at this point in the history
  20. Edit UG

    headcube1 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    562f87b View commit details
    Browse the repository at this point in the history
  21. Merge pull request #242 from headcube1/branch-UG-fixes

    Edit UG errors
    macareonie authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fa84725 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9d0eece View commit details
    Browse the repository at this point in the history
  23. Remove Edit command and Changed Delete Person Command

    Bowei Jiang committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b50b788 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ba5ecfc View commit details
    Browse the repository at this point in the history
  25. Update local branch

    Bowei Jiang committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    32ebfaa View commit details
    Browse the repository at this point in the history
  26. Update local branch

    Bowei Jiang committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    42bcacb View commit details
    Browse the repository at this point in the history
  27. CheckStyle changes

    Bowei Jiang committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c5c7f9f View commit details
    Browse the repository at this point in the history
  28. Fix checkstyle errors

    zhikaiong2001 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4e06b73 View commit details
    Browse the repository at this point in the history
  29. Code style changes

    Bowei Jiang committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bd4fb97 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #243 from gingerbreaf/branch-bugFixes

    Remove Edit command and Changed Delete Person Command
    gingerbreaf authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cdb0a60 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e8534f6 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #244 from zhikaiong2001/branch-RemoveDeliberateTag…

    …ging
    
    Remove deliberate tagging functionality and update UserGuide.md
    yashpola authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    86e4826 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b7b60b5 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #245 from zhikaiong2001/branch-UpdateHelp

    Update HelpWindow to include clear command
    macareonie authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    30c05c6 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f814c08 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    dbf4c90 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #246 from yashpola/branch-v1.4

    Fix UG status bugs, overhaul UG format, revert illegal mod in filter status
    macareonie authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cf4ffea View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Remove unnecessary code parts

    Recent changes to add applicant and interviewer functionalities have
    been reverted to comply with v1.4 feature freeze.
    
    Upon greater inspection of code, certain checks for duplicate fields in
    the above code have been removed as it caused confusion. Intended
    functionailty was already implemented in earlier versions.
    
    User Guide documentation for add applicants and interviewers have been
    slightly modifed for greater clarity.
    macareonie committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5f42a1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8bba34 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into branch-v1.4

    # Conflicts:
    #	docs/UserGuide.md
    yashpola committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ef37cf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    712045b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    f8b569e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #248 from yashpola/branch-v1.4

    Revert illegal v1.4 modification
    headcube1 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    720422d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #249 from headcube1/branch-revert-bugs

    Revert features that were added after v1.3
    yashpola authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    701b145 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Update PPP

    yashpola committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e8a39c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bafaaf3 View commit details
    Browse the repository at this point in the history
  3. Modify UserGuide

    Add details to quick start section.
    Add a short note to Find section on how commands do not stack.
    macareonie committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c228e0a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #251 from macareonie/ug-mods

    Modify UserGuide
    yashpola authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a06a3dc View commit details
    Browse the repository at this point in the history
  5. Add PPP

    macareonie committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a146121 View commit details
    Browse the repository at this point in the history
  6. Minor edits to UG

    Quick start step for Mac users shifted earlier
    Code block syntax changed for list, find, delete and clear commands
    macareonie committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    12375a4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #252 from macareonie/ppp

    Add PPP
    macareonie authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    59fe72a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #253 from macareonie/ug-last

    Minor edits to UG
    macareonie authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3ffdb9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f484f9a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #254 from zhikaiong2001/branch-UGUpdate

    Update filtering interviews by date section on UserGuide.md
    macareonie authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ef501cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    11a5d8a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #255 from macareonie/updates

    Update PPP filename and theme for site
    yashpola authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b3b9a4a View commit details
    Browse the repository at this point in the history
  13. Edit UG

    headcube1 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d4cf7cb View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Merge pull request #256 from headcube1/branch-ug-fix

    Fix UserGuide
    yashpola authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    83f7cb6 View commit details
    Browse the repository at this point in the history
  2. Add Table of contents and hyperlinks

    Bowei Jiang committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    08c1a8c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #257 from gingerbreaf/branch-UGFixes

    Add Table of contents and hyperlinks
    yashpola authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    03b8e82 View commit details
    Browse the repository at this point in the history
  4. Edit Table of contents

    Bowei Jiang committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c56ebc6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #258 from gingerbreaf/branch-UGFixes

    Fix Table of contents
    yashpola authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3cedc01 View commit details
    Browse the repository at this point in the history
  6. Edit PPP

    headcube1 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    19e6a30 View commit details
    Browse the repository at this point in the history
  7. Update UG

    yashpola committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ed24697 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #259 from headcube1/branch-ppp

    Update PPP
    yashpola authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    434ba23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f289e38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8f37ad1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    834854a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #262 from zhikaiong2001/branch-minorugupdate

    Update UserGuide.md to fix bugs
    yashpola authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    09a5589 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0c96331 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #263 from zhikaiong2001/branch-minorugupdate

    Update UserGuide.md and revert FilterInterviewsByDate command back to v1.3
    yashpola authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d4b4a43 View commit details
    Browse the repository at this point in the history
  15. Edit UG

    headcube1 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    a52e748 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    729b5b1 View commit details
    Browse the repository at this point in the history
  17. Edit DG

    headcube1 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    74562b2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    168a861 View commit details
    Browse the repository at this point in the history
  19. Edit DG

    Add instructions for manual testing for find.
    Updated instructions for manual testing for startup, exit, saving,
    loading data and deleting persons.
    
    Add sections for Planned Enhancements and Effort.
    macareonie committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    bef3cfa View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Merge pull request #266 from macareonie/docs-fixes

    Edit DG
    yashpola authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b1c8b5a View commit details
    Browse the repository at this point in the history
  2. Rephrase sections in UG

    macareonie committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    3e47cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0da0639 View commit details
    Browse the repository at this point in the history
  4. Update DG

    yashpola committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c56270c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #267 from macareonie/rephrase-ug

    Rephrase sections in UG
    yashpola authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a15d034 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #268 from zhikaiong2001/branch-UpdateDGUG

    Update UserGuide.md and DeveloperGuide.md
    yashpola authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6dc601a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ae840c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ffe909d View commit details
    Browse the repository at this point in the history
  9. Update UG

    yashpola committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6130efb View commit details
    Browse the repository at this point in the history
  10. Update UG

    yashpola committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    be9666e View commit details
    Browse the repository at this point in the history
  11. Add Interview section for use cases in DG

    Bowei Jiang committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    99031a6 View commit details
    Browse the repository at this point in the history
  12. Update Local Branch

    Bowei Jiang committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    740055c View commit details
    Browse the repository at this point in the history
  13. Add Deleting an interview to Appendix for DG

    Bowei Jiang committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c916b04 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #271 from gingerbreaf/branch-DGFixes

    Interview use cases and appendix for DG
    yashpola authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    680e6ea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2289ceb View commit details
    Browse the repository at this point in the history
  16. Edit SampleUtil and UG

    Bowei Jiang committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ca8adf4 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #272 from gingerbreaf/branch-UG+SampleUtil

    Edit SampleUtil and UG
    yashpola authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    aa1ea64 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b14cf95 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    75c4085 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #274 from zhikaiong2001/branch-DGUC

    Update DeveloperGuide.md and UserGuide.md
    gingerbreaf authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7e2f0e3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b455345 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #275 from zhikaiong2001/branch-DGUC

    Update DeveloperGuide.md to fix spacing issues
    yashpola authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    15b4310 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Edit UG and DG

    headcube1 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    51161e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #276 from headcube1/branch-dg-final

    Edit UG and DG
    headcube1 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fca3979 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Update PPP

    yashpola committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    d61226d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a538c1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d73516 View commit details
    Browse the repository at this point in the history
  4. Update Ui.png

    yashpola committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    2425b2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    269a170 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #278 from yashpola/branch-yashwitAboutUs

    Update Ui.png
    yashpola authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    b263aca View commit details
    Browse the repository at this point in the history
  7. Update PPP

    macareonie committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    a4767cf View commit details
    Browse the repository at this point in the history
  8. Merge pull request #279 from macareonie/pppslide

    Update PPP
    macareonie authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    20703a0 View commit details
    Browse the repository at this point in the history