Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,10 @@ __marimo__/
# File uploads (generated during runtime)
uploads/
**/uploads/

# Local developer notes (do not version)
**/TODO.md
**/todo.md

# Local backups and caches
**/node_modules.bak-*/
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![Architecture](https://img.shields.io/badge/Architecture-Event%20Driven%20Microservices-orange)
![Test Coverage](https://img.shields.io/badge/Tests-High%20Test%20Coverage-success)
![Built with Node.js](https://img.shields.io/badge/Backend-Node.js%20%26%20TypeScript-339933?logo=nodedotjs)
![Built with React](https://img.shields.io/badge/Frontend-Next.js%2014%2B%20%26%20React-61DAFB?logo=react)
![Built with React](https://img.shields.io/badge/Frontend-Next.js%2015%20%26%20React%2019-61DAFB?logo=react)
![Database](https://img.shields.io/badge/Database-PostgreSQL-336791?logo=postgresql)
![Events](https://img.shields.io/badge/Events-RabbitMQ%20Powered-FF6600)
![Docker](https://img.shields.io/badge/Container-Docker%20Ready-2496ED?logo=docker)
Expand Down Expand Up @@ -98,6 +98,7 @@ For per-service smoke tests, see the individual service READMEs in `services/*/R
- [🔧 Development Setup](docs/development.md)
- [🚀 Deployment Guide](docs/deployment.md)
- [📡 API Documentation](docs/api.md)
- [🎨 Frontend Documentation](docs/frontend.md)
- [🔔 Notification Service](docs/notification-service.md)
- [🤝 Contributing Guide](CONTRIBUTING.md)
- [🧪 SQL Examples (dev-only)](docs/sql-examples/README.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Welcome to the comprehensive documentation for the Pediafor Assessment Platform
| [🚀 Deployment Guide](./deployment.md) | Production deployment with Docker and events |
| [🔧 Development Guide](./development.md) | Complete development setup and workflow |
| [📡 API Reference](./api.md) | Complete API documentation with examples |
| [🎨 Frontend Guide](../frontend/README.md) | React/Next.js frontend architecture |
| [🎨 Frontend Guide](./frontend.md) | React/Next.js frontend architecture |
| [🧪 SQL Examples](./sql-examples/README.md) | Development-only SQL snippets |

## 🏗️ Service Documentation
Expand All @@ -37,4 +37,4 @@ Welcome to the comprehensive documentation for the Pediafor Assessment Platform

---

Docs Version: 1.3 • Last Updated: October 20, 2025
Docs Version: 2.0 • Last Updated: October 29, 2025
Loading