Add note about future refactoring

This commit is contained in:
leigh-mil 2019-05-09 14:18:56 -04:00
parent 8c6aa77431
commit be178733cf

View File

@ -1,6 +1,11 @@
import FormMixin from '../../mixins/form'
import Modal from '../../mixins/modal'
// Note: If refactoring consider using nested vue components as suggested by Dan:
// https://github.com/dod-ccpo/atst/pull/799/files#r282240663
// May also want to reconsider the data structure by storing the roles and members separately
export default {
name: 'edit-environment-role',