feat: teacher/company org-scoped access to /admin/sources with AI toggle#29
Merged
Conversation
AshrafHosam
commented
Jun 23, 2026
Collaborator
- Add offerManagerGuard and Sources nav link for Teacher/Company profiles
- Scope GET /admin/sources to user's own organization for offer managers
- Auto-assign organization on POST for offer managers (no org_id required)
- Block offer managers from re-assigning source organization via PATCH
- Return 404 for detail/patch/delete on sources outside user's org
- Auto-generate UUID key server-side; remove key field from UI form
- Replace target_profile free-text input with validated dropdown (student/company/researcher)
- Remove quality field from UI; backend always defaults to "real"
- Fix scraper crash on unknown target_profile (DoesNotExist → graceful skip)
- Seed unibz/mdu ScrapingSource rows with organization FK via seed_lookups
- Keep organization_token in sync with organization FK on create and PATCH
- Add offerManagerGuard and Sources nav link for Teacher/Company profiles - Scope GET /admin/sources to user's own organization for offer managers - Auto-assign organization on POST for offer managers (no org_id required) - Block offer managers from re-assigning source organization via PATCH - Return 404 for detail/patch/delete on sources outside user's org - Auto-generate UUID key server-side; remove key field from UI form - Replace target_profile free-text input with validated dropdown (student/company/researcher) - Remove quality field from UI; backend always defaults to "real" - Fix scraper crash on unknown target_profile (DoesNotExist → graceful skip) - Seed unibz/mdu ScrapingSource rows with organization FK via seed_lookups - Keep organization_token in sync with organization FK on create and PATCH
…es-ai-toggle # Conflicts: # backend/content/views/sources.py # backend/ui/src/app/pages/sources-admin-page.component.html # backend/ui/src/app/pages/sources-admin-page.component.ts
…id target_profile
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.