CodeTheChangeUBC/reBOOT

View on GitHub
static/admin/js/pages/analytics/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
"use strict";

define(function() {
    return {
        DOCUMENTED_AT: "documented_at",
        TOTAL_VALUE: "total_value",
        TOTAL_QUANTITY: "total_quantity",
        STATUS: "status",
        COUNT: "count",
        LOCATION: "location",
        ITEM: "item"
    };
});