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

Distinguish preferred flowables and contexts in flow description. #208

Open
bl-young opened this issue Dec 4, 2024 · 0 comments
Open

Distinguish preferred flowables and contexts in flow description. #208

bl-young opened this issue Dec 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bl-young
Copy link
Collaborator

bl-young commented Dec 4, 2024

The description "Preferred flow" or "Not a preferred flow" confuses users because it does not make clear that some flows are preferred but are just using a more generic unpreferred context.

preferred = row.get("Preferred", 0)
if preferred == 1 or preferred == "1":
description += " Preferred flow."
else:
description += " Not a preferred flow."

When writing the flows, only the preferred state is maintained, not the distinction between preferred flowable and preferred context; these items would need to be tracked separately.

@bl-young bl-young added the enhancement New feature or request label Dec 4, 2024
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

1 participant