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

Remind contexts and apply to time refs #82

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 24, 2023

  1. [#79] Add support for hyphenated intervals.

    Problem: when a user writes "10am-11am UTC ...", context is not shared
    between times, and second time can be skipped because every time should
    go after a space.
    
    Solution: Parse time references that are grouped via hyphen, slash,
    "and", "or" sharing their context: date ref, location ref, am/pm.
    YuriRomanowski committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    148360b View commit details
    Browse the repository at this point in the history
  2. [#82] Remind time contexts and apply to time references

    Problem: Sometimes, context of a time reference can be spread over one
    sentence, several different sentences or even several different messages.
    
    Solution: Parse contexts alone, remind them and apply to context-free time
    references when encountered; track a context during thread evolution.
    YuriRomanowski committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    aa1eb6f View commit details
    Browse the repository at this point in the history