zshamrock / dynoman

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

When there are indexes available, make the sub-menu for the Query (clipboard) to allow to select on where to apply the value #156

Open zshamrock opened 5 years ago

zshamrock commented 5 years ago

Either on the table itself or one of the indexes.

Although this requires the dynamic (in some sense) sub-menu, i.e. menu could be only defined at the moment of action, i.e. lazy, as it requires to fetch the details about the table.

Cont. of #154