Files
digiserver-v2/docs/graphify-out/cache/ad7bb5459ac32cdb614600426f4867f8407bc53a7da9b984cb11f650ec4e6cdc.json
ske087 46602f1933 Sanitize codebase, reorganize docs, and add missing deploy files
Remove dead code identified in docs/SANITIZATION-REVIEW.md:
- app/blueprints/content_old.py and app/blueprints/playlist.py
- app/models/group.py, app/utils/nginx_config_reader.py
- orphaned templates (content_list, edit_content, upload_content,
  player_page) and the related group/Template references

Result: 6 blueprints, 82 routes, no dead modules or orphan templates.

Add files that deploy.sh and docker-entrypoint.sh already require but
which were never tracked:
- https_manager.py       (referenced by deploy.sh, migrate_network.sh,
                          docker-entrypoint.sh)
- Caddyfile.example      (seeded by deploy.sh; its absence aborts deploy)

Relocate generated Graphify artifacts from graphify-out/ to
docs/graphify-out/ (110 files, no content change) and archive the
superseded docs under docs/.

Ignore hygiene:
- ignore ad-hoc .env backups (.env.bak*) — they contain live secrets
- keep the pre-sanitization snapshots (docs/legacy code/,
  docs/old_code_documentation/) on disk but out of the repo

Fix .env.example: drop a duplicated config block, genericize the
hardcoded host IP, and document HOSTNAME_INTERNAL.
2026-09-11 12:18:34 +03:00

1 line
14 KiB
JSON

{"nodes": [{"id": "home_scheianu_digiserver_v2_app_models_content_py", "label": "content.py", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L1", "complexity": 1, "loc": 1}, {"id": "content_content", "label": "Content", "file_type": "code", "type": "CLASS", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L8", "complexity": 4, "loc": 111}, {"id": "content_content_repr", "label": ".__repr__()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L44", "complexity": 1, "loc": 3}, {"id": "content_file_size_mb", "label": "file_size_mb()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L49", "complexity": 2, "loc": 5}, {"id": "content_group_count", "label": "group_count()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L56", "complexity": 1, "loc": 3}, {"id": "content_original_display_name", "label": "original_display_name()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L61", "complexity": 1, "loc": 3}, {"id": "content_original_media_path", "label": "original_media_path()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L66", "complexity": 2, "loc": 10}, {"id": "content_current_media_path", "label": "current_media_path()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L78", "complexity": 1, "loc": 3}, {"id": "content_content_is_image", "label": ".is_image()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L82", "complexity": 1, "loc": 3}, {"id": "content_content_is_video", "label": ".is_video()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L86", "complexity": 1, "loc": 3}, {"id": "content_content_is_pdf", "label": ".is_pdf()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L90", "complexity": 1, "loc": 3}, {"id": "content_content_is_weblink", "label": ".is_weblink()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L94", "complexity": 1, "loc": 3}, {"id": "content_has_player_edits", "label": "has_player_edits()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L99", "complexity": 1, "loc": 3}, {"id": "content_rationale_1", "label": "Content model for media files.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L1"}, {"id": "content_rationale_9", "label": "Content model representing media files for display. Attributes:", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L9"}, {"id": "content_rationale_45", "label": "String representation of Content.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L45"}, {"id": "content_rationale_50", "label": "Get file size in megabytes.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L50"}, {"id": "content_rationale_57", "label": "Get number of groups containing this content.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L57"}, {"id": "content_rationale_62", "label": "Name of the original (unedited) file for display purposes.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L62"}, {"id": "content_rationale_67", "label": "Path (relative to uploads/) where the original unedited file lives. Whe", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L67"}, {"id": "content_rationale_79", "label": "Path (relative to uploads/) of the current/latest version to display.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L79"}, {"id": "content_rationale_83", "label": "Check if content is an image.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L83"}, {"id": "content_rationale_87", "label": "Check if content is a video.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L87"}, {"id": "content_rationale_91", "label": "Check if content is a PDF.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L91"}, {"id": "content_rationale_95", "label": "Check if content is a web link (URL) rather than an uploaded file.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L95"}, {"id": "content_rationale_100", "label": "Whether this content has been edited on a player.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L100"}, {"id": "content_rationale_105", "label": "Display name of the original (unedited) file.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L105"}, {"id": "content_rationale_110", "label": "uploads/-relative path of the pristine original file. After a player ed", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L110"}], "edges": [{"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L2", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L3", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "app_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L5", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "content_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L8", "weight": 1.0}, {"source": "content_content", "target": "content_content_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L44", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "content_file_size_mb", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L49", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "content_group_count", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L56", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "content_original_display_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L61", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "content_original_media_path", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L66", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "content_current_media_path", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L78", "weight": 1.0}, {"source": "content_content", "target": "content_content_is_image", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L82", "weight": 1.0}, {"source": "content_content", "target": "content_content_is_video", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L86", "weight": 1.0}, {"source": "content_content", "target": "content_content_is_pdf", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L90", "weight": 1.0}, {"source": "content_content", "target": "content_content_is_weblink", "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L94", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "content_has_player_edits", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L99", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "content_original_display_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L104", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_models_content_py", "target": "content_original_media_path", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L109", "weight": 1.0}, {"source": "content_rationale_1", "target": "home_scheianu_digiserver_v2_app_models_content_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L1", "weight": 1.0}, {"source": "content_rationale_9", "target": "content_content", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L9", "weight": 1.0}, {"source": "content_rationale_45", "target": "content_content_repr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L45", "weight": 1.0}, {"source": "content_rationale_50", "target": "content_content_file_size_mb", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L50", "weight": 1.0}, {"source": "content_rationale_57", "target": "content_content_group_count", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L57", "weight": 1.0}, {"source": "content_rationale_62", "target": "content_content_original_display_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L62", "weight": 1.0}, {"source": "content_rationale_67", "target": "content_content_original_media_path", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L67", "weight": 1.0}, {"source": "content_rationale_79", "target": "content_content_current_media_path", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L79", "weight": 1.0}, {"source": "content_rationale_83", "target": "content_content_is_image", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L83", "weight": 1.0}, {"source": "content_rationale_87", "target": "content_content_is_video", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L87", "weight": 1.0}, {"source": "content_rationale_91", "target": "content_content_is_pdf", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L91", "weight": 1.0}, {"source": "content_rationale_95", "target": "content_content_is_weblink", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L95", "weight": 1.0}, {"source": "content_rationale_100", "target": "content_content_has_player_edits", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L100", "weight": 1.0}, {"source": "content_rationale_105", "target": "content_content_original_display_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L105", "weight": 1.0}, {"source": "content_rationale_110", "target": "content_content_original_media_path", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L110", "weight": 1.0}], "raw_calls": [{"caller_nid": "content_file_size_mb", "callee": "round", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L52"}, {"caller_nid": "content_group_count", "callee": "count", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L58"}, {"caller_nid": "content_has_player_edits", "callee": "count", "source_file": "/home/scheianu/digiserver-v2/app/models/content.py", "source_location": "L101"}]}