Problem/Motivation
Getting a solid understanding of the Project Browser module is hard to decipher because there was some code put in there as example/placeholder, but does not function. I propose we remove.
Steps to reproduce
Seen in commit 81dda79 and before.
Proposed resolution
Remove the following files:
- modules/project_browser_extender/project_browser_extender.info.yml
- modules/project_browser_extender/project_browser_extender.project_browser.yml
- src/Plugin/drupal_org.project_browser.yml
- src/ProjectBrowserEndpointInterface.php
Remaining tasks
- ✅ File an issue about this project
- ✅ Addition/Change/Update/Fix to this project
- ✅ Testing to ensure no regression
- ☐ Full testing and approval
- ☐ Credit contributors
- ✅ Review with the product owner
- ☐ Release
User interface, API, Data Model changes
None. All this code was non-functional.
Release notes snippet
None needed.
Issue fork project_browser-3267656
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
tim.plunkettComment #5
narendrarLooks good to me. All these files are not required for now and can be safely removed.
Comment #7
tim.plunkettThanks!