zshamrock / dynoman

DynamoDB management UI
GNU General Public License v3.0
7 stars 0 forks source link

Allow users to extend the available menu items for the item entry #192

Closed zshamrock closed 5 years ago

zshamrock commented 5 years ago

It is highly project specific. For example get entry in other table based on the currently selected entry from the current data. I.e. the knowledge/mapping between the tables is required.

Or maybe allow the way to configure that mapping in the app itself, which will add that custom menu item into the context menu. I.e.

GetXXX -> TableB[Key] = TableA[Attribute1] [and optionally TableB[Sort] <operation> <values 
from TableA>]

Also can consider if not all the values available for the above mapping put the placeholder, and ask the user the value for the placeholder to build the proper query.

And finally allow to share that set of mappings between other users/colleagues in the team.

zshamrock commented 5 years ago

And the menu item is specific table context aware, i.e. only available/enabled for the corresponding table.