Show original
Try the app
Enjoyed this article?
Use "Request tipping" to ask the author to set up tip receiving.

AI translation
欲しいものリスト・通知・ありがとう 機能の追加
Try the app
Enjoyed this article?
Use "Request tipping" to ask the author to set up tip receiving.
We have implemented a system where users can register desired products on a wish list, and receive notifications within the web app whenever someone posts about handling those products. This eliminates the need to search for product posting information each time.
When posting, if you enter the name of the relevant product, the number of people who want it (〇 people) is displayed.
## 2. Addition of "Thank You" Feature
In conjunction with the notification feature in 1. above, people who had registered items on their wish list can now send a "thank you" notification to the person who posted the item when they receive the notification.
Regarding both 1. and 2. above, notifications are executed based on IDs generated when accessing this site, without using any personal information.
欲しい商品をリストの登録して、他の方の商品取り扱いの投稿があればWebアプリ内ですが通知が来るようにしました。都度商品の投稿情報を検索しなくて済みます。
投稿する際に該当商品の名前を入力すると、欲しい人が〇名と表示されます。
## 2.ありがとう機能の追加
上記1.の通知に付随しますが、欲しいものリストを登録していた人に通知を受け取った人が、投稿した方に対し「ありがとう」の通知を飛ばせるようになりました。
上記1.及び2.についていずれも個人情報等は用いず当サイトアクセスした際に生成されるIDを基に通知が実行されます。