Commit Graph

  • cd19910b06 Loads index when locations are finally available in props; added through componentDidUpdate method efarooqui 2020-10-20 13:28:58 -07:00
  • e03fc472e0 Removed line efarooqui 2020-10-19 21:00:31 -07:00
  • 70f89a2a5d Injecting loading overlay into map for cases where domain hasnt been loaded yet efarooqui 2020-10-19 15:29:39 -07:00
  • 7dee3dacd1 Some linting fixes efarooqui 2020-10-19 13:33:42 -07:00
  • c310d15579 Created utility function isIdentical; moved DefsClusters into Clusters file efarooqui 2020-10-19 13:32:35 -07:00
  • 9200019d1e Linting fixes efarooqui 2020-10-19 09:11:08 -07:00
  • 6927ecc3ce Linting fixes efarooqui 2020-10-19 09:05:54 -07:00
  • 2cff35c3f2 Removed commented out logic efarooqui 2020-10-16 11:23:00 -07:00
  • 3bf80bce00 Modified clusters to take in radial gradient as input if specified efarooqui 2020-10-15 09:23:19 -07:00
  • 2aaa1752ad Changed back to normal opacities instead of radial gradients; could add a var that's read from the config to determine styling: radial gradient || normal opacity efarooqui 2020-10-14 22:27:50 -07:00
  • 32da7f0105 Modified cluster styling to have gradients efarooqui 2020-10-14 21:05:58 -07:00
  • b5bb7472ac Rewrote opacity alg for clusters efarooqui 2020-10-13 11:04:07 -07:00
  • b8b7c712de Ability to toggle categories on / off on timeline efarooqui 2020-10-12 16:33:19 -07:00
  • cde94262be Events showing up on timeline after interpolating categories from associations and passing into getY efarooqui 2020-10-12 14:54:45 -07:00
  • b35fb48860 Setting initial categories upon load; need to modify for timeline and related events efarooqui 2020-10-12 11:15:34 -07:00
  • 909307a6ae Bug with graph nonlocated and getY function; need to refactor toolbar so that it selects the categories on the timeline efarooqui 2020-10-08 16:58:31 -07:00
  • d649ba99ed Configuring maxbounds in config to allow pan to not snap out of center efarooqui 2020-10-07 17:41:09 -07:00
  • 3dc13f334b Working filters with added check to make sure empty locations dont create clusters efarooqui 2020-10-07 10:19:03 -07:00
  • 67c336c131 Categories showing up on timeline with events; events are stacked on both and connected by a bar which looks like a UI bug somewhere efarooqui 2020-10-06 17:22:47 -07:00
  • c86c4fba02 Removing commented out sections efarooqui 2020-10-06 10:34:29 -07:00
  • 9dd5eabd3a Linting fixes efarooqui 2020-10-06 10:31:17 -07:00
  • 233ddbfc99 Removed logic for selecting all cards on cluster select; putting out PR to get feedback efarooqui 2020-10-06 10:19:09 -07:00
  • 47b9a66816 Working on select that selects all events in a cluster; need to configure UI to both zoom and select events efarooqui 2020-10-05 09:45:17 -07:00
  • 9357b5e281 Broken onClick clusters working after validating longitude and latitude and only allowing locations to contain valid coordinates efarooqui 2020-10-01 15:35:46 -07:00
  • ed236e9716 Working onCluster select; zooming in and watching clusters break down into individual clusters and points efarooqui 2020-09-30 14:01:08 -07:00
  • 5333f492f8 Getting appropriate clusterZoom; flyto moving to incorrect location on map efarooqui 2020-09-30 13:07:29 -07:00
  • 5020e73811 Cluster sizes showing up appropriately and unclustering upon zoom; need to nail down styling and add onSelect for clusters efarooqui 2020-09-30 11:21:37 -07:00
  • aa87db6b84 Working cluster visualization; need to modify styling for clusters for size and work out color based on events efarooqui 2020-09-30 10:53:15 -07:00
  • 80584c1717 Creating cluster styling and component to handle cluster visualization and mapping efarooqui 2020-09-29 18:48:40 -07:00
  • 297dd83436 Individual points showing with cluster logic; need to define styling and appearance for larger clusters efarooqui 2020-09-29 10:45:08 -07:00
  • 9c59dd12a0 Clustering working upon zoom; loading cluster data appropriately initially; need to style and add markers efarooqui 2020-09-29 09:35:55 -07:00
  • 1b88274aca Building with supercluster; working on map refactor efarooqui 2020-09-28 13:40:28 -07:00
  • b9d4197176 Merge pull request #161 from forensic-architecture/feature/multi-select-events Ebrahem Farooqui 2020-09-28 07:19:40 -07:00
  • 15729da731 Timeline no longer adjusts upon selection of events; set of events aren't modified according to their place in the timeline efarooqui 2020-09-23 13:13:11 -07:00
  • 8e08198c3c Merge branch 'develop' of https://github.com/forensic-architecture/timemap into feature/multi-select-events efarooqui 2020-09-23 10:31:08 -07:00
  • 794a69b72d Merge pull request #160 from forensic-architecture/topic/rm-search Ebrahem Farooqui 2020-09-23 10:30:28 -07:00
  • 0374ac5d76 Removed extraneous USE_SEARCH declarations efarooqui 2020-09-23 10:25:18 -07:00
  • a089ea587b rm import Lachlan Kermode 2020-09-23 19:02:59 +02:00
  • 251eee4c96 rm unused search Lachlan Kermode 2020-09-23 18:41:01 +02:00
  • f46b4ebfd3 Merge pull request #159 from forensic-architecture/feature/refactor-filters-and-narratives-to-associations Lachlan Kermode 2020-09-23 17:12:34 +01:00
  • 8bf93a7dec Working multi-select; need to stop firing update timerange upon select efarooqui 2020-09-23 08:36:03 -07:00
  • 13295c5f42 Linting fixes efarooqui 2020-09-22 20:31:05 -07:00
  • 930aaaa752 Working onSelect with respect to caret toggle; onSelect doesnt fire off when caret is selected efarooqui 2020-09-22 17:12:09 -07:00
  • 2423a5a5ad Issue with the difference between clicking on a card and clicking on the caret (ie is there an onClick functionality for the card?) efarooqui 2020-09-22 16:55:13 -07:00
  • 99fd2198e2 Merge branch 'develop' of https://github.com/forensic-architecture/timemap into feature/refactor-filters-and-narratives-to-associations efarooqui 2020-09-22 10:26:10 -07:00
  • a4cd28d19f Debugging issues with broken sources efarooqui 2020-09-22 10:26:05 -07:00
  • 3b4efc0cce Wrote new recursive function to accurately map filter paths to filter list in panel; need to fix selection of filters upon toggle efarooqui 2020-09-21 21:37:11 -07:00
  • 2e736ad9fe Merge pull request #151 from sol-austin/add-search-bar Lachlan Kermode 2020-09-21 13:04:01 +01:00
  • 546faa15bc Merge branch 'add-search-bar' of https://github.com/sol-austin/timemap into add-search-bar Sol Abrahams 2020-09-20 10:27:18 +01:00
  • 648d014de6 console.log removed Sol Abrahams 2020-09-17 19:28:38 +01:00
  • f9a0cd77b2 map changed to some Sol Abrahams 2020-09-17 19:27:53 +01:00
  • a1e772b72f requested changes made Sol Abrahams 2020-09-05 21:07:01 +01:00
  • 0602eb1593 lint fixes Sol 2020-08-04 21:04:52 +01:00
  • bdc683aa1d cards clickability added Sol 2020-08-04 21:02:32 +01:00
  • da51dabe82 more lint fixes Sol 2020-08-04 19:34:47 +01:00
  • 1f4f307f0d lint fixes Sol 2020-08-04 19:31:50 +01:00
  • 9d846c5c4c initial search bar feature added on new branch Sol 2020-08-04 19:01:15 +01:00
  • 6ae472b96f Removing tooltip import efarooqui 2020-09-18 10:50:23 -07:00
  • da4e640360 Need to resolve minor issues with association duplicates; removing prototype tooltip; source not showing up and event gets deselected efarooqui 2020-09-18 07:52:08 -07:00
  • 1c4c6f07a6 console.log removed Sol Abrahams 2020-09-17 19:28:38 +01:00
  • 4dbe70b90d map changed to some Sol Abrahams 2020-09-17 19:27:53 +01:00
  • 4e27e0a727 Merge branch 'develop' of https://github.com/forensic-architecture/timemap into add-search-bar Sol Abrahams 2020-09-17 19:17:38 +01:00
  • 7f12d1e86c Linting fixes efarooqui 2020-09-15 11:36:52 -07:00
  • d968280b1a No associated events for a filter => alert shows when attempting to narrativise efarooqui 2020-09-15 11:36:12 -07:00
  • 8442ca7bb4 Fixed linting issues efarooqui 2020-09-14 08:12:57 -07:00
  • 5b2fd22405 Minor typo with env var GRAPH_NONLOCATED efarooqui 2020-09-11 08:14:23 -07:00
  • a0bf8a90f6 Merge branch 'develop' of https://github.com/forensic-architecture/timemap into feature/refactor-filters-and-narratives-to-associations efarooqui 2020-09-11 08:04:03 -07:00
  • c60ee24792 Removed tags array from event schema efarooqui 2020-09-10 22:40:57 -07:00
  • 57818dd971 Events now only have associations; when filters and narratives are needed fromevents, interpolate from evt.associations efarooqui 2020-09-10 22:39:29 -07:00
  • 2bc6affbf5 Fixed up event schema to reduce filters and narratives to associations; removed extraneous comments for deprecated functions efarooqui 2020-09-09 21:22:22 -07:00
  • ed7c3551d6 Got rid of narrativeLinks in CardStack and deprecated usage of USE_ASSOCIATION_DESCRIPTIONS in embedded logic efarooqui 2020-09-09 20:41:57 -07:00
  • 10e905afeb Deprecated usage of env constants USE_ASSOCIATION_DESCRIPTIONS, USE_NARRATIVESand FILTERS_AS_NARRATIVES to instead check for existence of narratives; deprecated usage of unused components such as CardFilters, CardNarrative, and NarrativeLink efarooqui 2020-09-09 20:38:11 -07:00
  • a1f7cf69d4 Beginning to remove extraneous components and logic efarooqui 2020-09-09 07:43:33 -07:00
  • c264071cdb Setting USE_ASSOC_DESC to fals efarooqui 2020-09-07 16:28:19 -07:00
  • 4c5bafcc05 Need clarification on USE_ASSOCIATION_DESCRIPTIONS for narrativise feature efarooqui 2020-09-07 16:26:10 -07:00
  • bd4f61e7ed Working narrative feature minus getNarrativeLinks (need further clarification); working on modifying narrativise filters feature efarooqui 2020-09-07 16:10:09 -07:00
  • 6a3b83fb3b Bump http-proxy from 1.17.0 to 1.18.1 dependabot[bot] 2020-09-07 13:48:39 +00:00
  • 79d8bee0ab Bump esm from 3.0.84 to 3.2.25 dependabot[bot] 2020-09-04 15:00:13 +00:00
  • cc42a46056 Bump js-yaml from 3.12.0 to 3.14.0 dependabot[bot] 2020-09-04 14:59:25 +00:00
  • 718e350a3f requested changes made Sol Abrahams 2020-09-05 21:07:01 +01:00
  • d51f7b1ede Bump node-sass from 4.12.0 to 4.13.1 dependabot[bot] 2020-09-04 11:12:00 +00:00
  • 875f83a3e6 correct Lachlan Kermode 2020-09-02 16:41:10 +02:00
  • 6492be18d9 Refactored filter list for display; converting filter paths to node, child objects that are toggleable efarooqui 2020-09-01 09:33:05 -07:00
  • 2aaf7c09ff Filter render broken; moved narrative and narrativeState to app.filters and restructured appropriately with narrativeIdx selector efarooqui 2020-08-27 08:42:47 -07:00
  • fe9a5302fa Finding association duplicates; sanitizing appropriately; beginning to edit narrativise function in UI efarooqui 2020-08-26 22:06:13 -07:00
  • 1d1a9971ab Modified validators file to match new associations schema and necessary semantic and sanitization changes efarooqui 2020-08-26 09:38:41 -07:00
  • 0ea109968c Pulling in associations correctly; condensed filters and narratives into associations efarooqui 2020-08-25 08:52:04 -07:00
  • 19201a5808 console logs removed and changes made Sol 2020-08-03 18:51:35 +01:00
  • 8e4ca6b8fc lint fixes Sol 2020-07-28 16:43:53 +01:00
  • 2fa1860e3d simplified component logic Sol 2020-07-28 16:40:43 +01:00
  • 52b67343b7 removed console log Sol 2020-07-27 18:17:40 +01:00
  • 4294f22d69 lint fixes Sol 2020-07-27 15:01:49 +01:00
  • e1d89777e8 lint fixes Sol 2020-07-27 14:58:36 +01:00
  • cc2561aa30 added and changed var names Sol 2020-07-27 14:54:16 +01:00
  • e04fb2ebfb refactor onselect Sol 2020-07-27 14:49:01 +01:00
  • f525bbbf02 remove moveinnarrative function Sol 2020-07-27 14:22:31 +01:00
  • b4d8c09dd1 rename variables Sol 2020-07-27 14:19:37 +01:00
  • 0e2f639075 lint fix Sol 2020-07-22 10:56:31 +01:00
  • 0a6e13ba88 Refactored to pass down methods as props. Added CSS pointer Sol 2020-07-22 10:53:22 +01:00
  • 0ade39541e lint fixes Sol 2020-07-14 20:24:38 +01:00