zshamrock / dynoman

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

When foreign query requires manual input add support to specify the attribute name as the value #277

Open zshamrock opened 3 years ago

zshamrock commented 3 years ago

I.e. instead of typing the value directly, the user can type the actual attribute name, i.e. Team1Id.

The proposed syntax could be to start the name with = the same as for the functions. So in the case above it will look like the following =Team1Id.

Auto-completion should be nice (the same way as for the functions), either as part of this ticket if simple, or separate one.