Create shared sidebar container for issuables
Summary
Use !18199 (merged) as the container for the new issuable sidebar.
Improvements
We currently have a mashup of sidebar solutions. This will give us one standard container that all pages with a sidebar can use, making it easier to reason about, reducing maintenance time and ease at which new components can be added.
Risks
- We can't use this sidebar on pages until components use GraphQL
- Strategy is for us to use GraphQL instead of REST for refactors. As we build out components we can learn what attributes need to be added to our GraphQL APIs
- We haven't committed to using Apollo in place of Vuex
- This will help us gather data on whether we want to make that commitment or not. And if we decide that we want to continue use of Vuex, we can go back to the current Vuex implementation.
Involved components
/app/assets/javascripts/issuable_sidebar/
Edited by Donald Cook