feat: add dynamic fallback message for empty area of interest#297
Open
HariniGS-1207 wants to merge 2 commits into
Open
feat: add dynamic fallback message for empty area of interest#297HariniGS-1207 wants to merge 2 commits into
HariniGS-1207 wants to merge 2 commits into
Conversation
|
@HariniGS-1207 is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Hi @komalharshita , I have completed the PR template, linked the issue, and verified that all 28 tests pass successfully locally. |
Owner
|
@HariniGS-1207 ensure that all checks pass before merging |
Author
|
Hi @komalharshita, the Vercel check is currently waiting for authorization from a maintainer to run. Could you please approve/authorize the workflow so the check can pass? All local tests are passing successfully! |
Owner
|
@HariniGS-1207 resolve the merge conflicts |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR adds a dynamic fallback message for empty areas of interest. When a user selects a technical interest category that does not currently have any project recommendations available in the repository, the application will now return an empty projects array along with a user-friendly message rather than breaking or throwing a generic error.
Related Issue [required]
Closes #297 Type of Change
How to Test This PR
Run the tests: python tests/test_basic.py
**Test Results **
28 passed, 0 failed out of 28 tests
Self-Review Checklist
ScreenShots
Notes for Reviewer
None.