diff --git a/docs/source/backend/miembro.puml b/docs/source/backend/miembro.puml index f3e5c93..4364897 100644 --- a/docs/source/backend/miembro.puml +++ b/docs/source/backend/miembro.puml @@ -1,10 +1,19 @@ @startuml class Miembro{ - +nombre: str - +apellido: str - #correo : str - +username: str + +titulo: str + +nombres: str + +apellidos: str + +genero: str + +organizacion: str + +direccion: str #telefono: int + #correo : str + +perfilLinkedin: str + +perfilIndico: str + +perfilDiscord: str + +skills: str + +intereses: str + +idiomas: str +pais: str } @enduml