nextcloud-libraries / nextcloud-libraries/rector
Implement migration for AuthorizedAdminSetting
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- PHP
- Stars
- 3
- Forks
- 1
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
AuthorizedAdminSetting is a special case because it was one annotation but should be migrated to several attributes if there is a ; in the parameter.
Because of this complexity it was left out of https://github.com/nextcloud-libraries/rector/pull/40
Contributor guide
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.
Research direction
Review pull request #40 and the AuthorizedAdminSetting migration described in this issue. Determine how an annotation parameter containing ; should become several attributes, then verify that the migration handles both the special case and the existing cases covered by the rule.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100