Skip to content

Commit

Permalink
Update miembro.puml
Browse files Browse the repository at this point in the history
Actualizacion de entidad miembros
  • Loading branch information
JuanLP06 authored Jul 11, 2023
1 parent 9b2a218 commit faf7aa0
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/source/backend/miembro.puml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit faf7aa0

Please sign in to comment.