Files
bookhoard/uploads/George Orwell/Animal Farm (1267)/metadata.opf
T
john-okeefe 935b867219 feat: add highlights and notes annotation system
This major update implements a complete user annotation system:

## 🎯 New Features
- User notes with position tracking for media items
- Text highlighting with customizable colors
- Highlight-note associations for detailed annotations
- Full CRUD API for both notes and highlights
- Backward compatibility with existing ebook endpoints

## 📊 Database Changes
- Add media_notes table (id, media_item_id, user_id, content, position, timestamps)
- Add media_highlights table (id, media_item_id, user_id, selection_text, start/end_position, color, optional note_id)
- Add foreign key relationships with CASCADE deletes
- Add proper indexes for performance
- Add database schema views for ebook backward compatibility

## 🔧 API Implementation
- Complete REST API endpoints for notes and highlights
- JWT authentication with proper middleware bypass
- Request validation with meaningful error responses
- UUID validation and type safety
- Support for hex color codes in highlights

## 🧪 Testing & Documentation
- Comprehensive test suite covering authentication scenarios
- Bruno API collection for manual testing
- Detailed testing guide with troubleshooting
- Updated documentation in README and TESTING.md

## 📁 Backward Compatibility
- Existing ebook endpoints continue working
- Database views maintain API contracts
- No breaking changes for existing integrations

The annotation system is now fully functional and ready for production use.
2026-01-28 17:12:40 -05:00

27 lines
2.0 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="uuid_id" version="2.0">
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
<dc:identifier opf:scheme="calibre" id="calibre_id">1267</dc:identifier>
<dc:identifier opf:scheme="uuid" id="uuid_id">7beb14fe-56e2-4cb7-b36c-6fbe64233b04</dc:identifier>
<dc:title>Animal Farm</dc:title>
<dc:creator opf:file-as="Orwell, George" opf:role="aut">George Orwell</dc:creator>
<dc:contributor opf:file-as="calibre" opf:role="bkp">calibre (8.16.2) [https://calibre-ebook.com]</dc:contributor>
<dc:date>1999-01-15T05:00:00+00:00</dc:date>
<dc:description>&lt;div&gt;
&lt;p&gt;When the downtrodden animals of Manor Farm overthrow their master Mr Jones and take over the farm themselves, they imagine it is the beginning of a life of freedom and equality. But gradually a cunning, ruthless élite among them, masterminded by the pigs Napoleon and Snowball, starts to take control. Soon the other animals discover that they are not all as equal as they thought, and find themselves hopelessly ensnared as one form of tyranny is replaced with another. Orwell's chilling 'fairy story' is a timeless and devastating satire of idealism betrayed by power and corruption.&lt;/p&gt;&lt;/div&gt;</dc:description>
<dc:publisher>Penguin Books</dc:publisher>
<dc:identifier opf:scheme="ISBN">9780140817690</dc:identifier>
<dc:identifier opf:scheme="GOOGLE">FrVaPwAACAAJ</dc:identifier>
<dc:language>eng</dc:language>
<dc:subject>Fiction</dc:subject>
<dc:subject>General</dc:subject>
<dc:subject>Classics</dc:subject>
<dc:subject>Literary</dc:subject>
<meta name="calibre:timestamp" content="2026-01-26T18:33:41+00:00"/>
<meta name="calibre:title_sort" content="Animal Farm"/>
</metadata>
<guide>
<reference type="cover" title="Cover" href="cover.jpg"/>
</guide>
</package>