feat: upgrade project to Symfony 5.4 and PHP 8.1 with complete test coverage - #59
Merged
Conversation
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| UnusedCode | 2 medium |
| BestPractice | 4 medium |
| ErrorProne | 10 medium |
| Security | 1 critical |
| Complexity | 1 medium |
🟢 Metrics 132 complexity · 4 duplication
Metric Results Complexity 132 Duplication 4
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Mike031289
force-pushed
the
feature/upgrade-symfony-5.4
branch
from
July 26, 2026 07:44
af80fb9 to
7cd2ce2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This Pull Request marks the complete modernization of the ToDo & Co application, migrating from the legacy stack (Symfony 3 / PHP 5.5) to a modern, maintainable, and secure architecture under Symfony 5.4 and PHP 8.1.
Key Changes Implemented
1. Technical Migration & Upgrade
app/andweb/directories in favor ofconfig/,public/, andtemplates/).2. Security & Access Control
TaskVoterto secure resource access and prevent unauthorized modifications (strict deletion rules for standard users and administrators regarding anonymous tasks).anonymeuser account.3. Testing & Quality Assurance (QA)
README.md, technical security documentation (doc/TECHNICAL_SECURITY.md), and integrated the final quality audit report (v1.0.0).✅ Checklist
vendor/bin/phpunit).