Open
Conversation
…e test_feed Co-authored-by: DonnieBLT <128622481+DonnieBLT@users.noreply.github.com> Agent-Logs-Url: https://github.com/OWASP-BLT/BLT/sessions/61b29a84-29dc-4fee-b8a8-e13c7608579c
Copilot created this pull request from a session on behalf of DonnieBLT March 21, 2026 00:48 View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes a few placeholder/template-only endpoints and simplifies routing by replacing trivial view functions with TemplateView, while adding automated coverage for the global activity feed and its admin-only delete behavior.
Changes:
- Removed the dedicated
video_callview module and routed/video_call/directly to the template viaTemplateView. - Switched
/teams/and/apps/to rendercoming_soon.htmland removed the now-unneeded placeholder templates. - Added a new test module covering the feed page, RSS feed, and superuser-only activity deletion.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
website/views/video_call.py | Deleted trivial render-only view. |
blt/urls.py | Updates routes for video_call, teams, and apps to use TemplateView / coming_soon.html. |
website/tests/test_feed.py | Adds test coverage for feed rendering, RSS feed, and delete authorization. |
website/templates/teams.html | Removed unused placeholder template. |
website/templates/apps.html | Removed unused placeholder template. |
website/templates/deletions.html | Removed unused placeholder template. |
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.
Pull request created by AI Agent