관리자 기능
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 0
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
A-1: 매칭 주기 설정
설명: 매칭이 실행되는 주기 및 시간을 관리자가 설정
현재 제약:
- 매칭 주기가 2주로 하드코딩됨 (
.github/workflows/match.yml) - 변경하려면 GitHub Actions 워크플로우 파일 수정 필요
향후 구현:
- 설정 파일 또는 Discord 명령어로 주기 변경
- 예:
/coffee set-schedule weekly또는/coffee set-schedule biweekly
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 .github/workflows/match.yml to understand how the current two-week matching schedule is hard-coded. Compare the two proposed approaches— a configuration file or a Discord command such as /coffee set-schedule—before choosing an implementation. Done means an administrator can change the matching interval and time without editing the workflow file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- backend, devops
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100