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

Branch second bugs #169

Merged
merged 7 commits into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    9d124f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    637bca7 View commit details
    Browse the repository at this point in the history
  3. Add Id feature to FindCommnadParser

    Key Change:
    * Now the find command with `:id` will display that only integers with
    6-digit (100001 to 999999) is allowed
    PateShin committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c0e3654 View commit details
    Browse the repository at this point in the history
  4. Fix errors in FindCommandParser

    Key changes:
    * Year is now limited as 4-digit between 2010 to 2099
    * Phone is now reqruies least 3-digit
    PateShin committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9b9eab4 View commit details
    Browse the repository at this point in the history
  5. Add condition to ParseId in ParserUtil

    Key changes:
    * The Id equls to 100000 will show ParseException
    PateShin committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5fc884b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36f5c40 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7eaa4df View commit details
    Browse the repository at this point in the history