Code Monkey home page Code Monkey logo

wishlist-bot's Introduction

Wishlist Bot

Product definition

๐Ÿ”ฅ@wisshlist_bot

A Telegram bot which allows users to keep track of their wishlist and share it with others.


Support the project

Buy Me A Coffee

Functional requirements

  • user has CRUD (create, update, delete) functionality for a wish list item
  • user can add tags to a wish list item
  • user can make a wish list item public
  • user can search for public wish list items of other users by their name, description or tags
  • user can add other's wish list items to their own wish list
  • user can like other's wish list items
  • user can add a wish list item to their own wish list by sending a list from an e-shop to the item, the contents of which will be parsed and used to create a wish list item

** Additional functionality **

  • user can "book" other's items for purchase as a gift
  • users can buy an item as a gift with a group of users, aka "social shopping"
  • user's can view top liked wish list items

Technical requirements

  • Telegram Bot
  • Web Apps TWA

References

Dev env

Production env

wishlist-bot's People

Contributors

zjor avatar

Watchers

 avatar  avatar

wishlist-bot's Issues

Support public/private items

  • add column is_public
  • add service method to search public items by username
  • add service method to search random public wishes

Extract metadata from the URL

  • extract html tags from the wishlist item URL
  • async
  • store in a separate table
  • override image_url, description if empty (during serve phase)

Support /edit command

  • > /edit <wish_id>
  • show wishlist item detail and 2 buttons [Make public/private] [Delete]
  • use inline keyboard

TWA: User profile screen

Show the following fields:

  • image
  • username
  • first name
  • last name
  • number of all items
  • number of public items

Cache user's avatar images

When a user registers or ensure is called, check if it has an avatar image stored, not expired.
Download and cache.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.