mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
Pulling in associations correctly; condensed filters and narratives into associations
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user