OpenRailAssociation / OpenRailAssociation/github-org-manager

Manage GitHub projects as well

Open
#81 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted
Dominant language
Python
Stars
14
Forks
6
Avg merge
2d 20h
Merged PRs (30d)
8

Description

I would be great if we could manage GitHub Projects as well.

Based on the configuration it could be like this:

Project Team:
  ...
  projects:
    roadmap:
      id: 1
      role: (admin | write | read)
    backlog:
      id: 2
      role: (admin | write | read)

Sadly the projects have an ID string with 1. Therefore, I would suggest using a name for better understanding.
Otherwise it could lead to issues if you forget a comment:

Project Team:
  ...
  projects:
    1: (admin | write | read) # This is the roadmap
    2: (admin | write | read) # This is the backlog

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by reviewing the existing configuration for organization teams and permissions, then consult the linked GitHub Projects documentation and determine how named projects, numeric IDs, and admin/write/read roles should be represented; done means the configuration and management behavior are defined consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
github, python
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.