Files
digiserver-v2/docs/graphify-out/cache/f7dc1ac90509b8b858c474ecba2f13a5f795e20640cd932236c89c81e2eb770a.json
T
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
51 KiB
JSON

{"nodes": [{"id": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "label": "blueprint_groups.py", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L1", "complexity": 1, "loc": 1}, {"id": "blueprint_groups_groups_list", "label": "groups_list()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L16", "complexity": 3, "loc": 18}, {"id": "blueprint_groups_create_group", "label": "create_group()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L38", "complexity": 8, "loc": 48}, {"id": "blueprint_groups_edit_group", "label": "edit_group()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L90", "complexity": 9, "loc": 54}, {"id": "blueprint_groups_delete_group", "label": "delete_group()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L148", "complexity": 3, "loc": 23}, {"id": "blueprint_groups_manage_group", "label": "manage_group()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L175", "complexity": 3, "loc": 36}, {"id": "blueprint_groups_group_fullscreen", "label": "group_fullscreen()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L214", "complexity": 3, "loc": 21}, {"id": "blueprint_groups_add_player_to_group", "label": "add_player_to_group()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L239", "complexity": 3, "loc": 26}, {"id": "blueprint_groups_remove_player_from_group", "label": "remove_player_from_group()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L269", "complexity": 3, "loc": 25}, {"id": "blueprint_groups_add_content_to_group", "label": "add_content_to_group()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L298", "complexity": 6, "loc": 33}, {"id": "blueprint_groups_remove_content_from_group", "label": "remove_content_from_group()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L335", "complexity": 4, "loc": 26}, {"id": "blueprint_groups_reorder_group_content", "label": "reorder_group_content()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L365", "complexity": 5, "loc": 25}, {"id": "blueprint_groups_group_stats", "label": "group_stats()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L394", "complexity": 2, "loc": 8}, {"id": "blueprint_groups_rationale_1", "label": "Groups blueprint for group management and player assignments.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L1"}, {"id": "blueprint_groups_rationale_17", "label": "Display list of all groups.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L17"}, {"id": "blueprint_groups_rationale_176", "label": "Manage group with player status cards and content.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L176"}, {"id": "blueprint_groups_rationale_215", "label": "Display group fullscreen view with all player status cards.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L215"}, {"id": "blueprint_groups_rationale_240", "label": "Add a player to a group.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L240"}, {"id": "blueprint_groups_rationale_270", "label": "Remove a player from a group.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L270"}, {"id": "blueprint_groups_rationale_299", "label": "Add content to a group.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L299"}, {"id": "blueprint_groups_rationale_336", "label": "Remove content from a group.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L336"}, {"id": "blueprint_groups_rationale_366", "label": "Reorder content within a group.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L366"}, {"id": "blueprint_groups_rationale_395", "label": "Get group statistics as JSON.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L395"}], "edges": [{"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "flask", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L2", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "flask_login", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L3", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L4", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "app_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L6", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "app_models", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L7", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "app_utils_logger", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L8", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "app_utils_group_player_management", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L9", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_groups_list", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L16", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_create_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L38", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_edit_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L90", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_delete_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L148", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_manage_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L175", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_group_fullscreen", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L214", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_add_player_to_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L239", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_remove_player_from_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L269", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_add_content_to_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L298", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_remove_content_from_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L335", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_reorder_group_content", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L365", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "target": "blueprint_groups_group_stats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L394", "weight": 1.0}, {"source": "blueprint_groups_rationale_1", "target": "home_scheianu_digiserver_v2_old_code_documentation_blueprint_groups_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L1", "weight": 1.0}, {"source": "blueprint_groups_rationale_17", "target": "blueprint_groups_groups_list", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L17", "weight": 1.0}, {"source": "blueprint_groups_rationale_176", "target": "blueprint_groups_manage_group", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L176", "weight": 1.0}, {"source": "blueprint_groups_rationale_215", "target": "blueprint_groups_group_fullscreen", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L215", "weight": 1.0}, {"source": "blueprint_groups_rationale_240", "target": "blueprint_groups_add_player_to_group", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L240", "weight": 1.0}, {"source": "blueprint_groups_rationale_270", "target": "blueprint_groups_remove_player_from_group", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L270", "weight": 1.0}, {"source": "blueprint_groups_rationale_299", "target": "blueprint_groups_add_content_to_group", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L299", "weight": 1.0}, {"source": "blueprint_groups_rationale_336", "target": "blueprint_groups_remove_content_from_group", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L336", "weight": 1.0}, {"source": "blueprint_groups_rationale_366", "target": "blueprint_groups_reorder_group_content", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L366", "weight": 1.0}, {"source": "blueprint_groups_rationale_395", "target": "blueprint_groups_group_stats", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L395", "weight": 1.0}], "raw_calls": [{"caller_nid": "blueprint_groups_groups_list", "callee": "all", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L19"}, {"caller_nid": "blueprint_groups_groups_list", "callee": "order_by", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L19"}, {"caller_nid": "blueprint_groups_groups_list", "callee": "get_group_statistics", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L24"}, {"caller_nid": "blueprint_groups_groups_list", "callee": "render_template", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L27"}, {"caller_nid": "blueprint_groups_groups_list", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L31"}, {"caller_nid": "blueprint_groups_groups_list", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L31"}, {"caller_nid": "blueprint_groups_groups_list", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L32"}, {"caller_nid": "blueprint_groups_groups_list", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L33"}, {"caller_nid": "blueprint_groups_groups_list", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L33"}, {"caller_nid": "blueprint_groups_create_group", "callee": "all", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L41"}, {"caller_nid": "blueprint_groups_create_group", "callee": "order_by", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L41"}, {"caller_nid": "blueprint_groups_create_group", "callee": "render_template", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L42"}, {"caller_nid": "blueprint_groups_create_group", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L45"}, {"caller_nid": "blueprint_groups_create_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L45"}, {"caller_nid": "blueprint_groups_create_group", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L46"}, {"caller_nid": "blueprint_groups_create_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L46"}, {"caller_nid": "blueprint_groups_create_group", "callee": "getlist", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L47"}, {"caller_nid": "blueprint_groups_create_group", "callee": "len", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L50"}, {"caller_nid": "blueprint_groups_create_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L51"}, {"caller_nid": "blueprint_groups_create_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L52"}, {"caller_nid": "blueprint_groups_create_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L52"}, {"caller_nid": "blueprint_groups_create_group", "callee": "first", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L55"}, {"caller_nid": "blueprint_groups_create_group", "callee": "filter_by", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L55"}, {"caller_nid": "blueprint_groups_create_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L57"}, {"caller_nid": "blueprint_groups_create_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L58"}, {"caller_nid": "blueprint_groups_create_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L58"}, {"caller_nid": "blueprint_groups_create_group", "callee": "Group", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L61"}, {"caller_nid": "blueprint_groups_create_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L69"}, {"caller_nid": "blueprint_groups_create_group", "callee": "int", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L69"}, {"caller_nid": "blueprint_groups_create_group", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L71"}, {"caller_nid": "blueprint_groups_create_group", "callee": "add", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L73"}, {"caller_nid": "blueprint_groups_create_group", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L74"}, {"caller_nid": "blueprint_groups_create_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L76"}, {"caller_nid": "blueprint_groups_create_group", "callee": "len", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L76"}, {"caller_nid": "blueprint_groups_create_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L77"}, {"caller_nid": "blueprint_groups_create_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L79"}, {"caller_nid": "blueprint_groups_create_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L79"}, {"caller_nid": "blueprint_groups_create_group", "callee": "rollback", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L82"}, {"caller_nid": "blueprint_groups_create_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L83"}, {"caller_nid": "blueprint_groups_create_group", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L83"}, {"caller_nid": "blueprint_groups_create_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L84"}, {"caller_nid": "blueprint_groups_create_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L85"}, {"caller_nid": "blueprint_groups_create_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L85"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "get_or_404", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L92"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "all", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L95"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "order_by", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L95"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "render_template", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L96"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L101"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L101"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L102"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L102"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "getlist", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L103"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "len", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L106"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L107"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L108"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L108"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "first", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L111"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "filter", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L111"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L113"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L114"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L114"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L124"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "int", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L124"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L126"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L128"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "delete_memoized", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L132"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L134"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L135"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L137"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L137"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "rollback", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L140"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L141"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L141"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L142"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L143"}, {"caller_nid": "blueprint_groups_edit_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L143"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "get_or_404", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L151"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "delete_memoized", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L157"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "delete", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L159"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L160"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L162"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L163"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "rollback", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L166"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L167"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L167"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L168"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L170"}, {"caller_nid": "blueprint_groups_delete_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L170"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "get_or_404", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L178"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "all", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L181"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "order_by", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L181"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "get_player_status_info", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L186"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "all", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L190"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "order_by", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L190"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "all", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L193"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "order_by", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L193"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "filter", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L193"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "all", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L198"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "order_by", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L198"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "render_template", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L200"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L208"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L208"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L209"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L210"}, {"caller_nid": "blueprint_groups_manage_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L210"}, {"caller_nid": "blueprint_groups_group_fullscreen", "callee": "get_or_404", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L217"}, {"caller_nid": "blueprint_groups_group_fullscreen", "callee": "all", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L220"}, {"caller_nid": "blueprint_groups_group_fullscreen", "callee": "order_by", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L220"}, {"caller_nid": "blueprint_groups_group_fullscreen", "callee": "get_player_status_info", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L225"}, {"caller_nid": "blueprint_groups_group_fullscreen", "callee": "render_template", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L228"}, {"caller_nid": "blueprint_groups_group_fullscreen", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L233"}, {"caller_nid": "blueprint_groups_group_fullscreen", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L233"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "get_or_404", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L242"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L243"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L246"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L247"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L247"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "get_or_404", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L249"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "int", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L249"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L251"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "delete_memoized", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L254"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L256"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L257"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "rollback", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L260"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L261"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L261"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L262"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L264"}, {"caller_nid": "blueprint_groups_add_player_to_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L264"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "get_or_404", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L272"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L275"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L276"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L276"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L280"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "delete_memoized", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L283"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L285"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L286"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "rollback", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L289"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L290"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L290"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L291"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L293"}, {"caller_nid": "blueprint_groups_remove_player_from_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L293"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "get_or_404", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L301"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "getlist", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L302"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L305"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L306"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L306"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L311"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "int", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L311"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L313"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L316"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "delete_memoized", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L320"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L322"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L323"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "rollback", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L326"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L327"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L327"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L328"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L330"}, {"caller_nid": "blueprint_groups_add_content_to_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L330"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "get_or_404", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L338"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "get_or_404", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L339"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L342"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L343"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L343"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "remove", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L345"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L346"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "delete_memoized", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L350"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L352"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L353"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "rollback", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L356"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L357"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L357"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "flash", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L358"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "redirect", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L360"}, {"caller_nid": "blueprint_groups_remove_content_from_group", "callee": "url_for", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L360"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "get_or_404", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L368"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L369"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "enumerate", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L372"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L373"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "commit", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L377"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "delete_memoized", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L381"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L383"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "jsonify", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L384"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "rollback", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L387"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L388"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L388"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "jsonify", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L389"}, {"caller_nid": "blueprint_groups_reorder_group_content", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L389"}, {"caller_nid": "blueprint_groups_group_stats", "callee": "get_group_statistics", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L397"}, {"caller_nid": "blueprint_groups_group_stats", "callee": "jsonify", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L398"}, {"caller_nid": "blueprint_groups_group_stats", "callee": "log_action", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L400"}, {"caller_nid": "blueprint_groups_group_stats", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L400"}, {"caller_nid": "blueprint_groups_group_stats", "callee": "jsonify", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L401"}, {"caller_nid": "blueprint_groups_group_stats", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/old_code_documentation/blueprint_groups.py", "source_location": "L401"}]}