I am new to MongoDB and have a couple questions regarding naming keys.
I am building a Content Management System that will contain items with a variety of attributes.
End-users will have the ability to select related attributes for any given item that enters the CMS. Does anyone have recommendations for maintaining an organized selection of attributes that can be selected for a particular item?
I was imagining a JSON file that would be referenced, which would contain all available attributes that can be selected. The selected attributes would then be added to item’s document.
Again, I apologize if this is a basic question. I just want to make sure I am implementing good practices.