Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selectively prompt for additional details on diaper changes #15

Open
btoconnor opened this issue Dec 8, 2022 · 1 comment
Open

Selectively prompt for additional details on diaper changes #15

btoconnor opened this issue Dec 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@btoconnor
Copy link
Contributor

Being prompted by Alexa on every diaper change with "Do you want to add more details like amount and color?" is a little tedious after every diaper change if you're not interested in recording that information (this is especially comical if you specify "Alexa, tell Baby Buddy to record an empty diaper change").

I'd like to propose the following changes:

  1. Do not prompt for additional information if it's an empty diaper change.
  2. If the contents are known in the initial prompt (ie, "Alexa, tell Baby Buddy to record a {wet, solid, full, empty} diaper change"), and the previous N[1] diapers have not included color or amount, don't prompt for additional information - just record the diaper change. If the contents are not known in the initial prompt, still prompt for wet / solid, and then again for additional information in accordance with the rules above.
  3. If there are diaper changes with amount / color - ask if the user would like to record those.
  4. Do not prompt for color if it's not a solid (or full) diaper change

Thoughts? I can take this work on, but I want to make sure I've got the flow chart correct. I'm a relatively new parent, but the doctors have made it seem like they only want to record the information above in selective circumstances, of which currently do not apply to us, and I'd like to simplify the process of recording diaper changes a bit.

1 - My first instict here is to either do simply the last diaper change (easy enough to retrieve - and prompt if there hasn't been any yet) or simply look at some duration, like last 24 / 48 hours or week or something like that. There are more complicated options, but AFAICT they'd require coordination with the main project and that feels like a bigger lift and for not much gain.

@cdubz
Copy link
Member

cdubz commented Dec 8, 2022

Flow and reasoning sounds good to me 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants