MiSikora / laboratory

Feature flags for multi-module Kotlin Android projects

Home Page:https://mehow.io/laboratory/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reflect supervised features relationship in the inspector's UI

MiSikora opened this issue · comments

  • Indicate that a feature has a supervisor. (#119)
  • Navigate to supervisor from child. This can be tricky because features can be in different tabs. (b75e380)
  • Indicate what is supervised by an option. (#124)
  • Navigate to child from supervisor. Same issues as above. (#124)

How about minimal approach for a start, e.g. supervisor feature's name in a TextView?

------------------------------
ChristmasTheme
  Determines if Christmas theme is enabled.
  Enabled    Disabled
------------------------------
Greeting
  Supervisor: ChristmasTheme
  Determines greeting type if Christmas theme is enabled.
  Hello    HoHoHo
------------------------------

Sure, sounds good for a start. Want to make a PR?