El sistema evalúa compatibilidad técnica, logística y
disponibilidad antes de hacer Match con tu equipo ideal.
import { DevMatch } from '@dm/core';
interface StudentProfile {
id: string; // uuid
name: string;
skills: string[];
available: number; // hrs/semana
}
// Cloud Storage Online -> active
// profile.status = 'ready'