Merge branch 'winh-issue-boards-service-refactoring-note' into 'master'

Add note about refactoring to board_service.js

See merge request gitlab-org/gitlab-ce!31468
This commit is contained in:
Kushal Pandya 2019-08-06 10:10:22 +00:00
commit 2e9b4f6034
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
/* eslint-disable class-methods-use-this */
/**
* This file is intended to be deleted.
* The existing functions will removed one by one in favor of using the board store directly.
* see https://gitlab.com/gitlab-org/gitlab-ce/issues/61621
*/
import boardsStore from '~/boards/stores/boards_store';