-
Notifications
You must be signed in to change notification settings - Fork 9
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
UI: Add new columns in the "View Connections by kytos/mef_eline" #594
Comments
so if I understood correctly, the idea would be to have three new columns with a yes/no value? one for "has dynamic path", another for "has primary path" and another for "has backup path"? |
@italovalcy, that would make sense considering all the flexibility that's supported. But now, thinking more about its UX/UI this is starting to feel like too many booleans. Maybe we should reconsider and in the backend provide two new attrs |
Another option would be to have one column named "Path" on the UI with string words like "dynamic" if the EVC has |
Great idea @italovalcy, it's a good compromise, incremental and it wouldn't be too much for the FE to consolidate, filter and display. Plus, we also avoid having to deal with migrations to backfill in the DB (new values if we were to add new attrs) for now. To summarize what you proposed: Add a new column Path: its contents should be a sorted string with commas to be filterable.
Example with and then in the filter input it can use a |
Initially requested by @RenataFrez on kytos-ng/kytos#482
The text was updated successfully, but these errors were encountered: