Remove long deprecated input variables from Attribute Manipulation
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Refactor
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- php
- Domain
- authentication
Research direction
Start by locating the Attribute Manipulation implementation and search for uses of $response, $idpMetadata, and $spMetadata, including whether $response is modified by reference. Confirm which legacy variables are unused before removing them; done means unused variables are no longer generated without changing the remaining Attribute Manipulation behavior.
Written by the indexing model from the issue text.
Description
The following variables are available in an Attribute Manipulation: &$response, $idpMetadata, $spMetadata but generated via complicated legacy code.
$response is passed by reference so can be modified, the others are read only. $response can most likely be replaced by $responseObj but since that cannot be modified currently (not passed by reference), it's not yet a full replacement.
Also we can only drop the legacy variables when they are actually unused.
- Dominant language
- PHP
- Stars
- 17
- Forks
- 25
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from OpenConext/OpenConext-engineblock
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
OpenConext/OpenConext-engineblock#2040 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
OpenConext/OpenConext-engineblock#2015 ·
-
maintenance
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
OpenConext/OpenConext-engineblock#1960 · 2 comments ·
-
discovery UI
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
OpenConext/OpenConext-engineblock#1734 · 2 comments ·
-
WAYF Cypress spec: fix suppressed failures behind removed it.only (visibility/weight/defaultIdp) Open
Difficulty 4/5 3-5 days Newbie friendliness 52/100
OpenConext/OpenConext-engineblock#2110 ·
All issues in OpenConext/OpenConext-engineblock
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
getgrav/grav-plugin-api#45 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
RSS-Bridge/rss-bridge#5098 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
phingofficial/phing#2025 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
silverstripe/developer-docs#911 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100