Skip to content

v1.1.3

Choose a tag to compare

@ankit2101 ankit2101 released this 06 Mar 09:14
· 46 commits to main since this release

What's New

Bulk PDF Upload

  • Upload multiple chapter PDFs at once for the same board/grade/subject
  • Chapter names are automatically extracted from the first page of each PDF
  • Results table shows per-file status, extracted name, character count, and any warnings

Chapter Rename

  • Inline rename directly in the bulk upload results table after upload (✏ button)
  • Inline rename in the Uploaded Content table for any existing chapter
  • Duplicate name check within the same board/grade/subject — rejected with a clear error
  • Enter to save, Escape to cancel

PDF Viewer

  • Click any chapter name in the Uploaded Content table to open the original PDF in a full-screen modal viewer
  • Close by clicking × or anywhere on the backdrop

API Changes

Method Endpoint Description
POST /api/admin/bulk-upload Upload multiple PDFs in one request
GET /api/admin/chapter/<id>/pdf Serve chapter PDF inline
PATCH /api/admin/chapter/<id>/rename Rename a chapter