Trase Versions Save

Source code for Trase API and Frontend applications

6.0.4

3 years ago
  • Fix explore subnational commodities tagging
  • Set colours on ZDC indicator

6.0.3

3 years ago

6.0.1

3 years ago

Hotfix: Fix logistic maps with a timeline component missing guard

6.0.0

3 years ago
  • "materialised tables" with partial refreshing applied
  • map upgrade
  • subnational years
  • WB & ComTrade importers

5.3.6

3 years ago

Update Banner

5.3.5

3 years ago

5.2.0

3 years ago
  • importers for country profiles external indicators
  • compatibility changes to profile endpoints in preparation for country profiles
  • country profiles endpoints
  • profile fixes (data release compatibility)
  • IE compatibility fixes
  • map attributes export

5.1.0

3 years ago

Added Finance link to Trase finance on navbar

5.0.0

4 years ago
  • a unified data view, with ability to switch between the map, sankey and dashboards
  • a new entry point to the data tools with multi-step data explore
  • performance optimisations, including streaming zipped downloads

4.10.0

4 years ago

Frontend

  • Indonesia - Mills logistics hubs download
  • About page "Methods and data" page
  • About page bullet point styles change
  • Flows sorting issue
  • New way to select map layers
  • New way to select flow indicators
  • New way to select years
  • Search optimization (more responsive and more results)
  • Improvements in maintainability to the way we share indicator colors between sankey and dashboard.
  • [BONUS] Adds support to download dashboard widgets as CSV (from table view) :fire:
  • Fix Safari sliders weird gradient
  • Fix widget table columns mismatch

Backend - performance

  • Sankey: application of partitioned tables and a faster implementation of “OTHER” node grouping
  • Downloads: optimisation of helper queries, application of partitioned tables, removal of obsolete materialised views
  • Dashboards filters: faster implementation of subquery that filters by co-occurring nodes (major source of slowness for the companies endpoints)
  • Dashboards charts: application of partitioned tables
  • Actor profiles: precomputing summaries
  • Upgraded sidekiq to a new faster version
  • Increased concurrency on background job processing, to take advantage of the bigger machine and the work that aimed to decouple background operations

Back end - other: