Rohan Likhite

Results 7 issues of Rohan Likhite

I had a question regarding my implementation, and I was wondering if what I am experiencing is a result of bad configuration on my part. Essentially, I am trying to...

Each Pantry has a name & description. Currently, we are not displaying the description anywhere on the UI. It might be nice to display the description somewhere.

good first issue

Some users may not need to store multiple JSON objects, but just need a quick solution to store a single piece of data. Perhaps instead of forcing users to create...

enhancement

On the dashboard, allow users to quickly refresh the selected basket via a icon.

enhancement
good first issue

Currently, users are able to GET/POST a particular basket via one private(ish) URLs. The API endpoint looks like this `/apiv1/pantry/PANTRY_ID/basket/BASKET_NAME`. This is problematic since users should not share this URL...

enhancement

Introduce an account-wide webhook that will be used to notify users for any updates to their Pantry and it's baskets.

enhancement

Allow users to create private accounts, which require some form of auth (Bearer Token Auth or other) in order to access their contents/basket contents.

enhancement