Is there any existing project or incubator to manage user administratable lists of options? We have several 100 lists (most populate dropdowns in our application), many are quite short < 50 items, several with a few hundred items and a handful with thousands (<30,000) entries.
What we are looking for is a database based structure and UI that lets a user make edits to entries.
We took a look at Xyster enum but is lacks any UI and would need work to make it DB capable.
A user preferences "module" might meet many of our needs.