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

Read Next Intent Improvements #21

Open
ineshbose opened this issue Sep 9, 2020 · 1 comment
Open

Read Next Intent Improvements #21

ineshbose opened this issue Sep 9, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ineshbose
Copy link
Owner

Currently, reading the next class is pretty limited.

In an earlier version, read_next was a separate intent, but now is integrated with read_timetable. It is called when there is no time found when parsing text.

However, the bot just reads the next class from the same day.
A user may require their next class, be it next week.
Another example could be "my next Java Programming class".

@ineshbose ineshbose added enhancement New feature or request good first issue Good for newcomers labels Sep 9, 2020
@ineshbose
Copy link
Owner Author

Implemented a get_one() method in Timetable that's currently not as efficient or neat as it can be.
Another issue is figuring out class names that the parser has never come across. Course names are also usually university specific so hardcoding is bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant