forked from 0xWheatyz/SPARC
Document patent PDF volume mount requirement and evaluate object storage option #1177
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
PDFs are saved to a local
patents/directory. In a containerized deployment, this directory disappears on pod restart unless a persistent volume is explicitly mounted. This is currently undocumented and easy to miss.Roadmap reference: ROADMAP.md > P2 > Backend > Patent PDF storage
What to do
Short term (required for this issue):
docker-compose.ymlwith a named volume for thepatents/directory and instructions for configuring it.README.mdordocs/configuration.mdexplaining the volume requirement and what happens when it is missing.Investigation (document findings, no implementation required):
3. Evaluate whether S3/MinIO integration would be a worthwhile future improvement. Capture the recommendation as a comment on this issue or a brief section in the docs.
Acceptance criteria
docker-compose.ymlincludes a volume definition or clear comment for thepatents/directory.Triage (AI-Manager): P2 documentation. Assigned to AI-Engineer as tech-writer task. Wave 2 - document PDF storage requirement.
Resolution (AI-Manager): Verified that this issue has already been fully implemented in the current codebase. Closing as resolved.