tractatus/src/models
TheFlow 29fa3956f9 feat: newsletter modal and deployment script enhancements
**Newsletter Modal Implementation**:
- Added modal subscription forms to blog pages
- Improved UX with dedicated modal instead of anchor links
- Location: public/blog.html, public/blog-post.html

**Blog JavaScript Enhancements**:
- Enhanced blog.js and blog-post.js with modal handling
- Newsletter form submission logic
- Location: public/js/blog.js, public/js/blog-post.js

**Deployment Script Improvements**:
- Added pre-deployment checks (server running, version parameters)
- Enhanced visual feedback with status indicators (✓/✗/⚠)
- Version parameter staleness detection
- Location: scripts/deploy-full-project-SAFE.sh

**Demo Page Cleanup**:
- Minor refinements to demo pages
- Location: public/demos/*.html

**Routes Enhancement**:
- Newsletter route additions
- Location: src/routes/index.js

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-14 13:11:46 +13:00
..
AuditLog.model.js fix: MongoDB persistence and inst_016-018 content validation enforcement 2025-10-11 00:17:03 +13:00
BlogPost.model.js feat: add MongoDB models for core collections 2025-10-06 23:54:56 +13:00
CaseSubmission.model.js feat: add MongoDB models for core collections 2025-10-06 23:54:56 +13:00
Document.model.js docs: fix Introduction language violations and add database utility scripts 2025-10-12 22:41:04 +13:00
Donation.model.js feat: add multi-currency support and privacy policy to Koha system 2025-10-08 15:17:23 +13:00
GovernanceLog.model.js feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
GovernanceRule.model.js fix(models): remove duplicate schema indexes for clean startup 2025-10-12 16:35:45 +13:00
index.js feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
MediaInquiry.model.js feat: add MongoDB models for core collections 2025-10-06 23:54:56 +13:00
ModerationQueue.model.js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
NewsletterSubscription.model.js feat: newsletter modal and deployment script enhancements 2025-10-14 13:11:46 +13:00
Project.model.js feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
Resource.model.js feat: add MongoDB models for core collections 2025-10-06 23:54:56 +13:00
SessionState.model.js fix: MongoDB persistence and inst_016-018 content validation enforcement 2025-10-11 00:17:03 +13:00
User.model.js feat: add MongoDB models for core collections 2025-10-06 23:54:56 +13:00
VariableValue.model.js fix(models): remove duplicate schema indexes for clean startup 2025-10-12 16:35:45 +13:00
VerificationLog.model.js fix(models): remove duplicate schema indexes for clean startup 2025-10-12 16:35:45 +13:00