Problem/Motivation

Before committing #3206643: Project messaging channel in core (as experimental) to core we removed the ability to mark an announcement as new and as read from the module because the way it worked was inconsistent with how a user would expect this to work.

Merely revisiting the announcements page would mark all the announcements as read and the javascript to mark an announcement as read only had a visual affect. There also was no ability to mark an announcement as unread. This issue will scope out how this feature should work starting afresh.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

alexpott created an issue. See original summary.

alexpott’s picture

Title: Indicated which announcements are new and allow a user to mark an announcement as read » Indicate which announcements are new and allow a user to mark an announcement as read
alexpott’s picture

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch, which currently accepts only minor-version allowed changes. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.

dave reid’s picture

Component: other » announcements_feed.module