Add note about refactoring to board_service.js

This commit is contained in:
Winnie Hellmann 2019-08-06 10:10:21 +00:00 committed by Kushal Pandya
parent 7583f5349f
commit 18d221326e
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';