zreptil / nightscout-reporter

a web app to create PDF documents from nightscout data
https://nightscout-reporter.zreptil.de/
BSD 3-Clause "New" or "Revised" License
59 stars 47 forks source link

more insuline types support #23

Closed k2s closed 4 years ago

k2s commented 5 years ago

There is a work in progress to add more insuline types to xDrip and Nightscout. The work and discussion happens in pull request #973.

Would you be willing to use the extended JSON structure that will be uploaded to NS by this functionality in your great reports ?

Breaking down the amount of long, short, rapid insulin based on this information would be interesting.

I am using the pull request already and uploading to NS and could share with you if you need that for testing/example data.

zreptil commented 5 years ago

I think to take an additional structure in account would be no big problem. If you could provide me with a link to nightscout data that has this structure, i can look, if i can use the data in the pdfs. It would also be good, if you could tell me where this data would be useful in the pdfs.

kind regards Andi

Am Mo., 14. Okt. 2019 um 23:50 Uhr schrieb k2s notifications@github.com:

There is a work in progress to add more insuline types to xDrip and Nightscout. The work and discussion happens in pull request #973 https://github.com/NightscoutFoundation/xDrip/pull/973.

Would you be willing to use the extended JSON structure that will be uploaded to NS by this functionality in your great reports ?

Breaking down the amount of long, short, rapid insulin based on this information would be interesting.

I am using the pull request already and uploading to NS and could share with you if you need that for testing/example data.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zreptil/nightscout-reporter/issues/23?email_source=notifications&email_token=ABQI2JMXCAHPRI5ZBJ2H5FDQOTSQZA5CNFSM4JAUOKV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRWRZYQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQI2JOU6IJ4KVF6LCLCH4TQOTSQZANCNFSM4JAUOKVQ .

k2s commented 4 years ago
gruoner commented 4 years ago

ich versuche gerade die neuen Strukturen in meine Reports einzubauen aber ich krieg den webdev serve nicht wirklich ans laufen (new to AngularDart) und im generieren Javascript mag ich nicht nach dem Fehler suchen..... hat es da eine anständige IDE mit der man das ganze Debuggen kann?

zreptil commented 4 years ago

Als IDE für Anguilardart verwende ich WebStorm. Für das Debugging nehme ich bisher in Chrome immer die DevTools. In WebStorm soll es aber seit ein oder zwei Versionen die Möglichkeit geben, das direkt da drin zu debuggen. Das kann ich allerdings bisher weder bestätigen noch dementieren.

gruoner commented 4 years ago

Danke für die schnelle Antwort, genau auf den setup wollte ich auch hinaus. Aber wie krieg ich den Chrome mit DevTools dazu den DartCode zu debuggen? Wenn ich den geänderten DartCode mit webdev serve starte, kann ich den nightscout-reporter nicht direkt auf "localhost:8080" ansprechen - chrome scheint da keinen index.html etc. zu finden......

zreptil commented 4 years ago

Ich starte das immer mit dem Befehl:

C:\Program Files\Dart\dart-sdk\bin\pub.bat global run webdev serve web:3001

im Verzeichnis des Projektdirectories. Dann kann ich das im Browser unter localhost:3001 aufrufen. Dort habe ich dann in den DevTools auf der Source Seite alle Sourcen inklusive Breakpoints zur Verfügung.

gruoner commented 4 years ago

kaum macht man's richtig, schon funktionert's.... DANKE