Gareth Bowen

Results 383 comments of Gareth Bowen

Remember to reset the `hashFunction` as explained in this comment: https://github.com/medic/cht-conf/pull/540#discussion_r1119345390

Also consider other required fields such as `type` or `contact_type`.

We need to be a little careful about the distinction between errors that should abort execution vs warnings that should just be a prompt. The reason this gets tricky is...

Good plan, thanks @mrsarm I think the right approach now is for every action to have three steps: build, validate, upload. That way we can do all the building first,...

@jkuester Is this because Notes cannot be "required" any more? Is there another way to do countdown timers?

I definitely agree we should ignore muted contacts when generating tasks, and I'd include deceased in this too. With targets it's a little more complicated. If your goal is to...

Looks like `null` is a valid return value: https://developer.android.com/reference/android/net/ConnectivityManager#getNetworkCapabilities(android.net.Network) Need to add null check here: https://github.com/medic/cht-android/blob/8ab2db67d156eb288365d3fed36861966c9ff478/src/main/java/org/medicmobile/webapp/mobile/MedicAndroidJavascript.java#L284

We should consider dropping of those lines down to "debug" level to get rid of some of the chatter. Additionally it'd be good to have a summary at the end...

@MaxDiz It's not really about feature flags. It's more about changing the gateway phone number from the testing phone to the production phone. This would be particularly helpful for all...

We already have a concept of static priority levels for tasks. Could this be used and extended instead for the `config-msf/niger` project? If it's a static icon then it can...