alicolville / Weight-Tracker

Wordpress plugin: https://wordpress.org/plugins/weight-loss-tracker/
5 stars 4 forks source link

IF statements enhancement #584

Open lbdsgn opened 4 months ago

lbdsgn commented 4 months ago

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 commented 4 months ago

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

YOPT21 commented 3 months ago

Following this one 👍

alicolville commented 3 months ago

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