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

improve skill search feedback #803

Draft
wants to merge 35 commits into
base: master
Choose a base branch
from

Conversation

nevio18324
Copy link
Collaborator

No description provided.

@nevio18324 nevio18324 linked an issue Feb 20, 2025 that may be closed by this pull request
@nevio18324 nevio18324 force-pushed the feature/improve-skill-search-feedback branch from 5a6120a to bacd022 Compare February 24, 2025 09:53
@@ -14,10 +14,10 @@
expect(response.body).to include("Bob Anderson")
end

it 'should return no results if skill id is not given' do
it 'should return add skill to search if skill id is not given' do
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe write 'Should return add skill to search message if skill id is not given'? I think this would be a bit more clear.

expect(page).to have_select("skill_id[]", selected: "Rails", visible: false)
expect(page).to have_field("level[]", with: 3)
expect(page).to have_field("interest[0]", with: 5, visible: false)
end

it 'Should return no results if skill id is not set' do
visit people_skills_path({level: [3], "interest[0]": 5})
it 'Should return add skill to search if skill id is not set' do
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same thing here.

no_results: Keine Resultate
no_skill: Keine Resultate gefunden, fügen sie einen Skill zur Suche hinzu.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Following thing to think about: Do we ever use 'Sie' or any pronoun in the other messages? If no, we probably should just use 'Keine Resultate gefunden, füge einen Skill zu der Suche hinzu'.

(If you need to change it, do it for every language 🔢 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Skill Search Feedback
2 participants