Files
bookhoard/uploads/L. M. Montgomery/The Blue Castle (1273)/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

36 lines
2.5 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">1273</dc:identifier>
<dc:identifier opf:scheme="uuid" id="uuid_id">ddb0aad7-e80a-4186-8af4-9946ace87fe3</dc:identifier>
<dc:title>The Blue Castle</dc:title>
<dc:creator opf:file-as="Montgomery, L. M." opf:role="aut">L. M. Montgomery</dc:creator>
<dc:contributor opf:file-as="calibre" opf:role="bkp">calibre (8.16.2) [https://calibre-ebook.com]</dc:contributor>
<dc:date>1926-01-01T05:00:00+00:00</dc:date>
<dc:description>&lt;div&gt;
&lt;p&gt;An unforgettable story of courage and romance. Will Valancy Stirling ever escape her strict family and find true love? &lt;/p&gt;
&lt;p&gt;Valancy Stirling is 29, unmarried, and has never been in love. Living with her overbearing mother and meddlesome aunt, she finds her only consolation in the "forbidden" books of John Foster and her daydreams of the Blue Castle--a place where all her dreams come true and she can be who she truly wants to be. After getting shocking news from the doctor, she rebels against her family and discovers a surprising new world, full of love and adventures far beyond her most secret dreams.&lt;/p&gt;&lt;/div&gt;</dc:description>
<dc:publisher>Bantam Books</dc:publisher>
<dc:identifier opf:scheme="ISBN">9780553280517</dc:identifier>
<dc:identifier opf:scheme="GOODREADS">95693</dc:identifier>
<dc:language>eng</dc:language>
<dc:subject>Classics</dc:subject>
<dc:subject>Romance</dc:subject>
<dc:subject>Historical</dc:subject>
<dc:subject>Young Adult</dc:subject>
<dc:subject>Self-actualization (Psychology) -- Fiction</dc:subject>
<dc:subject>Single women -- Fiction</dc:subject>
<dc:subject>Canada -- History -- 1914-1945 -- Fiction</dc:subject>
<dc:subject>Romance fiction</dc:subject>
<dc:subject>Love -- Fiction</dc:subject>
<dc:subject>Young adult fiction</dc:subject>
<dc:subject>Choice (Psychology) -- Fiction</dc:subject>
<meta name="calibre:rating" content="8"/>
<meta name="calibre:timestamp" content="2026-01-26T18:33:42+00:00"/>
<meta name="calibre:title_sort" content="Blue Castle, The"/>
</metadata>
<guide>
<reference type="cover" title="Cover" href="cover.jpg"/>
</guide>
</package>