Skip to content

[FE] Reduce the data being loaded per Design on first load

What does this MR do?

Refactors Design management application to reduce the number of design fields fetched on the initial load of the main design view.

This MR changes the way we fetch a single design: previously, we fetched all designs with all required fields when opening a design view. Now, we fetch just a few fields for designs list and all the discussions and notes for single design view.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related issues

#34408 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports