moneropro/app/charts
Kumi 06794c3cea
Some checks are pending
Docker / build (push) Waiting to run
refactor: replace Google Sheets with ODS processing
Replaced the use of Google Sheets (pygsheets and related
dependencies) with local .ods file processing using Pandas.
This simplifies the data handling by removing external
dependencies and streamlining updates directly within .ods files.

Fixes issues related to reliance on Google API and enhances
performance by processing data locally.
2024-11-13 12:55:17 +01:00
..
templates/charts organize files to use with Docker 2024-11-11 23:58:39 +01:00
admin.py refactor: apply consistent string styling and error handling 2024-11-12 14:09:33 +01:00
apps.py refactor: apply consistent string styling and error handling 2024-11-12 14:09:33 +01:00
asynchronous.py refactor: switch from Google Sheets to ODS file output 2024-11-13 12:16:21 +01:00
forms.py refactor: apply consistent string styling and error handling 2024-11-12 14:09:33 +01:00
models.py refactor: apply consistent string styling and error handling 2024-11-12 14:09:33 +01:00
synchronous.py refactor: replace Google Sheets with ODS processing 2024-11-13 12:55:17 +01:00
urls.py fix: address formatting and configuration inconsistencies 2024-11-12 13:45:40 +01:00
views.py refactor: switch to pandas for data extraction 2024-11-13 10:08:39 +01:00