codestates / codestates/ETON-client
[Task] 태스크 카드 페이지 - render (댓글 없음)
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## Task Card
### Job Description
- [ ] 골격 잡기 - 1시간
* 반응형 페이지로 @media query
- [ ] `GET` : 특정보드/태스크 카드번호/ 해당 데이터 render
* 데이터 (comments 나중에)
description, users, labels, start_date, end_date
* text type : description,
* date type : start_date, end_date
* toggle / button type : users, label
- [ ] `POST` : 위 데이터 모두
- [ ] `PUT` : 위 데이터 모두
- [ ] `DELETE` : 태스크 카드 삭제
### 결과물
#### @media wide

#### @media narrow(max_width:750)

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the Task Card requirements and the existing React application structure. Confirm the wide and narrow layouts, then trace how board and task-card data are accessed before implementing the requested GET, POST, PUT, and DELETE behavior; done means the listed fields and actions work responsively without comments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100