GenSpectrum / dashboard-components

https://genspectrum.github.io/dashboard-components/
GNU Affero General Public License v3.0
2 stars 0 forks source link

make namedlapisfilter a nested structure #255

Closed fengelniederhammer closed 6 months ago

fengelniederhammer commented 6 months ago

resolves #209

Summary

Instead of passing

{
  displayName: 'EG',
  country: 'USA',
  pangoLineage: 'EG*',
  dateFrom: '2023-01-01' 
}

to gs-prevalence-over-time, now you have to pass

{ 
 displayName: 'EG',
  lapisFilter: {
    country: 'USA',
    pangoLineage: 'EG*',
    dateFrom: '2023-01-01' 
  }
},

Screenshot

PR Checklist

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dashboards-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 2:18pm