|
Summary: Applications should be able to opt-into "service point is required" handling instead of ui-servicepoints containing a hard-coded list of the applications it controls.
Details: ui-servicepoints contains a hard-coded list of the applications it controls.
- Hard-coded lists are gross.
- This feels inside-out. It doesn't make sense that we should have to update ui-servicepoints to add new applications to the list because the functionality of ui-servicepoints isn't changing at all; only the data it operates on is changing.
|