Skip to content

Add user hint to save new keyword values - #388

Open
ottonomy wants to merge 2 commits into
developfrom
feature/112-help-user-save-new-keyword
Open

Add user hint to save new keyword values#388
ottonomy wants to merge 2 commits into
developfrom
feature/112-help-user-save-new-keyword

Conversation

@ottonomy

Copy link
Copy Markdown
Collaborator

Closes #112

I rejected the suggested approach to just change the gray text, because would go against UX patterns. The text is supposed to suggest a possible value that might be entered, rather than provide instruction. But the underlying issue was correct: the user didn't know that they could create a new keyword by hitting Enter.

Now, when relevant, a new button appears in the search result list. When a user selects it (or hits their "Enter" key while the input control is selected, the current search value is set to be saved as a new keyword value. This button appears when:

  • A search term has been entered, but no corresponding result is found
  • A search term has been entered, and some results have been returned, but none of the results exactly matches the search term.

It does not appear when:

  • a search term has been entered that is an exact match of a found result.

Screenshot_2023-04-27_at_12_01_29_PM

@manuel-delvillar
manuel-delvillar self-requested a review April 27, 2023 23:17

@manuel-delvillar manuel-delvillar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hint is not working for certifications and employers, I am seeing [object Object]

MicrosoftTeams-image (1)

@Corpratespaz Corpratespaz added the 2023-hackathon A candidate backlog item for OSN's 2023 Hackathon label May 1, 2023
@ottonomy

ottonomy commented May 4, 2023

Copy link
Copy Markdown
Collaborator Author

@manuel-delvillar thanks! Fixed that in cef764e.

Screenshot 2023-05-03 at 9 43 14 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2023-hackathon A candidate backlog item for OSN's 2023 Hackathon

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change Gray Text that Appears in Search Boxes on RSD Creation Page

3 participants