You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<body><div><h2>To Do List - Wooahan Agile</h2><labelfor="name">Name</label><inputid="name" type="text"><labelfor="description">Description</label><inputid="description" type="text"><button>๋ฑ๋ก</button></div><divid="table"><table><tr><thclass="th-name">Name</th><thclass="th-description">Description</th><thclass="th-update">Update</th><thclass="th-delete">Delete</th></tr></table></div></body>
<body><div><h2>To Do List - Wooahan Agile</h2><labelfor="name">Name</label><inputid="name" type="text"><labelfor="description">Description</label><inputid="description" type="text"><button>๋ฑ๋ก</button></div><divid="table"><table><tr><thclass="th-name">Name</th><thclass="th-description">Description</th><thclass="th-update">Update</th><thclass="th-delete">Delete</th></tr></table></div></body>
๐ To Do List ๊ตฌํ
๐ ๋ฌธ์
SW ๊ฐ๋ฐ ๋์๋ฆฌ ์์์ธ ์ฐ์ ๋ ์ฃผ์ด์ง API ๋ช ์ธ๋ฅผ ๋ณด๊ณ UI ๊ธฐ๋ฅ์ ๊ตฌํํ๋ ์ ๋ฌด๋ฅผ ๋งก๊ณ ์๋ค.
๊ตฌํํด์ผํ ๊ธฐ๋ฅ์ 3๊ฐ์ง๋ค.
"HTML ๊ตฌ์กฐ"์ "API ๋ช ์ธ"๋ฅผ ์ดํดํ๊ณ todolist.js ๋ฅผ ์์ฑํด์ผํ๋ค.
์๋์ Front-End ๊ตฌํ ๋ฐฉ๋ฒ๊ณผ API ๋ช ์ธ์๋ฅผ ์ฐธ๊ณ ํ์ฌ ์ฐ์ ์ Front-End ๊ธฐ๋ฅ ๊ฐ๋ฐ์ ๋์์ฃผ๋๋ก ํ์.
๐งพ ๊ณผ์ ๋ค์ด๋ก๋
์ฌ๊ธฐ๋ก ์ด๋ํ์ฌ
ZIP
์์ถ ํ์ผ์ ๋ค์ด๋ก๋ ๋ฐ์์ฃผ์ญ์์ค.๐ฃ ์ฃผ์ํ ์
๐ก Front-End ๊ตฌํ ๋ฐฉ๋ฒ
Name๊ณผ Description์ ์ ๋ ฅํ ํ ๋ฑ๋ก์ ํด๋ฆญํ๋ฉด ํ๋จ ํ ์ด๋ธ ํ๊ทธ
<table>
์ ์ถ๊ฐ๋๋๋ก ๊ตฌํํด์ผํ๋ค.์ด๋, ๊ฐ To Do์๋ index ๋ฒํธ๊ฐ ์ง์ ๋์ด์ผ ํ๋ค๋ ์ ์ ์ ์ํ์.
์๋
HTML
์ฐธ๊ณ .Name๊ณผ Description์ ์ ๋ ฅํ ํ ์์ ์ ํด๋ฆญํ๋ฉด ์ ๋ ฅํ ๊ฐ์ผ๋ก ์์ ๋์ด์ผ ํ๋ค.
์ฆ, ํ๋จ ํ ์ด๋ธ ํ๊ทธ
<table>
์์ ํด๋ฆญ๋ tr ํ๊ทธ<tr>
์ HTML์ด ์์ ๋๋๋ก ๊ตฌํํด์ผํ๋ค.์ด๋, ์๋ฒ์์ ์๋ตํด ์ค index์ ๋์ผํ tr ํ๊ทธ
<tr>
๊ฐ ์์ ๋์ด์ผํจ์ ์ ์ํ์.์๋
HTML
์ฐธ๊ณ .์ญ์ ๋ฅผ ํด๋ฆญํ๋ฉด ํด๋ฆญ๋ To Do๊ฐ ์ญ์ ๋์ด์ผ ํ๋ค.
์ฆ, ํ๋จ ํ ์ด๋ธ ํ๊ทธ
<table>
์์ ํด๋ฆญ๋ tr ํ๊ทธ<tr>
๊ฐ ์ญ์ ๋๋๋ก ๊ตฌํํด์ผํ๋ค.์ด๋, ์๋ฒ์์ ์๋ตํด ์ค index์ ๋์ผํ tr ํ๊ทธ
<tr>
๊ฐ ์ญ์ ๋์ด์ผํจ์ ์ ์ํ์.์๋
HTML
์ฐธ๊ณ .๊ฐ๋ฐ์ด ์๋ฃ๋์๋ค๋ฉด ์กฐ์ฉํ ์์ ๋ค๊ณ ๋ฉํ ์ ๊ฒ์ฆ์ ๋ฐ์ ํ PR(Pull Request)๋ฅผ ๋ณด๋ ๋๋ค.
๐ก API ๋ช ์ธ์
URL : /api/todolist
Method : POST
Content-type : application/json; charset=utf-8
Status
Content-type : text/html; charset=utf-8
"661f2f841dcfd6348d20"
"To Do ๋ฑ๋ก์ ์คํจํ์ จ์ต๋๋ค."
URL : /api/todolist/:index
/api/todolist/661f2f841dcfd6348d20
Method : PUT
Content-type : application/json; charset=utf-8
Status
Content-type : text/html; charset=utf-8
"661f2f841dcfd6348d20"
"To Do ์์ ์ ์คํจํ์ จ์ต๋๋ค."
URL : /api/todolist/:index
/api/todolist/661f2f841dcfd6348d20
Method : DELETE
Content : Null (Body๋ฅผ ํตํด ๋ฐ์ดํฐ๋ฅผ ์ ๋ฌํ์ง ์์ต๋๋ค.)
Status
Content-type : text/html; charset=utf-8
"661f2f841dcfd6348d20"
"To Do ์ญ์ ์ ์คํจํ์ จ์ต๋๋ค."
The text was updated successfully, but these errors were encountered: