companionstudio / islay

A Rails engine which forms the base for a website back-end.
MIT License
0 stars 0 forks source link

Global add controls #10

Closed lukesutton closed 11 years ago

lukesutton commented 11 years ago

Currently within each section you need to navigation into a specific context in order to add a record. For example, to add a product, you need to navigate into a category or into a product listing.

Instead it would be better if the user was able to access a global 'Add…' control.

Plugins could register names and URLs for the resources they manage.

lukesutton commented 11 years ago

We have an initial implementation of this. Some shortcuts or a better dialog would help, but for now, this does the job.