Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #2: Added project files #3

Merged
merged 5 commits into from
Sep 30, 2024
Merged

Issue #2: Added project files #3

merged 5 commits into from
Sep 30, 2024

Conversation

alexmerlin
Copy link
Member

The project includes the bare-minimum of Dotkernel Frontend's functionalities:

  • Routing
  • Templating
  • Error handling
  • Tests and code quality checks

The following items have been removed:

  • Doctrine and all database related stuff
  • Sessions/Cookies/Flash messages
  • Authentication/Authorization
  • Dependency Injection
  • Mail related stuff
  • Navigation
  • CORS
  • Forms/Validators/InpufFilters
  • User module
  • Contact module
  • Plugin module
  • CSS/JS code that was no longer in use due to the above module removals
  • instructions from README.md that are no longer needed

The following packages have been removed:

  • dotkernel/dot-authorization
  • dotkernel/dot-data-fixtures
  • dotkernel/dot-dependency-injection
  • dotkernel/dot-flashmessenger
  • dotkernel/dot-mail
  • dotkernel/dot-navigation
  • dotkernel/dot-rbac-guard
  • dotkernel/dot-response-header
  • dotkernel/dot-session
  • laminas/laminas-form
  • laminas/laminas-i18n
  • mezzio/mezzio-authorization-rbac
  • mezzio/mezzio-cors
  • ramsey/uuid-doctrine
  • roave/psr-container-doctrine

The following DEV packages have been removed:

  • mezzio/mezzio-tooling
  • rector/rector

Signed-off-by: alexmerlin <[email protected]>
Signed-off-by: alexmerlin <[email protected]>
Signed-off-by: alexmerlin <[email protected]>
@alexmerlin alexmerlin self-assigned this Sep 30, 2024
@alexmerlin alexmerlin linked an issue Sep 30, 2024 that may be closed by this pull request
@alexmerlin
Copy link
Member Author

@arhimede please create project in Quodana/Packagist(? if we need badges)/SymfonyInsight.
After that, I will update README.md with the correct URLs and version references.

Copy link

Qodana for PHP

1 new problem were found

Inspection name Severity Problems
Undefined variable 🔴 Failure 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@arhimede arhimede merged commit cc11b2f into 1.0 Sep 30, 2024
21 checks passed
@arhimede arhimede deleted the issue-2 branch September 30, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add project files
2 participants