Notification - Waiviogit/waivio GitHub Wiki
TITLE |
Notifications(settings) ___ Where "settings" link to https://www.waivio.com/notification-settings |
DESCRIPTION |
You can now receive instant mobile notifications via the Telegram app when someone replies to or re-blogs your post on Hive, mentions you, follows you, transfers funds to you, and so on. Open the Telegram chart with @WaivioNotificationsBot and enter the Hive usernames to subscribe. |
LIST |
list of notifications |
Notification types - notifications that are displayed. They come from the back. Both the back (telegram) and the front (bell) are responsible for notifications. Expected Result: The notification came in a bell.
TRANSFER_FROM_SAVINGS: 'transfer_from_savings' |
__________ *No notification should come |
ACCOUNT_WITNESS_VOTE: 'account_witness_vote' |
______ *The notification comes to the witness.In order to check, you need access to the Witness, but we do not have it) |
TRANSFER_TO_VESTING: 'transfer_to_vesting' |
This is power up.
______ Example: sor31 sent to sor31 0.001 HIVE |
RESTAURANT_STATUS: 'restaurantStatus' |
This is status-change. When canceling the reservation by the sponsor, the contractor. We receive notifications that the campaign status has changed. |
ACTIVATE_CAMPAIGN: 'activateCampaign' |
After activating the campaign, a notification is received. Notification is received by: object followers (primaries) and sponsor's followers. Link to Earn Global or Local pages and campaigns are opened, secondary cards for a campaign are displayed, and the sponsor has already chosen. ______ Example: sor31 launched a new campaign for Dark place |
WITHDRAW_VESTING: 'withdraw_vesting' |
To check, you must first do 'transfer_from_savings', if in the "Savings" item is 0.000, and if more than 0.000, start from item 5.
__________ Example: Account wiv01 initiated a power down on the Saving account to wiv01 |
SUSPENDED_STATUS: 'suspendedStatus' |
Notification that the campaign has expired. The campaign is not available for reservation. |
CAMPAIGN_MESSAGE: 'campaignMessage' |
These notifications notify the sponsor that the user has posted a comment on the reserved campaign.
__________ When a user asks a question from the reservation, the sponsor should receive a notification ({username} asked about {campaignname}). The link should lead to Messages with this discussion. |
CHANGE_PASSWORD: 'changePassword' |
|
TRANSFER_FROM: 'transferFrom' |
Will come to the sender that he sent the transaction
______ Example: wiv01 transferred 0.001 HIVE to sor31 (it comes in a telegram) You transferred 0.001 HIVE to sor31 (it's in the bell) |
REJECT_UPDATE: 'rejectUpdate' |
|
STATUS_CHANGE: 'statusChange' |
= RESTAURANT_STATUS: 'restaurantStatus' |
CLAIM_REWARD: 'claimReward' |
Notification of the withdrawal of reward to the card
|
MY_COMMENT: 'myComments' |
____ Example: wiv01 write a comment You commented post |
POWER_DOWN: 'power_down' |
This is power down.
_________ Example: wiv01 initiated PowerDown on 0.001 HIVE |
FILL_ORDER: 'fillOrder' |
|
TRANSFER: 'transfer' |
One user forwarded the transaction to the second. The second received a notification ____ Example: wiv01 transfered 0.001 HIVE to sor31 |
COMMENT: 'comment' |
Other users leave comments under the posts. The author of the post receives a notification ____ Example: wiv01 commented post on you post |
MENTION: 'mention' |
You can mention another user in posts, comments. The author of the post receives a notification |
MY_POST: 'myPost' |
After the post is published, a notification is received if in Settings, Notifications - there is a checkmark on the corresponding item) |
MY_LIKE: 'myLike' |
After the user likes, he will receive messages (if in Settings, Notifications - there is a check mark on the corresponding item) |
REPLY: 'reply' |
Reply to comment |
LIKE: 'like' |
The author of the post receives a notification, but the fact that they liked his post |
BELL_NOTIFICATIONS |
|
BELL_REBLOG: 'bellReblog' |
After clicking the "Follow" button on another user's page. There is a bell After clicking on it, you will receive a notification that the user has made a re-blog post |
BELL_FOLLOW: 'bellFollow' |
After clicking the "Follow" button on another user's page. There is a bell. After clicking on it, you will receive a notification that the user has subscribed to another user |
BELL_POST: 'bellPost' |
After clicking the "Follow" button on another user's page. There is a bell. After clicking on it, you will receive a notification that the user wrote a post _________ Bell notifications / Posts if bell is selected, then we report only about new posts of this user (no comments), text: "New post by [username]: [postTitle]", for example: New post by grampo: Ichiro Restaurant Review |
To make sure that notifications come from the backend. You need to open Network in the developer console → select WS (since notifications come via socket) → request → Messages
Telegram bot link https://web.telegram.org/#/im?p=@WaivioNotificationsBot
- #3065 - the notification text when deactivating the campaign should be "pacific.gifts has deactivated the campaign for Catch Kitchen and Bar".
- after clicking on notification in bell, notification window should close.
- [threads / notification] Add notifications for newly published threads, if a user activates the notification bell on objects. #6031 {username} published thread to {object}
- Fix text for notification if another user mentions the user in a comment #6223
- [notification / user threads] add notification and checkbox to Notifications for threads by followed users #6313
- [notifications / campaign] When you click on the notification about the launch of a new rewards campaign, you need to filter the result by sponsor. It is clear that one sponsor can also have many campaigns, but this filter will help narrow the selection. #6469