refactor: remove unused Comment functionality#13
Conversation
…ds, URL details, and site health Remove four REST API endpoint controllers and their associated route registrations, require statements, and dependent code references. The underlying functionality (comment system, application password management, site health checks) remains available through the admin UI and existing AJAX fallback handlers.
|
📚 Documentation update workflow has been queued for reopened PR (Job ID: |
|
📚 Analyzing PR for documentation updates... |
📚 Documentation Changes Applied
|
📚 Documentation Changes Applied
|
📚 Documentation Changes Applied
|
📚 Documentation Changes Applied
|
📚 Documentation Changes Applied
|
|
You can re-trigger by reopening this PR. |
|
Documentation Changes Added
Actions
|
|
You can re-trigger by reopening this PR. |
|
Documentation Changes Added
Actions
|
|
You can re-trigger by reopening this PR. |
|
Documentation Changes Added
Actions
|
|
📚 No documentation updates were needed for this PR. |
|
Documentation Changes Added
Actions
|
|
Documentation Changes Added
Actions
|
|
Documentation Changes Added
Actions
|
|
Documentation Changes Added
Actions
|
|
Documentation Changes Added
Actions
If neither actions are selected, on PR close/merge the docs branch in ReadMe will remain open. |
Summary
Removes functionality that are no longer needed:
The underlying systems remain intact — the comment system, application password management (admin UI + authentication layer), and site health checks (via direct callbacks and existing AJAX handlers) all continue to function. Only the REST API surface is removed.