Cloud Inventory
I would value a feature that allow me to save and retrieve my inventory from the cloud. I want to be able to:
- add individual items to my inventory
- retrieve the full inventory (list items)
- remove individual items from my inventory
I've done a User Inventory like this before using App Services and Easy Tables. So I'll have a look doing this using Azure Functions to keep with the "serverless" approach.
Love your participation in our community @deadlyfingers . Let's keep the discussion here as you go.
And for everyone to know. There might not only be ONE Cloud Inventory. Perhaps you have another idea of an inventory and we might accept several implementations as long as they solve a problem not met otherwise.
Is this feature for signed in users only, or will it need to support anon users too?
Let's assume we are signed in (i.e. pass in the userId in some way)