application
application copied to clipboard
Interface IRouteMeta define API for RoutingPanel.
Issue #113
I don't like the name, it sounds like an abbreviation. :/
@Majkl578 What do you suggest?
I named in issue as IRouteBar. What do you think about IRouteInfo, IRouteMask, IRouteMaskBar, IRoutingPanelRoute?
Generally good idea but the issue is much more complex.
@JanTvrdik Let's describe it.
You need to consider custom routers (which can do pretty much anything) as well. Some custom routers may be just wrappers of another routers, some do complex logic.
The entire interface of routing bar may need to be redesigned to be able to clearly display advanced router configurations. For start it needs to support tree of routers, not a list.
@JanTvrdik You are true, but I think this is good step forward.