{"id":49778332,"url":"https://github.com/caedmon5/student-kanban-public","last_synced_at":"2026-05-11T17:11:46.316Z","repository":{"id":356147184,"uuid":"1157417929","full_name":"caedmon5/student-kanban-public","owner":"caedmon5","description":"This is the public-facing version of my student kanban-reading board.","archived":false,"fork":false,"pushed_at":"2026-05-06T19:24:46.000Z","size":17,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-06T21:32:59.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caedmon5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-13T19:48:50.000Z","updated_at":"2026-05-06T19:24:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/caedmon5/student-kanban-public","commit_stats":null,"previous_names":["caedmon5/student-kanban-public"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/caedmon5/student-kanban-public","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caedmon5%2Fstudent-kanban-public","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caedmon5%2Fstudent-kanban-public/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caedmon5%2Fstudent-kanban-public/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caedmon5%2Fstudent-kanban-public/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caedmon5","download_url":"https://codeload.github.com/caedmon5/student-kanban-public/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caedmon5%2Fstudent-kanban-public/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32904682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-11T17:09:15.040Z","status":"ssl_error","status_checked_at":"2026-05-11T17:08:45.420Z","response_time":120,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-11T17:11:44.626Z","updated_at":"2026-05-11T17:11:46.308Z","avatar_url":"https://github.com/caedmon5.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Student Reading Queue Automation\n\nThis repository contains scripts and workflows to manage a student reading queue on GitHub using private repos and a central Kanban board.\n\n## Overview\n\n- Each student has a private repository for submitting papers.\n- Papers are submitted as GitHub issues using a standard template.\n- Issues are automatically synced to a GitHub Project (v2) Kanban board.\n- Status updates in the board are mirrored back to repo issues with labels and comments.\n- A shared inbox repository can be used for students without GitHub accounts.\n\n## Repository Structure\n\n- students.csv — list of students (name, github_username).\n- add_students.py — creates private repos for students, pushes issue templates, adds collaborators, and seeds an initial issue.\n- paper-submission.md — issue template used for paper submissions.\n- pull_issues_to_kanban.py — sync script that:\n  - Adds issues from all student repos to the central Project.\n  - Updates Status fields.\n  - Posts comments when statuses change.\n  - Mirrors board status into labels.\n- update-kanban.yml — GitHub Actions workflow to run the sync on a schedule or manually.\n\n## Setup\n\n1) Prepare a GitHub token with repo and project permissions.\n   In your repository: Settings \u003e Secrets and variables \u003e Actions \u003e New repository secret\n   Name the secret: GH_TOKEN\n\n2) Create student repos\n    python add_students.py\n\n   This will:\n   - Create a private repo for each student listed in students.csv.\n   - Add the issue template.\n   - Invite the student as a collaborator.\n   - Open an initial placeholder issue.\n\n3) Set up the inbox repo (optional)\n   - Create a repo named reading-inbox.\n   - Add .github/ISSUE_TEMPLATE/paper-submission.md to that repo (copy this file).\n   - Ensure Issues are enabled in the repo settings.\n   Use this repo to add papers for students without GitHub accounts.\n\n4) Run the Kanban sync\n   Trigger manually:\n    python pull_issues_to_kanban.py\n   Or let GitHub Actions run it via the update-kanban.yml workflow.\n\n## Usage\n\n- Students submit papers by creating issues in their repos with the provided template.\n- You can add papers for non-GitHub students via the reading-inbox repo (same template).\n- The Kanban board shows all submissions in one place.\n- Status changes in the board trigger comments and labels in the original issue.\n\n## Notes\n\n- The workflow requires the correct permission key repository-projects (not projects) in update-kanban.yml.\n- Ensure GH_TOKEN has access to both private repos and Projects (v2).\n\n## License\n\nThis project is for instructional and academic use. Adapt as needed for your own lab or course.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaedmon5%2Fstudent-kanban-public","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaedmon5%2Fstudent-kanban-public","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaedmon5%2Fstudent-kanban-public/lists"}