Louisiana Association of the Deaf website
Find a file
TheMaddax ea521e92c6 This commit simplifies the document management system to improve usability and user experience:
- Model changes:
  - Remove 'category' field from Document model
  - Replace complex 'status' field with simple 'isPublic' boolean flag
  - Enhance document types to be more specific and user-friendly

- UI improvements:
  - Update DocumentForm component to use simplified model
  - Improve document listing page with clearer public/private status
  - Enhance document detail page with better PDF preview using <object> tag
  - Fix document edit page to work with new model

- API fixes:
  - Fix uploads API route to properly handle PDF files
  - Add proper content types for various document formats
  - Fix params.path handling to prevent errors

- UX enhancements:
  - Simplify form with clearer options
  - Make public/private toggle more intuitive
  - Improve document preview to avoid unwanted downloads
  - Enhance file type handling for better compatibility

- Documentation:
  - Update memory bank (activeContext.md and progress.md)

This change improves the overall user experience by making the document management
system more intuitive while maintaining all necessary functionality.
2025-03-26 18:45:32 -05:00
backend This commit simplifies the document management system to improve usability and user experience: 2025-03-26 18:45:32 -05:00
cline_docs This commit simplifies the document management system to improve usability and user experience: 2025-03-26 18:45:32 -05:00
frontend This commit simplifies the document management system to improve usability and user experience: 2025-03-26 18:45:32 -05:00
mongo-init feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00
nginx/conf feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00
.gitignore Initial commit for boilerplate website 2025-03-24 22:38:46 -05:00
best_practices.txt Initial commit for boilerplate website 2025-03-24 22:38:46 -05:00
docker-compose.yml feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00
how_to_use_perplexity_mcp.md Update perplexity pro subscription 2025-03-25 17:43:14 -05:00
planned_implementation.txt Admin dashboard updates. 2025-03-25 11:13:52 -05:00
TECH_STACK Admin dashboard updates. 2025-03-25 11:13:52 -05:00
TO_DO.txt feat: create project structure and update implementation files 2025-03-25 09:28:10 -05:00