frksteenhoff / ClimApp

Codebase for prototype and final version of the smartphone application ClimApp, a project under the European Research Area for Climate Services. The application is available for iOS and Android in App Stroe and Google Play respectively.
https://www.lth.se/climapp/
4 stars 2 forks source link

Push Notification plugin #122

Closed BorisKingma closed 4 years ago

BorisKingma commented 5 years ago

Hi Henriette

https://www.npmjs.com/package/cordova-push-notifications

push notifications are required to be able to send notifications - requires setup of GCM for android and Apple APNS for iOS.

frksteenhoff commented 5 years ago

Ah, of course! This might not be something that I can get working on before after thesis hand-in, but let's see how much time I got.

frksteenhoff commented 5 years ago

However, what we want is not to send notifications from a remote server, but rather to send notifications locally from the same device that will receive the notifications, so I don't believe this will solve anything.

This framework is for a different use case.

BorisKingma commented 5 years ago

cant we just schedule a calender event? like we set our 'wake up' alarm?

Op vr 5 jul. 2019 10:49 schreef Henriette Steenhoff < notifications@github.com>:

However, what we want is not to send notifications from a remote server, but rather to send notifications locally from the same device that will receive the notifications, so I don't believe this will solve anything.

This framework is for a different use case.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/frksteenhoff/ClimApp/issues/122?email_source=notifications&email_token=AC735TVDP5ZMVMDQFIHH4VTP54DI3A5CNFSM4H6IEPHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZI6ODQ#issuecomment-508684046, or mute the thread https://github.com/notifications/unsubscribe-auth/AC735TSR24D4DAMWTDEA2FLP54DI3ANCNFSM4H6IEPHA .

BorisKingma commented 5 years ago

as per meeting 8th of july, we agreed that push notifications from external server is good to go.

I will keep the issue open - to be closed when it is implemented

frksteenhoff commented 4 years ago

I cannot create an overview of when to send notifications without us agreeing on framework, whether to have individual notifications and the general use cases where we find it useful.

Chuansi-LU commented 4 years ago

A suggestion: an easy criterion to send Cold/heat stress notification is to use the Thermal Stress alert score, <-2.0 and >+2.0 as threshold.

BorisKingma commented 4 years ago

i have a strong inclination to propose only to use global notifications, that is, all users via 1 message.

personal notifications will trigger too often with simple rules -- or mistakes at settings on user end, leading to end-user annoyance and total ignoring of notifications.

for this phase (user testing in winter) we cannot allow that, with only global notifications to ask users to fill in a questionnaire on usability i think we maximize utility and can maximize user feedback.

too many notifications destroys more than we wish to achieve.

regards

Op vr 20 sep. 2019 16:49 schreef Chuansi-LU notifications@github.com:

A suggestion: an easy criterion to send Cold/heat stress notification is to use the Thermal Stress alert score, <-2.0 and >+2.0 as threshold.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/frksteenhoff/ClimApp/issues/122?email_source=notifications&email_token=AC735TVPV367RIK27QSXQHLQKTPJBA5CNFSM4H6IEPHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7G52PQ#issuecomment-533585214, or mute the thread https://github.com/notifications/unsubscribe-auth/AC735TW6USYRNDICVQMYOCDQKTPJBANCNFSM4H6IEPHA .

BorisKingma commented 4 years ago

implemented in v3.01