DaleStudy / DaleStudy/coffee

관리자 기능

Open
#22 0 comments 0 reactions 0 assignees View on GitHub

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.