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

Use locale for time conversion for wastewater, not iso time string #901

Conversation

JonasKellerer
Copy link
Contributor

Resolves #896

Now the time string is no longer converted from the ISO time, but the locale, where the user looks at the data. This is now the same way as all the others plots on cov-spectrum.

Copy link

vercel bot commented Jan 11, 2024

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

Name Status Preview Comments Updated (UTC)
cov-spectrum-develop ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 11, 2024 0:34am

@@ -7,8 +7,6 @@ export const WasteWaterSelectorSchema = zod.object({
location: zod.string().optional(),
});

export type WasteWaterSelector = zod.infer<typeof WasteWaterSelectorSchema>;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed these types, since they are not used.

Copy link
Member

@chaoran-chen chaoran-chen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thank you!

@JonasKellerer JonasKellerer merged commit efcf202 into develop Jan 11, 2024
8 checks passed
@JonasKellerer JonasKellerer deleted the 896-wastewater-curves-do-not-display-all-available-dates-in-selected-plots branch January 11, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wastewater curves do not display all available dates in selected plots
2 participants