Skip to content

Overview

Status: Available, schema-owning · Kind: package · Tier: premium · Bundle: collaboration · Contexts: admin · Product group: Capell Collaboration

Notes adds contextual notes, assignments, mentions, reminders, attention counts, and a user inbox to supported Capell admin records.

Terminal window
composer require capell-app/notes

The package requires capell-app/admin.

  • NotesInboxPage at /admin/notes.
  • Admin user-menu item with attention badge.
  • Package models for notes, assignments, mentions, and reminders.
  • Actions for creating notes, assigning users, and calculating attention counts.

This package has no public frontend routes or Blade output. It should not add any anonymous public surface.

  • Notes inbox page.
  • User-menu notes item with attention badge.
  • Empty inbox state.
  • Inbox with assigned, mentioned, and overdue reminder counts.
  • Package tests: vendor/bin/pest packages/notes/tests --configuration=phpunit.xml.
  • Harness install: composer require capell-app/notes:4.x-dev -W, then php artisan package:discover --ansi and php artisan migrate --graceful --ansi.
  • Screenshots need seeded assigned notes, mentions, and reminders to show the real collaboration workflow.
  • The package has no public frontend surface; future render hooks should include public-safety tests before documentation screenshots are added.