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

Improve Price History and Prediction Data Representation #30

Merged
merged 3 commits into from
Aug 29, 2024

Conversation

dhruv-ahuja
Copy link
Owner

Represent and store the data with named keys eg.

{
"timestamp": "2024-08-16T07:23:30.171728Z",
"price": "9.30"
}

rather than the previous method of storing the actual timestamp value as the key, this will also make frontend implementation cleaner.

* refactor: make filter operators constant

* fix: resolve filtering issues

- ensure each filter is applied only once per query
- fix failures on nested filtering

* fix: allow nested sorting
@dhruv-ahuja dhruv-ahuja merged commit d79fd83 into main Aug 29, 2024
1 of 2 checks passed
@dhruv-ahuja dhruv-ahuja deleted the refactor/price_field branch August 29, 2024 15:42
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.

1 participant