codestates / codestates/ETON-client

[Task] 태스크 카드 페이지 - render (댓글 없음)

Open
#15 0 comments 0 reactions 0 assignees View on GitHub
bare-minimum front
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
![image](https://user-images.githubusercontent.com/37296369/106450236-3af05d80-64c8-11eb-9de0-60d440bcd6fe.png)

#### @media narrow(max_width:750)
![image](https://user-images.githubusercontent.com/37296369/106450136-23b17000-64c8-11eb-8805-37e60216dbd3.png)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.