reststate / reststate-vuex

Zero-configuration web service client for Vuex
https://vuex.reststate.codingitwrong.com
Other
72 stars 19 forks source link

Can we have `loadWhere` and foreign field examples? #250

Open geoidesic opened 4 years ago

geoidesic commented 4 years ago

It would be great to have some examples or documentation that show how to use where and loadWhere. Also how about loadRelatedWhere?

Also lets say I have roles and people and I have a given person record but I want role.name for that person. How would I go about getting that?

E.g. I have people, enquiries, roles. There's a pivot table enquiries_contacts which links these three entities. Now I'm getting a list of enquiries related to a people record, which I can do via related getter but I want to group the results by roles using the role.name attribute. How could I achieve this?

CodingItWrong commented 3 years ago

FYI, this library will be unmaintained going forward.

If you need new features or fixes, I recommend forking the repo and making changes, or finding an alternate library that meets your needs.