You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a feature that allows users to submit a request for word addition to the dictionary when the searched word is not found. This feature will enhance user engagement and ensure that missing terms can be added to jargons.dev efficiently.
When a word is searched and not found in the dictionary, a prompt should appear, offering users the option to request the addition of the word. The request should create an issue on the jargons.dev repository using the following criteria:
If the user is authenticated:
The issue should be created using the user's GitHub account, and the user's profile should be associated with the issue.
The link to initiate this word addition request can be displayed in the Contribution CTA section of the search dialog, which may have been introduced in PR #98.
Acceptance Criteria:
Display a message prompting the user to request word addition when a search result is not found.
Allow users to choose whether to authenticate with their GitHub account or proceed using the jargons.dev GitHub App.
If authenticated, submit the request to the jargons.dev repository using the user's profile.
If not authenticated, submit the request using the jargons.dev GitHub App.
Ensure the request is posted as an issue on the jargons.dev repository with details of the word and any relevant context.
Add the link to initiate this request in the Contribution CTA section of the search dialog.
Relevant File:
The Contribution CTA part can be found in the components/islands/search.jsx component, where it interacts with the search result.
We need a feature that allows users to submit a request for word addition to the dictionary when the searched word is not found. This feature will enhance user engagement and ensure that missing terms can be added to jargons.dev efficiently.
When a word is searched and not found in the dictionary, a prompt should appear, offering users the option to request the addition of the word. The request should create an issue on the jargons.dev repository using the following criteria:
If the user is authenticated:
If the user is not authenticated:
The link to initiate this word addition request can be displayed in the Contribution CTA section of the search dialog, which may have been introduced in PR #98.
Acceptance Criteria:
Relevant File:
The Contribution CTA part can be found in the
components/islands/search.jsx
component, where it interacts with the search result.Related PR:
The text was updated successfully, but these errors were encountered: