breatheco-de/breatheco-de

Prevent from adding a keyword with a different language than the asset's

Open

#3,937 opened on Dec 22, 2022

 (1 comment) (0 reactions) (1 assignee)CSS (2,375 forks)auto 404
:star: P1D1 (🤠 easy)adminapibackendfront-endgood first issue

Repository metrics

Stars
 (2,096 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

In the admin when trying to add a keyword to an asset, we should only show the keywords whose language is the same as the asset. We shouldn't show keywords in the wrong language.

  • Modify the frontend to prevent showing the keywords with different languages
  • Make sure the backend is only returning the keywords with the same language. This is the url: GET /v1/registry/academy/keyword?like

Backend Repository: https://github.com/breatheco-de/apiv2 Frontend Repository: https://github.com/breatheco-de/admin

Expected time: 2 - 4 hrs

Contributor guide