-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature: Optional name for activity descriptions #127
Comments
Hi @carlaKC, I'll like to work on this if it's still available. |
Sure! Since this is a user-facing issue, please post a brief design proposal on how you'd like to update the simulation file:
|
Great! Thank you. I'll come up with a design proposal and share with you here. |
hello everyone, this is great, but can I come up with a design proposal to work on this? I want to contribute. |
I'm working on the proposal already. Had some blockers setting up project locally earlier but fixed that already. |
ohh!, its alright! |
Let me look out for another issue to contribute to. |
Thank you. I'm sorry I didn't come back to this immediately. I had to look at the test cases and made some draft changes to understand the moving parts first.
We'll add a new field to the activity description. I'm thinking we can label it
Let me know if I'm missing something.
We can use the
I'm not sure what the best approach is. I'm thinking we can allow activities with or without labels, but if an activity doesn't have a label, then we can make up a label from their alias or activity index in json. Let me know what your thoughts are. @carlaKC |
I don't think that we should have multiple ways of doing this depending on what's there, I think it'll be confusing. Would be happy to just use the indexes to start with. We already log the "Alice->Bob" info as part of the description, so I think that way we won't be duplicating anything.
SGTM! Feel free to go ahead and open up a PR, please do open it up early/in draft for a concept ACK so that we can get an early idea of what it'll look like! |
SGTM! I'll update to use indexes.
Thank you.
Sure! Thank you so much for your response. I'll go ahead to complete this and open a PR immediately for review. |
Add an optional "name" field on
activity
descriptions that can be used as a logging prefix so that it's easy to relate logs to their corresponding activity description.The text was updated successfully, but these errors were encountered: