eHealthAfrica/direct-delivery-dashboard

View on GitHub
src/app/planning/delivery-round/delivery-round.constants.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

angular.module('planning')
  .constant('ROUND_STATUS', {
    PLANNING: 'Planning',
    ROUTING_READY: 'Ready for Routing',
    ALLOCATING: 'Ready for Allocation',
    IN_PROGRESS: 'In Progress',
    READY: 'Ready',
    COMPLETE: 'Complete',
    CANCELLED: 'Cancelled',
    POSTPONED: 'Postponed'
  })