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

QA in the skill selector #186

Open
jmgasper opened this issue May 13, 2022 · 3 comments
Open

QA in the skill selector #186

jmgasper opened this issue May 13, 2022 · 3 comments

Comments

@jmgasper
Copy link
Contributor

When the user is adding skills, there is no way to filter specifically on QA related skills. QA is a distinct track, so these skills should be organized under its own group.

Expected changes

  • Add QA as a group item in the skill selector.
  • Add QA skills under the QA group.

Screenshots

Screen_Shot_2022-05-13_at_2_38_15_pm

Screen_Shot_2022-05-13_at_2_38_18_pm

Implementation

We want to add the mapping of QA sub-skills and the QA category into the src/constants/skills-dev.json file. For right now, we can just have a single entry added:

  {
    "id": "0e3e2797-ff9e-4cd2-b16e-f6bfe60fd031",
    "label": "QA",
    "category": "QA",
    "rank": 15
  },
@suppermancool
Copy link

@jmgasper done in
issue-diazz-186.patch.zip

I created a path file because I can not submit in this repo. commit for the patch file:

9207bb2

jmgasper added a commit to jmgasper/micro-frontends-onboarding-app that referenced this issue May 13, 2022
@jmgasper
Copy link
Contributor Author

Thanks - testing and will get it into dev shortly for validation.

@suppermancool
Copy link

hi @jmgasper any update for this. I have not received payment for this. thanks

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

No branches or pull requests

2 participants