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

IF statements enhancement #584

Open
lbdsgn opened this issue Jan 21, 2024 · 3 comments
Open

IF statements enhancement #584

lbdsgn opened this issue Jan 21, 2024 · 3 comments

Comments

@lbdsgn
Copy link

lbdsgn commented Jan 21, 2024

I love the idea of the IF statements.
The way I'd want to use them is with math operators, to be able to provide more nuanced feedback.
For example:
IF weight change exceeds -3, then... (message)
ELSE
IF weight change exceeds -2, then... (message)
ELSE
IF weight change exceeds -1 then... (message)
ELSE
IF weight change exceeds +1.5 then... (message)
IF Weight change exceeds +0.5 then... (message)
ELSE
etc

This allows for congratulating or correcting, with different advice for different situations.

A "message bank" would also be amazing, so that you can rotate through messages for each category of feedback.

@alicolville
Copy link
Owner

Yes, this is something that could potentially be added into a future release :)

@YOPT21
Copy link

YOPT21 commented Feb 19, 2024

Following this one 👍

@alicolville
Copy link
Owner

I'll add this into the Kanban for scoping out the work involved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Development
Development

No branches or pull requests

3 participants