zshamrock / dynoman

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

If the foreign key is the list/set, allow to select the corresponding value from that list #254

Open zshamrock opened 4 years ago

zshamrock commented 4 years ago

This is different from #253, where we implicitly iterate over all the values, while here we allow the user to select the corresponding value from the drop-down list.

253 and that one should have different syntax, so it is clear how it is run, and the same for the foreign query naming.

Another thing, but probably is not necessary, to allow to specify the index instead of selecting the value from the drop down, while the later seems like the better implementation/option.

The syntax is [Name], which would mean that particular value has to be selected from the drop down.