Skip to content

On boards, move weight and issue count to async call

Donald Cook requested to merge donald-apollo-board into master

What does this MR do and why?

We discovered that the fields for weight and issue count are not performant, so chose to extract them and make another asynchronous call for them. Eventually, we will more than likely move state management for boards to Apollo, so decided that we can go ahead and use this as the first Apollo feature.

Screenshots or screen recordings

board-weight

How to set up and validate locally

Visit any project or group board.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Donald Cook

Merge request reports