Yes, Android will be pushed probably next month. Just getting it out the door to the Apple Store was a bit of a bear. Big learning curve. I appreciate your interest <3
Yes, you posted like 17 hours ago - App Store was broken for some at that time, should be fine now.
I’m not sure what you mean by “is that a good data source?”; if you mean whether or not those are good events to track in my app? Absolutely. BTW, there’s a free, fun easter egg game in there if you’re savvy enough to find it.
Yes, that is a good source and may be doable if I can map what health data (e.g. “walk”) Apple Watch makes available to 3rd party apps like Accumoo; or, the converse - map Accumoo’s data (event “walk”) to apple health module. Once I start to get reviews, I will start to know what people want so your feedback is very helpful. If you install the app, you can go to “… > About” and click the “Contact Support” you can fill out the form and make a suggestion. You can also go directly to the Accumoo form using this link: https://docs.google.com/forms/d/e/1FAIpQLSfdWB-2VH0ulO18avje...
I know, I know; daily stand-ups should be simple and they aren't performed like they should be; they've gotten complicated, especially when you need to account for your time. "What [you] did yesterday..." can be a list of a dozen one-offs that sometimes answer the question "Why isn't that ticket done?". Anyhow, my dsu gem helps you record, list, remember and manage all the simply, from the command line. Hope you enjoy <3
Suspicious? Visit the dsu github wiki: https://github.com/gangelo/dsu/wiki
I love ruby and rails, but agile Daily-Stand-ups (DSU) are a pain in the butt. I have a hard time remembering what to share; what I did yesterday, one-offs I did the day before because I completely forgot. Anyhow, I created this dandy little ruby gem, called dsu. Currently, we're a small, but dedicated band of users who love the tool. You may love it also. If anyone wants to give it a try. Enjoy:
I know, I know; daily stand-ups should be simple and they aren't performed like they should be; they've gotten complicated, especially when you need to account for your time. "What [you] did yesterday..." can be a list of a dozen one-offs that sometimes answer the question "Why isn't that ticket done?". Anyhow, my dsu gem helps you record, list, remember and manage all the simply, from the command line. Hope you enjoy <3
I know, I know that daily stand-ups should be simple and they aren't performed like they should be; they've gotten complicated, especially when you need to account for your time. "What [you] did yesterday..." can be a list of a dozen one-offs that sometimes answer the question "Why isn't that ticket done?". Anyhow, my dsu gem helps you record, list, remember and manage all the simply, from the command line. Hope you enjoy <3
Daily stand-ups (DSU) are a drag and not what they should be: "what I did yesterday...what I plan to do today...I am/am not blocked...blah, blah, blah". So, I created this fun, powerful little ruby gem, called dsu to help me out. Many love it, and I think you will too! Give it a look-see, try, and a Github star please:
Suspicious? Visit the dsu github wiki: https://github.com/gangelo/dsu/wiki
I think you'll like this.
Rubygems.org: https://rubygems.org/gems/immutable_struct_ex
Github: https://github.com/gangelo/immutable_struct_ex
immutable_struct_ex is yet another immutable struct. What makes immutable_struct_ex different, is that it allows you to create immutable structs in one step by default. In other words, other immutable struct gems force you to first define the struct, then instantiate the struct object; or, define the struct and instantiate the struct object via chaining. Blocks are also supported during initialization, so you can:
immutable_struct_ex = ImmutableStructEx.new(first: 'John', last: 'Doe', phone: '(201) 230-7281') do
def john?
first == 'John'
end
end
immutable_struct_ex.john? # => true
Daily stand-ups (DSU) are a drag and not what they should be: "what I did yesterday...what I plan to do today...I am/am not blocked...blah, blah, blah". So, I created this fun, powerful little ruby gem, called dsu to help me out. Many love it, and I think you will too! Give it a look-see, try, and a Github star please:
Suspicious? Visit the dsu github wiki: https://github.com/gangelo/dsu/wiki
I agree 100%, but alas; it's come down to the silly "This is what I did yesterday...this is what I plan on doing today...I am/am not bocked". It is a waste of time, hense the disdain. But if your team does do DSU in this (silly) fashion (most teams I've been on do), at least my gem is fun, and helps you remember the silly things you need to :)
Yes, Android will be pushed probably next month. Just getting it out the door to the Apple Store was a bit of a bear. Big learning curve. I appreciate your interest <3