rfiles-online/files
Jeff Emmett f600ceac14 feat: add MemoryCard model for knowledge cards in shared spaces
Lightweight card system for notes, ideas, tasks, references, and quotes
within SharedSpaces. Supports markdown body, tags, media attachments (M2M),
position ordering, and type filtering. REST API at /api/v1/cards/ with
full CRUD. Phase 2 stub for Docmost collaborative editing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 03:38:50 +00:00
..
migrations feat: add MemoryCard model for knowledge cards in shared spaces 2026-02-18 03:38:50 +00:00
__init__.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
admin.py feat: add MemoryCard model for knowledge cards in shared spaces 2026-02-18 03:38:50 +00:00
apps.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
models.py feat: add MemoryCard model for knowledge cards in shared spaces 2026-02-18 03:38:50 +00:00
serializers.py feat: add MemoryCard model for knowledge cards in shared spaces 2026-02-18 03:38:50 +00:00
tasks.py Initial commit: rfiles.online standalone file sharing platform 2026-02-10 15:46:31 +00:00
urls.py feat: add MemoryCard model for knowledge cards in shared spaces 2026-02-18 03:38:50 +00:00
views.py feat: add MemoryCard model for knowledge cards in shared spaces 2026-02-18 03:38:50 +00:00