We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, due to a quick fix, viewpoints are fetched both in PillListViewpoint and Viewpoint.
Viewpoints are only loaded once.
Factorize the loading to the Item component. This is harder than it looks because the data is strangely shaped.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Currently, due to a quick fix, viewpoints are fetched both in PillListViewpoint and Viewpoint.
What is the valuable outcome that cannot be achieved because of this bug?
For which stakeholder (people, role, project, domain) is it important?
Reproduction scenario
Expected behavior
Viewpoints are only loaded once.
Environment
Workaround
Factorize the loading to the Item component. This is harder than it looks because the data is strangely shaped.
Deliverables status
Phase 1
Phase 2
The text was updated successfully, but these errors were encountered: