appirio-tech / connect-app

Build your next project on Connect with the power of crowdsourcing
https://connect.topcoder.com
44 stars 140 forks source link

Show red cue for files and links on Assets Library page #3596

Open maxceem opened 4 years ago

maxceem commented 4 years ago

Follow up from https://github.com/appirio-tech/connect-app/issues/3322#issuecomment-533962508

We don't show red cue against newly added links and files at the moment. At the moment we cannot do it technically.

  1. Links for the project. Notifications about added links to projects, don't have any information regarding which link has been added, and in fact, links now are not first-class citizens so we don't have any id for them to identify them:

    image

  2. Files for the project We CAN show red cue for files, as we have fileUrl which we can use to identify which exactly files has been added:

    image

  3. Files and Links in posts So far we have the only notification about newly added post:

    image

    Technically, we can identify links and files which have been added with a newly added post, though we have only one notification to mark as read - it's the notification about the new post. So to hide the red cue we would have to mark as read the notification for the post. We don't have another way of marking links and files from posts as read, so red cue would be visible for them until we see the post otherwise.

vikasrohit commented 4 years ago

Moving it to next release, @maxceem let me know if we have got it covered in this release.

maxceem commented 4 years ago

Needs some research, moving to the next milestone.