Files
digiserver-v2/graphify-out/wiki/Community_5.md
T

4.2 KiB

Community 5

54 nodes · cohesion 0.04

Key Concepts

Class Diagram

classDiagram
    class Content {
        +content.py()
        +.__repr__()
        +.is_image()
        +.is_video()
        +.is_pdf()
        +.is_weblink()
    }
    class PlayerFeedback {
        +player_feedback.py()
        +.__repr__()
    }
    class Player {
        +player.py()
        +.__repr__()
        +.update_status()
        +.set_password()
        +.check_password()
        +.set_quickconnect_code()
        +.check_quickconnect_code()
    }

Relationships

  • No strong cross-community connections detected

Source Files

Audit Trail

  • EXTRACTED: 100 (68%)
  • INFERRED: 47 (32%)
  • AMBIGUOUS: 0 (0%)

Part of the graphify knowledge wiki. See index to navigate.