Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structure #3

Open
woldtwerk opened this issue Jun 14, 2022 · 0 comments
Open

Structure #3

woldtwerk opened this issue Jun 14, 2022 · 0 comments

Comments

@woldtwerk
Copy link
Member

woldtwerk commented Jun 14, 2022

edit

classDiagram
    Node <|-- DevBlock
    Node <|-- Event
    Node <|-- OpenSource
    Node <|-- Recruiting
    Author "1" --> "1..*" Node

    <<abstract>> Node
    Node : +String title
    Node : +Date created
    Node : +Date changed
    Node : +Boolean status
    Node : +Boolean promte
    Node : +Boolean sticky

    class DevBlock {
        Media~Image|Video~ field_headerimage
        Text field_teasertext
        Taxonomy category
        Number reading_duration()
    }

    class Event {

    }

    class OpenSource {

    }

    class Recruiting {
        
    }

    class Author {
        String name
    }
    
    Media <|-- Image
    <<abstract>> Media
    Media : +String name

    class MediaImage {
        mime
        filesize
        width
        height
    }

    class MediaVideo {

    }

     <<abstract>> Media


Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant