Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MAP]: restructure map contributor to the new specs #303

Closed
37 tasks done
MohamedHamouGisaia opened this issue Mar 30, 2020 · 0 comments · Fixed by #317
Closed
37 tasks done

[MAP]: restructure map contributor to the new specs #303

MohamedHamouGisaia opened this issue Mar 30, 2020 · 0 comments · Fixed by #317
Assignees
Milestone

Comments

@MohamedHamouGisaia
Copy link
Member

MohamedHamouGisaia commented Mar 30, 2020

  • fetch data after each collaboration
  • Optimize concurrent calls between fetchData and onMove
  • test no-regression with drawing bbox and polygons for filters
  • Handle set of visibilities
  • remove cardinality metric for agg and remove global normalization
  • onMove
    • get precision from granularity
    • get sources to fetch
    • remove non-visible sources
    • prepare requests
      • cluster aggregations
      • optimize cluster aggregations
      • topology aggregations
      • optimize topology aggregations
      • geosearch request
    • populate cluster sources
      • stop http calls consumption on precision change
      • cancel pending http calls on precision change
      • populate each source separately
      • handle change of precision
      • merge count
      • merge metrics
        • merge sum
        • merge max
        • merge min
        • merge avg
      • normalize metrics
      • render data on the map
    • populate topology sources
      • populate each source separately
      • normalize metrics
      • render data on the map
    • populate features sources
      • populate each source separately
      • take into account dataMode : simple | dynamic
      • take into account search_size and search_sort for simple mode
      • remove non-visible sources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant