Skip to content

Moves project and groups data to API call on todos

Phil Hughes requested to merge ph/todosProjectGroupDropdownApiCall into master

What does this MR do?

Changes the projects and groups dropdown on the todos page to fetch its data from the API instead of getting the data set on page load. This saves a huge amount of data getting set on page load, which is great especially if these dropdowns will not be opened on each visit.

As an example - for my user I have access to over 4000 projects. Doing this through the API instead removes this data from the markup.

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports