({ state, dispatch }, options = {})
| 469 | |
| 470 | // PD Page |
| 471 | async fetchDataPDAsync ({ state, dispatch }, options = {}) { |
| 472 | const fetchPromises = [] |
| 473 | // TODO: do we need to fetch any data? |
| 474 | await Promise.all(fetchPromises) |
| 475 | }, |
| 476 | |
| 477 | // Curriculum guides panel |
| 478 | async fetchDataCurriculumGuide ({ dispatch, rootGetters, getters }, options = {}) { |
nothing calls this directly
no outgoing calls
no test coverage detected