IT recruitment platform — InterimPlaza is the product label under Mahmoud Consultancy B.V. GloryLabs is the development agency that builds it (see root CLAUDE.md → Corporate Structure).
Single source of truth for the current task, blockers, and next actions.
What this file contains:
Agents should:
CURRENT_TASK.md before starting any workCURRENT_TASK.md after completing8 Comprehensive Documents (98,000+ words):
| Component | Status | Notes | |-----------|--------|-------| | Backend API | ✅ 96% | Database persistence fixed | | Frontend UI | ✅ 92% | Tests improved (74% pass rate) | | CV Builder | ✅ 100% | Fully functional | | Email System | ✅ 100% | 6 templates ready | | Admin Dashboard | ✅ 95% | Analytics pending | | Job Scraping | ✅ 90% | Flextender operational (170 jobs) | | Testing | ⚠️ 74% | 53/72 tests passing | | Documentation | ✅ 100% | Sentior sprint plan added | | Kubernetes Helm | ✅ 100% | Ready to deploy |
Recent Updates (Session 8):
Next: K8s local deploy (1-2 hours) → Analytics (2 hours) → E2E testing (4 hours)
Option 1: Docker Compose (Simpler)
docker-compose up -d
Option 2: Kubernetes with Helm (Production-like) NEW!
# See K8S_LOCAL_QUICKSTART.md for full guide
# Quick deploy
helm install glorylabs ./helm/recruitment-platform \
-f ./helm/recruitment-platform/values-local.yaml \
-n glorylabs-local --create-namespace
# Access
kubectl port-forward -n glorylabs-local svc/glorylabs-recruitment-platform-frontend 4200:80
open http://localhost:4200
Kubernetes Guide: [[K8S_LOCAL_QUICKSTART]]
See [[CURRENT_TASK]] for details:
mahmoud-consultancy/
├── README.md ← You are here
├── CURRENT_TASK.md ← Agent reference (what to do next)
├── K8S_LOCAL_QUICKSTART.md ← Kubernetes deployment guide
│
├── docs/interimplaza/ ← All documentation (Obsidian vault)
│ ├── README.md ← Documentation home
│ ├── Planning/ ← Requirements & sprints
│ ├── Execution/ ← TODO & sessions
│ ├── Implementation/ ← Technical guides
│ └── Reports/ ← Status & summaries
│
├── helm/ ← Kubernetes Helm charts
│ └── recruitment-platform/ ← Complete charts (FE + BE + DB)
│
├── scripts/ ← Automation scripts (16 total)
│ └── EXTRACT_SENTIOR_SOURCES.sh
│
├── backend/ ← Java Spring Boot API
├── frontend/ ← Angular application
└── bin/ ← Archive (old files)
Backend: Java 17, Spring Boot 3.3.5, PostgreSQL, Redis Frontend: Angular 18+, TypeScript Infrastructure: Docker, Kubernetes, Helm, Nginx CI/CD: GitHub Actions Monitoring: Prometheus, Grafana
Developer: GloryLabs Client: Mahmoud Consultancy B.V. (InterimPlaza) Contact: support@glorylabs.nl
Navigation:
© 2025 GloryLabs - Part of Mahmoud Consultancy B.V.
Reacties