[go: up one dir, main page]

Skip to content

Improve workspace related data propagation from rails to frontend Vue components

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

MR: Pending

Description

Follow up from: !194493 (comment 2589674584)

Workspaces domain has certain parameters it would like to inject into the frontend via Rails, e.g workspace_path and org_id.

It would be preferable if we could bundle all these workspace-specific fields into a single workspaceData object or something similar. If possible, as well, we could look into any refactoring that would remove the need to pass these fields down into the Vue components, as this would help reduce coupling.

Acceptance criteria

  • Pack workspace-related data into a single object to propagate to frontend via Rails
  • If possible, refactor the code to reduce coupling involved in propogating this data

Implementation plan

Edited by 🤖 GitLab Bot 🤖