programmingparody / amazing-bot

Amazon Chatbot for Discord and Slack
2 stars 0 forks source link

"Add to wishlist" action for chatapp.Actions #6

Open programmingparody opened 4 years ago

programmingparody commented 4 years ago

In chatapp/session.go we want an option for a user to add an item to their wishlist.

A new function should be added to the Session Interface called OnWishlistAdded(userID string) error

These wishlist'd items will be viewable through @cameronh's React front-end

programmingparody commented 4 years ago

For implementation of this new function, a ❤️ emoji reaction and/or ⭐ would be appropriate to fire off OnWishlistAdded for all implementations (Slack, Discord, etc)