open_social icon indicating copy to clipboard operation
open_social copied to clipboard

Issue #3298625 by tBKoT: Creates a new type of content block "Most followed tags"

Open dmytriikaiun opened this issue 2 years ago • 3 comments

Problem

[Required] Describe the problem you're trying to solve, this should motivate why the changes you're proposing are needed.

Solution

[Required] Describe the solution you've created, elaborate on any technical choices you've made. Why is this the right solution and is a different solution not the right one? What is the reasoning behind the chosen solution?

Issue tracker

[Required] Paste a link to the drupal.org issue queue item. If any other issue trackers were used, include links to those too.

Theme issue tracker

[Required if applicable] Paste a link to the drupal.org theme issue queue item, either from socialbase or socialblue. If any other issue trackers were used, include links to those too.

How to test

[Required] For example

  • [ ] Using version X.Y.Z of Open Social with the example module enabled
  • [ ] As a sitemanager
  • [ ] Try to enable the option B on screen c/d/e
  • [ ] When saving I expect the result to be F but instead see G.
  • [ ] The expected result F is attained when repeating the steps with this fix applied.

Definition of done

Before merge

  • [ ] Code/peer review is completed
  • [ ] All commit messages are clear and clean. If applicable a rebase was performed
  • [ ] All automated tests are green
  • [ ] Functional/manual tests of the acceptance criteria are approved
  • [ ] All acceptance criteria were met
  • [ ] New features or changes to existing features are covered by tests, either unit (preferably) or behat
  • [ ] Update path is tested. New hook_updates should respect update order, right naming convention and consider hook_post_update code
  • [ ] Module can be safely uninstalled. Update/implement hook_uninstall and make sure that removed configuration or dependencies are removed/uninstalled
  • [ ] This pull request has all required labels (team/type/priority)
  • [ ] This pull request has a milestone
  • [ ] This pull request has an assignee (if applicable)
  • [ ] Any front end changes are tested on all major browsers
  • [ ] New UI elements, or changes on UI elements are approved by the design team
  • [ ] New features, or feature changes are approved by the product owner

After merge

  • [ ] Code is tested on all branches that it has been cherry-picked
  • [ ] Update hook number might need adjustment, make sure they have the correct order
  • [ ] The Drupal.org ticket(s) are updated according to this pull request status

Screenshots

[Required if new feature, and if applicable] If this Pull Request makes visual changes then please include some screenshots that show what has changed here. A before and after screenshot helps the reviewer determine what changes were made.

Release notes

[Required if new feature, and if applicable] A short summary of the changes that were made that can be included in release notes.

Change Record

[Required if applicable] If this Pull Request changes the way that developers should do things or introduces a new API for developers then a change record to document this is needed. Please provide a draft for a change record or a link to an unpublished change record below. Existing change records can be consulted as example. Please provide a draft for a change record or a link to an unpublished change record below. Existing change records can be consulted as example.

Translations

[Optional]Translatable strings are always extracted from the latest development branch. To ensure translations remain available for platforms running older versions of Open Social the original string should be added to translations.php when it's changed or removed.

  • [ ] Changed or removed source strings are added to the translations.php file.

dmytriikaiun avatar Jul 20 '22 14:07 dmytriikaiun

Thanks for contributing towards Open Social! A maintainer from the @goalgorilla/maintainers group might not review all changes from all teams/contributors. Please don't be discouraged if it takes a while. In the meantime, we have some automated checks running and it might be that you will see our comments with some tips or requests to speed up the review process. :blush:

mergeable[bot] avatar Jul 20 '22 14:07 mergeable[bot]

Tugboat has finished building the preview for this pull request!

Link:

  • https://pr3044-bmqstqkveva4svo5kyfrmz0wk63hjk3h.tugboatqa.com

Dashboard:

  • https://dashboard.tugboatqa.com/62d810d27b044ac1287a9551

open-social-tugboat avatar Aug 02 '22 10:08 open-social-tugboat

Patch for OS 11.3.x with correct hook numbers - https://www.drupal.org/project/social/issues/3298625#comment-14642976

rollki avatar Aug 08 '22 11:08 rollki

Hi @rollki, Described HTT is relevant only if Dashboard module is enabled. Can this change be useful and tested without this extension? Also please check failing Coding Standards.

ribel avatar Nov 07 '22 16:11 ribel

@ribel All things are fixed, also the hook update numbers are aligned with the new milestone. These new changes also were tested here -> https://bitbucket.org/goalgorilla/eci_demo/pull-requests/484/prod-19864-add-most-followed-tags-block

rollki avatar Nov 09 '22 10:11 rollki