This repository was archived by the owner on Nov 26, 2025. It is now read-only.
Add search kind enumeration and enhance bot functionality - #186
Merged
Conversation
- Introduced SearchKind.NONE to handle no search criteria. - Updated CourseBot to utilize new search kind. - Enhanced message handling with quick reply options.
- Expanded feature list and added detailed usage examples. - Improved clarity on architecture and configuration.
garyellow
enabled auto-merge
August 5, 2025 19:05
Preview Has Been Created or Updated!The Preview Image URL is ghcr.io/garyellow/ntpu-linebot:docs-readme. |
Recommended fixes for image
|
| Name | 3.21.3 |
| Digest | sha256:1c4eef651f65e2f7daee7ee785882ac164b02b78fb74503052a26dc061c90474 |
| Vulnerabilities | |
| Pushed | 5 months ago |
| Size | 3.6 MB |
| Packages | 19 |
| OS | 3.21.3 |
The base image is also available under the supported tag(s):3.21,latest
Refresh base image
Rebuild the image using a newer base image version. Updating this may result in breaking changes.| Tag | Details | Pushed | Vulnerabilities |
|---|---|---|---|
3Newer image for same tag Also known as:
|
Benefits:
|
3 weeks ago | |
Change base image
| Tag | Details | Pushed | Vulnerabilities |
|---|---|---|---|
3.21Tag is preferred tag Also known as:
|
Benefits:
|
3 weeks ago | |
Preview Has Been Deleted!The Preview Image has been deleted. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce a new enumeration for search criteria in the bot, improve message handling with quick reply options, and update the README for better clarity on features and usage. Include an example environment variable setup for easier configuration. Fix import issues related to message handling.