Pulling in associations correctly; condensed filters and narratives into associations

This commit is contained in:
efarooqui
2020-08-25 08:52:04 -07:00
parent 19201a5808
commit 0ea109968c
3 changed files with 27 additions and 38 deletions

View File

@@ -4,9 +4,8 @@ module.exports = {
SERVER_ROOT: 'http://localhost:4040',
EVENTS_EXT: '/api/timemap_data/export_events/deeprows',
CATEGORIES_EXT: '/api/timemap_data/export_categories/rows',
FILTERS_EXT: '/api/timemap_data/export_filters/tree',
ASSOCIATIONS_EXT: '/api/timemap_data/export_associations/deeprows',
SOURCES_EXT: '/api/timemap_data/export_sources/deepids',
NARRATIVE_EXT: '',
SITES_EXT: '',
SHAPES_EXT: '',
DATE_FMT: 'MM/DD/YYYY',
@@ -24,13 +23,11 @@ module.exports = {
}
},
features: {
USE_CATEGORIES: false,
CATEGORIES_AS_FILTERS: false,
USE_FILTERS: true,
FILTERS_AS_NARRATIVES: false,
USE_NARRATIVES: false,
USE_CATEGORIES: true,
CATEGORIES_AS_FILTERS: true,
USE_ASSOCIATIONS: true,
USE_SOURCES: true,
USE_COVER: false,
USE_COVER: true,
USE_SEARCH: false,
USE_SITES: false,
USE_SHAPES: false,