Is there any existing project or incubator for managing user-managed user lists? We have several 100 lists (most populated drop-down lists in our application), many of them are quite short, 50 elements, several of which contain several hundred elements and several thousand (<30,000) entries.
We are looking for a database structure and user interface that allows the user to make changes to records.
We looked at the Xyster enumeration, but it does not have any user interface, and it will need work to make it accessible to the database.
A custom “module” can satisfy many of our needs.
source share