grounded / afterburner

A bunch of ideas allowing developers to defer decisions in, and reduce coupling of, an application's technology stack through the provision of design patterns.
MIT License
4 stars 0 forks source link

Menu Items must be CRUDible #5

Open robyurkowski opened 11 years ago

robyurkowski commented 11 years ago

An administrator should be able to create a menu item that serves as an entry point to pages, extensions, and individual entities within an extension. So, for example, I should be able to create a menu item for each of the following:

I should not have to create a menu item for the following:

The menu item needs to store the following data:

When I create entities, I should have the option of instantly creating menu items from them (give a dropdown for a parent?)

Comments welcome and needed.

tdelam commented 11 years ago

You already know my take on those @robyurkowski maybe you can update this with our notes.