Remove irrelevant notices for new users #681

Closed
opened 2023-11-17 01:51:29 +00:00 by Karnage · 1 comment
Collaborator

Currently new users see a donation notice and a zap split notice. I think either is necessary, and Tanel thinks this as well and pointed it out in his Snort review video.

  1. New user is not going to donate right away so there's no point in showing donation.
  2. New user is not going to have a clue what a zap split is. They won't have zaps configured anyway. None of this is necessary to show.
Currently new users see a donation notice and a zap split notice. I think either is necessary, and Tanel thinks this as well and pointed it out in his Snort review video. 1. New user is not going to donate right away so there's no point in showing donation. 2. New user is not going to have a clue what a zap split is. They won't have zaps configured anyway. None of this is necessary to show.
Karnage added the
enhancement
label 2023-11-17 01:51:29 +00:00
Karnage added the
20k
label 2023-11-28 00:31:10 +00:00
Contributor

@Karnage We can hide these tasks for the new user and in order to determine if a user is a new user we can maintain a state in sessionstorage when they signup but when do we show these tasks for this user? I mean to ask when do we consider this user is no longer a new user?

One thing that can be done is when the user logs out of snort and logs back in we can set this newuser state to false and start showing the tasks. But most likely the users wont logoff from the applications if it is being used from desktop. So what do we do?

@Karnage We can hide these tasks for the new user and in order to determine if a user is a new user we can maintain a state in sessionstorage when they signup but when do we show these tasks for this user? I mean to ask when do we consider this user is no longer a new user? One thing that can be done is when the user logs out of snort and logs back in we can set this newuser state to false and start showing the tasks. But most likely the users wont logoff from the applications if it is being used from desktop. So what do we do?
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Kieran/snort#681
No description provided.