zshamrock / dynoman

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

Allow to specify the particular field from the list of maps for the foreign query #257

Closed zshamrock closed 4 years ago

zshamrock commented 4 years ago

It is similar to #255, and the syntax is the same, the only difference that Name is the list of maps, and Field is the corresponding attribute of the entry of the map, i.e. Name.Field where Name is the list would mean to build the list of entry of the list by fetching the corresponding Name field of the list's entry (which is a map).

Although still have to think about whether another alternative syntax to apply, although it is good to be consistent and keep it simple.