Skip to content

feat: teacher/company org-scoped access to /admin/sources with AI toggle#29

Merged
AshrafHosam merged 7 commits into
mainfrom
feature/teacher-sources-ai-toggle
Jun 23, 2026
Merged

feat: teacher/company org-scoped access to /admin/sources with AI toggle#29
AshrafHosam merged 7 commits into
mainfrom
feature/teacher-sources-ai-toggle

Conversation

@AshrafHosam

Copy link
Copy Markdown
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
@AshrafHosam
AshrafHosam merged commit c4e5ea5 into main Jun 23, 2026
2 checks passed
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.

1 participant