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

[terra-backend/python-server] costruire endpoint per generare date di start e end per i grafi #17

Open
giulio-massacci opened this issue Feb 1, 2024 · 1 comment
Assignees

Comments

@giulio-massacci
Copy link
Contributor

giulio-massacci commented Feb 1, 2024

fare un solo endpoint che restituisce tutte le info:
Esempio:

info = [{
data: "extra"
meta: {
count: 1343434343
date_start: 202201
date_end: 202212
},
{
data: "extra_trim"
meta: {
count: 1343434343
date_start: 202201
date_end: 202212
},
{
data: "intra"
meta: {
count: 1343434343
date_start: .202201
date_end: 202212
},
{
data: "intra_trim"
meta: {
count: 1343434343
date_start: 202201
date_end: 202212
}]

@liminalfever liminalfever self-assigned this Feb 2, 2024
@liminalfever
Copy link
Contributor

Per testare la nuova funzione get_info(): start server -> open browser -> localhost:XXXX/get_info

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

No branches or pull requests

2 participants