We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the main description it says:
A user can build a wishlist and everybody else can check things off of it without the user being able to see.
Currently the functionality allows a user to see another's wish list and check a box. The only other action item is the "leave this wishlist."
Wouldn't it be cool to see other user wishlists in the same party/gathering?
Using the parties name, a db structure could look like this?
parties
parties parties_users parties_wishlists
parties_users
parties_wishlists
The text was updated successfully, but these errors were encountered:
I might want to use this same website/service for my work family, my wife's family, and my bother's family on three separate occasions.
Sorry, something went wrong.
Nice, I really like this idea! It would make sharing a lot easier.
Successfully merging a pull request may close this issue.
In the main description it says:
Currently the functionality allows a user to see another's wish list and check a box. The only other action item is the "leave this wishlist."
Wouldn't it be cool to see other user wishlists in the same party/gathering?
Using the
parties
name, a db structure could look like this?parties
parties_users
parties_wishlists
The text was updated successfully, but these errors were encountered: