From c715e278c68188559800f585b8c68388c37ca370 Mon Sep 17 00:00:00 2001 From: Manuel Matos Date: Sun, 23 Jul 2023 18:15:11 -0400 Subject: [PATCH] Updated the diagram class for CommunitySponsor content type docs #33 #60 --- docs/source/backend/communitysponsor.puml | 11 +++++++++++ docs/source/backend/index.rst | 4 ++-- docs/source/backend/patrocinante.puml | 11 ----------- 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 docs/source/backend/communitysponsor.puml delete mode 100644 docs/source/backend/patrocinante.puml diff --git a/docs/source/backend/communitysponsor.puml b/docs/source/backend/communitysponsor.puml new file mode 100644 index 0000000..7156a7c --- /dev/null +++ b/docs/source/backend/communitysponsor.puml @@ -0,0 +1,11 @@ +@startuml +class CommunitySponsor { + +name : String + +information : String + +logo_photo : File + +type : String + +website : String + #email : String + #phone : Integer +} +@enduml diff --git a/docs/source/backend/index.rst b/docs/source/backend/index.rst index 0c11125..8ddd187 100644 --- a/docs/source/backend/index.rst +++ b/docs/source/backend/index.rst @@ -5,8 +5,8 @@ Backend UML - Diagrama de Clases ======================== -.. plantuml:: ./patrocinante.puml - :caption: Patrocinante +.. plantuml:: ./communitysponsor.puml + :caption: Community Sponsor :align: center --- diff --git a/docs/source/backend/patrocinante.puml b/docs/source/backend/patrocinante.puml deleted file mode 100644 index 916d4fe..0000000 --- a/docs/source/backend/patrocinante.puml +++ /dev/null @@ -1,11 +0,0 @@ -@startuml -class Patrocinante { - +tipo : String - +nombre : String - +logotipo : File - +descripcion : String - +url : String - #email : String - #telefono : Integer -} -@enduml