diff --git a/docs/source/backend/miembro.puml b/docs/source/backend/miembro.puml new file mode 100644 index 0000000..4364897 --- /dev/null +++ b/docs/source/backend/miembro.puml @@ -0,0 +1,19 @@ +@startuml +class Miembro{ + +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