Module: phase

Methods

(async, inner) fetchAll() → {Array}

Fetch all phases. If cached, return from cache, otherwise, fetch from database and cache the values.
Source:
Returns:
all phase objects
Type
Array

(async, inner) getPhaseArray(phaseRecords) → {Array}

Get phase array by converting phase ids to titles.
Parameters:
Name Type Description
phaseRecords Array
Source:
Returns:
phase titles
Type
Array