UNPKG

cluedin-widget

Version:

This project contains all the pages needed for browsing entities and searching them. The aim is to replace the CluedIn.Webapp project with this one when all the pages ( including the Admin page ) will be ported to REACT.

36 lines (35 loc) 1.19 kB
import formatHelper from './../format'; module.exports = { important: [], all: [ { either: [ { display: 'Completed?', value: 'property-pivotaltracker.task.complete' } ] }, { display: 'Story Type', value: 'property-task.stortyType' }, { display: 'State', value: 'property-task.state' }, { display: 'Requested By', value: 'property-pivotaltracker.story.requestedBy' }, 'property-pivotaltracker.story.estimate', { display: 'Created at', value: 'property-pivotaltracker.story.createdAt', format: formatHelper.formatDate }, { display: 'Accepted at', value: 'property-pivotaltracker.story.acceptedAt', format: formatHelper.formatDate }, 'property-task.state', { either: [ 'property-task.stortyType', 'property-asana.story.storyType' ] }, 'property-pivotaltracker.story.label', 'property-asana.story.numberOfHearts', 'property-asana.story.source' ] };