What are you using for managing reference data?
Hi HN,
In almost every company I have ever worked in, we had some in-house solution for managing so-called dictionaries/parameters/reference-data.
If you still wonder what I am talking about: assume you would have some data that normally you would put in an enum, but it would have to be dynamic and business people would need to have control over it, what would you use? Admin panel would be probably the first choice, but sometimes there are not enough resources or budgets to do so. Feature toggles are the closest thing that comes to my mind when I think about the potential product, but its use case is somewhat different (lack of queries, versioning, it is not suited to have lots of data). I have decided with my friends that we could deliver a solution to this problem, but I wonder if this is something that you would use or maybe you already using some solution that solves this problem?