Commit Graph

3 Commits

Author SHA1 Message Date
Sam eb6f97f54a Add miner rewards functionality and update chart methods
- Add `miner_rewards` function in `pipelines.py` to fetch data based on `days_ago`
- Update `route.py` to include `/miner_rewards` endpoint and handle data serialization
- Add `miner_rewards_schema` in `schemas.py` for serializing miner rewards data
- Modify charts shortcode to include method for multiple chart methods
2024-12-27 19:22:42 +00:00
Sam 84bc4fe599 Add mangrove country timeseries functionality
- Add `mangrove_country_timeseries` function in `pipelines.py` to fetch timeseries data.
- Implement `mangrove_country_timeseries` endpoint in `route.py` to handle requests.
- Define `mangrove_country_timeseries_schema` in `schemas.py` for data serialization
2024-11-15 14:35:42 +00:00
Sam 7f4efbfe50 restructure backend api 2024-11-07 21:40:26 +00:00