RealDevSquad / RealDevSquad/website-backend
GitHub Bot/App for syncing assignment between TCR and GitHub Issues
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Issue Description
Develop a feature and GitHub App for RDS to manage task assignment statuses to the assignees in GitHub Issues section.
It Represents on GitHub website which tasks are assigned and which are available to be picked up.
After TCR (Task Completion Request) approval:
- GitHub Bot/App is auto assigned on GitHub, to the related issue of the approved TCR.
- GitHub Bot/App adds a comment with a link to the TCR under the issue.
Expected Behavior
As soon as a TCR is assigned to a contributor, a github app should be assigned to the reference issue in GitHub and add the link to TCR creating an interlink.
Current Behavior
No updation on issue if TCR is assigned to anyone.
Severity/Priority
- Critical
- High
- Medium
- Low
Additional Information
Link to PRD : https://docs.google.com/document/d/1sgfrMP83XSLgHjS3WrkreYxRNPDhCGWwRVKhG96Bxyo/edit?usp=sharing
Resources
Creating a GitHub App
- https://docs.github.com/en/enterprise-cloud@latest/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps
- https://docs.github.com/en/enterprise-cloud@latest/apps/creating-github-apps/registering-a-github-app/registering-a-github-app
- https://docs.github.com/en/enterprise-cloud@latest/apps/creating-github-apps/writing-code-for-a-github-app/about-writing-code-for-a-github-app
- https://docs.github.com/en/enterprise-cloud@latest/apps/creating-github-apps/writing-code-for-a-github-app/quickstart
- https://docs.github.com/en/enterprise-cloud@latest/apps/creating-github-apps/authenticating-with-a-github-app/about-authentication-with-a-github-app
Checklist
- I have read and followed the project's code of conduct.
- I have searched for similar issues before creating this one.
- I have provided all the necessary information to understand and reproduce the issue.
- I am willing to contribute to the resolution of this issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the linked PRD and the GitHub App resources, then trace how TCR assignment approval is handled in the backend. The work is done when an approved, assigned TCR causes the related GitHub issue to receive the app assignment and a comment linking to the TCR.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, javascript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100