Erreur 404 ça me paraît bien !
1 « J'aime »
C’est en cours !!
Par contre on perd tellement de place
Les perfs sont complètement différentes avec DuckDB :
1 heure = 184 states
passage à 24h = 1560 states
passage à 7 jours = 3700 states
passage à 3 mois = 37300 states (bon par contre ensuite la navigation à ce stade) et si plusieurs device c est chaud.
Je propose :
24h et moins pas de limite de points
Au-dela : 4000 points / nombre de features à afficher
Lors d’un zoom on recalcule pour être de plus en plus précis
Un dropdown de sélection pour affichage par agrégat (comme sur Metabase)
1 « J'aime »
C’est pas une fatalité !
Terdious:
24h et moins pas de limite de points
Au-dela : 4000 points / nombre de features à afficher
Pourquoi ne pas juste mettre une limite partout ? 4000 points ça me parait abusé par contre, actuellement sur le tableau de bord on en affiche 200
Yes! mais toujours avec la même limite
En fait il faut juste garder exactement la même requête que sur le dashboard, mais en demandant plus de points, et en ayant la possibilité de spécifier une période et pas juste une durée
Yes carrément !
1 « J'aime »
Parfait
Oki, je vois ce que ça donne avec 1000 points.
pierre-gilles:
C’est pas une fatalité !
Oki, on verra cela plus tard alors ^^
guim31:
Oui j’avais compris ça, mais je suis impatient quand même. En fait je trouve que la partie affichage des graphiques necessitait surtout la possibilité de les afficher en plus grand, et là c’est le top pour moi !
Entre ça et les capteurs binaires, je suis comblé par ces derniers dev !!
PR choix du nombre de colonnes sur le dashboard en test Gladys Plus sur https://terdious-add-choice-number-col.pages.dev/ pour les intéressés !!^^
2 « J'aime »
Et enfin la vue étendue des graphiques :
https://terdious-add-expand-charts.pages.dev/
Attention ! En cours de construction (non pleinement fonctionnelle et design non définitif). Permet de se rendre compte du dev en cours. Je l’ai mis en build auto, donc sera mis à jour au fur et à mesure de l’avancement.
2 « J'aime »
Salut @Terdious et merci pour toutes tes PR
J’ai fais une série de review ce matin :
J’ai mergé ta PR sur le nombre de colonnes dynamiques sur le tableau de bord :
GladysAssistant:master
← Terdious:add-choice-number-columns-dashboard
opened 08:32PM - 03 Jun 24 UTC
### Pull Request check-list
To ensure your Pull Request can be accepted as fa… st as possible, make sure to review and check all of these items:
- ~~If your changes affects code, did your write the tests?~~
- ~~Are tests passing? (`npm test` on both front/server)~~
- [x] Is the linter passing? (`npm run eslint` on both front/server)
- [x] Did you run prettier? (`npm run prettier` on both front/server)
- [x] If you are adding a new features/services, did you run integration comparator? (`npm run compare-translations` on front)
- [x] Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to the community ([french forum](https://community.gladysassistant.com/)/[english forum](https://en-community.gladysassistant.com/)) for testing before merging.
- [ ] If you are adding a new features/services which needs explanation, did you modify the user documentation? See [the GitHub repo](https://github.com/GladysAssistant/v4-website) and the [website](https://gladysassistant.com).
- [ ] Did you add fake requests data for the demo mode (`front/src/config/demo.js`) so that the demo website is working without a backend? (if needed) See [https://demo.gladysassistant.com](https://demo.gladysassistant.com).
NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.
### Description of change
Adding the deletion or addition of columns to the dashboard
Petit retour sur ta PR qui ajuste la taille des graphiques :
GladysAssistant:master
← Terdious:improvement-height-charts
opened 01:57PM - 05 Sep 24 UTC
…d on additional features
### Pull Request check-list
To ensure your Pull … Request can be accepted as fast as possible, make sure to review and check all of these items:
- ~~If your changes affects code, did your write the tests?~~
- ~~Are tests passing? (`npm test` on both front/server)~~
- [x] Is the linter passing? (`npm run eslint` on both front/server)
- [x] Did you run prettier? (`npm run prettier` on both front/server)
- ~~If you are adding a new features/services, did you run integration comparator? (`npm run compare-translations` on front)~~
- ~~Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to the community ([french forum](https://community.gladysassistant.com/)/[english forum](https://en-community.gladysassistant.com/)) for testing before merging.~~
- [x] If your changes modify the API (REST or Node.js), did you modify the API documentation? (Documentation is based on comments in code)
- ~~If you are adding a new features/services which needs explanation, did you modify the user documentation? See [the GitHub repo](https://github.com/GladysAssistant/v4-website) and the [website](https://gladysassistant.com).~~
- ~~Did you add fake requests data for the demo mode (`front/src/config/demo.js`) so that the demo website is working without a backend? (if needed) See [https://demo.gladysassistant.com](https://demo.gladysassistant.com).~~
NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.
### Description of change
Small PR to increase the height of the charts depending on the number of features selected. Currently the curve is squashed to make room for the legend and contain the size of the box.
Pour la PR sur les appareils binaires, j’ai quelques retours mais rien de sérieux.
Tout fonctionne bien en local chez moi !
GladysAssistant:master
← Terdious:add-binary-chart
opened 11:44AM - 03 Jun 24 UTC
### Pull Request check-list
To ensure your Pull Request can be accepted as fa… st as possible, make sure to review and check all of these items:
- [x] If your changes affects code, did your write the tests?
- [x] Are tests passing? (`npm test` on both front)
- [x] Is the linter passing? (`npm run eslint` on both front)
- [x] Did you run prettier? (`npm run prettier` on both front)
- [x] If you are adding a new features/services, did you run integration comparator? (`npm run compare-translations` on front)
- [x] Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to the community ([french forum](https://community.gladysassistant.com/)/[english forum](https://en-community.gladysassistant.com/)) for testing before merging.
- [ ] If you are adding a new features/services which needs explanation, did you modify the user documentation? See [the GitHub repo](https://github.com/GladysAssistant/v4-website) and the [website](https://gladysassistant.com).
- [ ] Did you add fake requests data for the demo mode (`front/src/config/demo.js`) so that the demo website is working without a backend? (if needed) See [https://demo.gladysassistant.com](https://demo.gladysassistant.com).
NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.
### Description of change
Taken from the original PR: #Binary graph #1948
Thanks to @callemand for all the work done
Merci encore pour ces PRs qui vont clairement plaire à un paquet de monde, moi le premier
N’hésite pas si tu as des questions pour les retours
3 « J'aime »
Salut @pierre-gilles , aucune question, merci pour les review.
Tout est corrigé / répondu.
4 « J'aime »
Un gros merci pour votre travail messieurs ^^
les graphiques binaires vont me supprimer un paquet de flow nodered, j’adore !
1 « J'aime »
@Terdious Merci pour tes retours
J’ai mergé la PR sur les graphiques binaires ! Pour l’autre PR, du coup il y a un conflit avec les graphiques binaires vu que ça touche à la même chose. Est-ce que tu peux corriger le conflit ?
Edit: Build en cours de Gladys Assistant 4.46.0. Sorti dans 4h !
Release Gladys v4.46.0 Production Image #102
3 « J'aime »
Top !!
Conflit corrigé et testé.
2 « J'aime »