Skip to content

Chore/add ops routing and landing redirect#82

Merged
AAdewunmi merged 7 commits intomainfrom
chore/add-ops-routing-and-landing-redirect
Feb 16, 2026
Merged

Chore/add ops routing and landing redirect#82
AAdewunmi merged 7 commits intomainfrom
chore/add-ops-routing-and-landing-redirect

Conversation

@AAdewunmi
Copy link
Owner

Summary

Adds initial ops routing and a landing redirect so authenticated users can enter the ops workflow from a stable entry path.

Changes

  • Registered ops URL routes in the root URL config
  • Added/updated landing redirect behavior to point users to the ops entry page
  • Kept existing API/admin routes intact while extending navigation for ops

Why

Creates a clear, consistent entrypoint for the new ops interface and reduces friction for moving from auth/login into the ops flow.

Testing

  • Verified route resolution for ops paths
  • Confirmed landing redirect targets the expected ops URL
  • Sanity-checked existing core routes (/admin, /api, health endpoint) still resolve

Notes

This PR focuses on routing/navigation behavior only and does not introduce new business logic.

@AAdewunmi AAdewunmi self-assigned this Feb 16, 2026
@AAdewunmi AAdewunmi added the week-5-ui-ops Add ops routing and landing redirect label Feb 16, 2026
@AAdewunmi AAdewunmi linked an issue Feb 16, 2026 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

❌ Patch coverage is 86.95652% with 3 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
policylens/apps/ops/views.py 80.00% 2 Missing ⚠️
policylens/config/urls.py 75.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@AAdewunmi AAdewunmi merged commit 13295ce into main Feb 16, 2026
2 checks passed
@AAdewunmi AAdewunmi deleted the chore/add-ops-routing-and-landing-redirect branch February 16, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

week-5-ui-ops Add ops routing and landing redirect

Projects

Development

Successfully merging this pull request may close these issues.

Add ops routing and landing redirect

1 participant

Comments