zshamrock / dynoman

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

Allow to tweak existing foreign query before running it #262

Open zshamrock opened 4 years ago

zshamrock commented 4 years ago

Meaning it would be nice to reuse the existing foreign query and tweak it in place (i.e. keeping the original foreign query unmodified), for example, to add specific filtering.

Technically it is possible to do. Not clear how to define this from the UI perspective. Should it behave like this when the user pressed let's to say Ctrl key? The obvious solution is to use the sub menu, although it feels a little bit ugly.