Skip to content
Snippets Groups Projects
Commit 7a958426 authored by Dayeon Hong's avatar Dayeon Hong
Browse files

Add: Upload final report

parent adf8f079
No related branches found
No related tags found
No related merge requests found
File added
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>iOS 시계 App Reverse Design</title><style>
/* cspell:disable-file */
/* webkit printing magic: print all background colors */
html {
-webkit-print-color-adjust: exact;
}
* {
box-sizing: border-box;
-webkit-print-color-adjust: exact;
}
html,
body {
margin: 0;
padding: 0;
}
@media only screen {
body {
margin: 2em auto;
max-width: 900px;
color: rgb(55, 53, 47);
}
}
body {
line-height: 1.5;
white-space: pre-wrap;
}
a,
a.visited {
color: inherit;
text-decoration: underline;
}
.pdf-relative-link-path {
font-size: 80%;
color: #444;
}
h1,
h2,
h3 {
letter-spacing: -0.01em;
line-height: 1.2;
font-weight: 600;
margin-bottom: 0;
}
.page-title {
font-size: 2.5rem;
font-weight: 700;
margin-top: 0;
margin-bottom: 0.75em;
}
h1 {
font-size: 1.875rem;
margin-top: 1.875rem;
}
h2 {
font-size: 1.5rem;
margin-top: 1.5rem;
}
h3 {
font-size: 1.25rem;
margin-top: 1.25rem;
}
.source {
border: 1px solid #ddd;
border-radius: 3px;
padding: 1.5em;
word-break: break-all;
}
.callout {
border-radius: 3px;
padding: 1rem;
}
figure {
margin: 1.25em 0;
page-break-inside: avoid;
}
figcaption {
opacity: 0.5;
font-size: 85%;
margin-top: 0.5em;
}
mark {
background-color: transparent;
}
.indented {
padding-left: 1.5em;
}
hr {
background: transparent;
display: block;
width: 100%;
height: 1px;
visibility: visible;
border: none;
border-bottom: 1px solid rgba(55, 53, 47, 0.09);
}
img {
max-width: 100%;
}
@media only print {
img {
max-height: 100vh;
object-fit: contain;
}
}
@page {
margin: 1in;
}
.collection-content {
font-size: 0.875rem;
}
.column-list {
display: flex;
justify-content: space-between;
}
.column {
padding: 0 1em;
}
.column:first-child {
padding-left: 0;
}
.column:last-child {
padding-right: 0;
}
.table_of_contents-item {
display: block;
font-size: 0.875rem;
line-height: 1.3;
padding: 0.125rem;
}
.table_of_contents-indent-1 {
margin-left: 1.5rem;
}
.table_of_contents-indent-2 {
margin-left: 3rem;
}
.table_of_contents-indent-3 {
margin-left: 4.5rem;
}
.table_of_contents-link {
text-decoration: none;
opacity: 0.7;
border-bottom: 1px solid rgba(55, 53, 47, 0.18);
}
table,
th,
td {
border: 1px solid rgba(55, 53, 47, 0.09);
border-collapse: collapse;
}
table {
border-left: none;
border-right: none;
}
th,
td {
font-weight: normal;
padding: 0.25em 0.5em;
line-height: 1.5;
min-height: 1.5em;
text-align: left;
}
th {
color: rgba(55, 53, 47, 0.6);
}
ol,
ul {
margin: 0;
margin-block-start: 0.6em;
margin-block-end: 0.6em;
}
li > ol:first-child,
li > ul:first-child {
margin-block-start: 0.6em;
}
ul > li {
list-style: disc;
}
ul.to-do-list {
padding-inline-start: 0;
}
ul.to-do-list > li {
list-style: none;
}
.to-do-children-checked {
text-decoration: line-through;
opacity: 0.375;
}
ul.toggle > li {
list-style: none;
}
ul {
padding-inline-start: 1.7em;
}
ul > li {
padding-left: 0.1em;
}
ol {
padding-inline-start: 1.6em;
}
ol > li {
padding-left: 0.2em;
}
.mono ol {
padding-inline-start: 2em;
}
.mono ol > li {
text-indent: -0.4em;
}
.toggle {
padding-inline-start: 0em;
list-style-type: none;
}
/* Indent toggle children */
.toggle > li > details {
padding-left: 1.7em;
}
.toggle > li > details > summary {
margin-left: -1.1em;
}
.selected-value {
display: inline-block;
padding: 0 0.5em;
background: rgba(206, 205, 202, 0.5);
border-radius: 3px;
margin-right: 0.5em;
margin-top: 0.3em;
margin-bottom: 0.3em;
white-space: nowrap;
}
.collection-title {
display: inline-block;
margin-right: 1em;
}
.page-description {
margin-bottom: 2em;
}
.simple-table {
margin-top: 1em;
font-size: 0.875rem;
empty-cells: show;
}
.simple-table td {
height: 29px;
min-width: 120px;
}
.simple-table th {
height: 29px;
min-width: 120px;
}
.simple-table-header-color {
background: rgb(247, 246, 243);
color: black;
}
.simple-table-header {
font-weight: 500;
}
time {
opacity: 0.5;
}
.icon {
display: inline-block;
max-width: 1.2em;
max-height: 1.2em;
text-decoration: none;
vertical-align: text-bottom;
margin-right: 0.5em;
}
img.icon {
border-radius: 3px;
}
.user-icon {
width: 1.5em;
height: 1.5em;
border-radius: 100%;
margin-right: 0.5rem;
}
.user-icon-inner {
font-size: 0.8em;
}
.text-icon {
border: 1px solid #000;
text-align: center;
}
.page-cover-image {
display: block;
object-fit: cover;
width: 100%;
max-height: 30vh;
}
.page-header-icon {
font-size: 3rem;
margin-bottom: 1rem;
}
.page-header-icon-with-cover {
margin-top: -0.72em;
margin-left: 0.07em;
}
.page-header-icon img {
border-radius: 3px;
}
.link-to-page {
margin: 1em 0;
padding: 0;
border: none;
font-weight: 500;
}
p > .user {
opacity: 0.5;
}
td > .user,
td > time {
white-space: nowrap;
}
input[type="checkbox"] {
transform: scale(1.5);
margin-right: 0.6em;
vertical-align: middle;
}
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.image {
border: none;
margin: 1.5em 0;
padding: 0;
border-radius: 0;
text-align: center;
}
.code,
code {
background: rgba(135, 131, 120, 0.15);
border-radius: 3px;
padding: 0.2em 0.4em;
border-radius: 3px;
font-size: 85%;
tab-size: 2;
}
code {
color: #eb5757;
}
.code {
padding: 1.5em 1em;
}
.code-wrap {
white-space: pre-wrap;
word-break: break-all;
}
.code > code {
background: none;
padding: 0;
font-size: 100%;
color: inherit;
}
blockquote {
font-size: 1.25em;
margin: 1em 0;
padding-left: 1em;
border-left: 3px solid rgb(55, 53, 47);
}
.bookmark {
text-decoration: none;
max-height: 8em;
padding: 0;
display: flex;
width: 100%;
align-items: stretch;
}
.bookmark-title {
font-size: 0.85em;
overflow: hidden;
text-overflow: ellipsis;
height: 1.75em;
white-space: nowrap;
}
.bookmark-text {
display: flex;
flex-direction: column;
}
.bookmark-info {
flex: 4 1 180px;
padding: 12px 14px 14px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.bookmark-image {
width: 33%;
flex: 1 1 180px;
display: block;
position: relative;
object-fit: cover;
border-radius: 1px;
}
.bookmark-description {
color: rgba(55, 53, 47, 0.6);
font-size: 0.75em;
overflow: hidden;
max-height: 4.5em;
word-break: break-word;
}
.bookmark-href {
font-size: 0.75em;
margin-top: 0.25em;
}
.sans { font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; }
.code { font-family: "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace; }
.serif { font-family: Lyon-Text, Georgia, ui-serif, serif; }
.mono { font-family: iawriter-mono, Nitti, Menlo, Courier, monospace; }
.pdf .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK JP'; }
.pdf:lang(zh-CN) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK SC'; }
.pdf:lang(zh-TW) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK TC'; }
.pdf:lang(ko-KR) .sans { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", 'Twemoji', 'Noto Color Emoji', 'Noto Sans CJK KR'; }
.pdf .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK JP'; }
.pdf:lang(zh-CN) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC'; }
.pdf:lang(zh-TW) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK TC'; }
.pdf:lang(ko-KR) .code { font-family: Source Code Pro, "SFMono-Regular", Menlo, Consolas, "PT Mono", "Liberation Mono", Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK KR'; }
.pdf .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK JP'; }
.pdf:lang(zh-CN) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK SC'; }
.pdf:lang(zh-TW) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK TC'; }
.pdf:lang(ko-KR) .serif { font-family: PT Serif, Lyon-Text, Georgia, ui-serif, serif, 'Twemoji', 'Noto Color Emoji', 'Noto Serif CJK KR'; }
.pdf .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK JP'; }
.pdf:lang(zh-CN) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK SC'; }
.pdf:lang(zh-TW) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK TC'; }
.pdf:lang(ko-KR) .mono { font-family: PT Mono, iawriter-mono, Nitti, Menlo, Courier, monospace, 'Twemoji', 'Noto Color Emoji', 'Noto Sans Mono CJK KR'; }
.highlight-default {
color: rgba(55, 53, 47, 1);
}
.highlight-gray {
color: rgba(120, 119, 116, 1);
fill: rgba(120, 119, 116, 1);
}
.highlight-brown {
color: rgba(159, 107, 83, 1);
fill: rgba(159, 107, 83, 1);
}
.highlight-orange {
color: rgba(217, 115, 13, 1);
fill: rgba(217, 115, 13, 1);
}
.highlight-yellow {
color: rgba(203, 145, 47, 1);
fill: rgba(203, 145, 47, 1);
}
.highlight-teal {
color: rgba(68, 131, 97, 1);
fill: rgba(68, 131, 97, 1);
}
.highlight-blue {
color: rgba(51, 126, 169, 1);
fill: rgba(51, 126, 169, 1);
}
.highlight-purple {
color: rgba(144, 101, 176, 1);
fill: rgba(144, 101, 176, 1);
}
.highlight-pink {
color: rgba(193, 76, 138, 1);
fill: rgba(193, 76, 138, 1);
}
.highlight-red {
color: rgba(212, 76, 71, 1);
fill: rgba(212, 76, 71, 1);
}
.highlight-default_background {
color: rgba(55, 53, 47, 1);
}
.highlight-gray_background {
background: rgba(241, 241, 239, 1);
}
.highlight-brown_background {
background: rgba(244, 238, 238, 1);
}
.highlight-orange_background {
background: rgba(251, 236, 221, 1);
}
.highlight-yellow_background {
background: rgba(251, 243, 219, 1);
}
.highlight-teal_background {
background: rgba(237, 243, 236, 1);
}
.highlight-blue_background {
background: rgba(231, 243, 248, 1);
}
.highlight-purple_background {
background: rgba(244, 240, 247, 0.8);
}
.highlight-pink_background {
background: rgba(249, 238, 243, 0.8);
}
.highlight-red_background {
background: rgba(253, 235, 236, 1);
}
.block-color-default {
color: inherit;
fill: inherit;
}
.block-color-gray {
color: rgba(120, 119, 116, 1);
fill: rgba(120, 119, 116, 1);
}
.block-color-brown {
color: rgba(159, 107, 83, 1);
fill: rgba(159, 107, 83, 1);
}
.block-color-orange {
color: rgba(217, 115, 13, 1);
fill: rgba(217, 115, 13, 1);
}
.block-color-yellow {
color: rgba(203, 145, 47, 1);
fill: rgba(203, 145, 47, 1);
}
.block-color-teal {
color: rgba(68, 131, 97, 1);
fill: rgba(68, 131, 97, 1);
}
.block-color-blue {
color: rgba(51, 126, 169, 1);
fill: rgba(51, 126, 169, 1);
}
.block-color-purple {
color: rgba(144, 101, 176, 1);
fill: rgba(144, 101, 176, 1);
}
.block-color-pink {
color: rgba(193, 76, 138, 1);
fill: rgba(193, 76, 138, 1);
}
.block-color-red {
color: rgba(212, 76, 71, 1);
fill: rgba(212, 76, 71, 1);
}
.block-color-default_background {
color: inherit;
fill: inherit;
}
.block-color-gray_background {
background: rgba(241, 241, 239, 1);
}
.block-color-brown_background {
background: rgba(244, 238, 238, 1);
}
.block-color-orange_background {
background: rgba(251, 236, 221, 1);
}
.block-color-yellow_background {
background: rgba(251, 243, 219, 1);
}
.block-color-teal_background {
background: rgba(237, 243, 236, 1);
}
.block-color-blue_background {
background: rgba(231, 243, 248, 1);
}
.block-color-purple_background {
background: rgba(244, 240, 247, 0.8);
}
.block-color-pink_background {
background: rgba(249, 238, 243, 0.8);
}
.block-color-red_background {
background: rgba(253, 235, 236, 1);
}
.select-value-color-uiBlue { background-color: rgba(35, 131, 226, .07); }
.select-value-color-pink { background-color: rgba(245, 224, 233, 1); }
.select-value-color-purple { background-color: rgba(232, 222, 238, 1); }
.select-value-color-green { background-color: rgba(219, 237, 219, 1); }
.select-value-color-gray { background-color: rgba(227, 226, 224, 1); }
.select-value-color-transparentGray { background-color: rgba(227, 226, 224, 0); }
.select-value-color-translucentGray { background-color: rgba(0, 0, 0, 0.06); }
.select-value-color-orange { background-color: rgba(250, 222, 201, 1); }
.select-value-color-brown { background-color: rgba(238, 224, 218, 1); }
.select-value-color-red { background-color: rgba(255, 226, 221, 1); }
.select-value-color-yellow { background-color: rgba(253, 236, 200, 1); }
.select-value-color-blue { background-color: rgba(211, 229, 239, 1); }
.select-value-color-pageGlass { background-color: undefined; }
.select-value-color-washGlass { background-color: undefined; }
.checkbox {
display: inline-flex;
vertical-align: text-bottom;
width: 16;
height: 16;
background-size: 16px;
margin-left: 2px;
margin-right: 5px;
}
.checkbox-on {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%2358A9D7%22%2F%3E%0A%3Cpath%20d%3D%22M6.71429%2012.2852L14%204.9995L12.7143%203.71436L6.71429%209.71378L3.28571%206.2831L2%207.57092L6.71429%2012.2852Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E");
}
.checkbox-off {
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20fill%3D%22white%22%20stroke%3D%22%2336352F%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}
</style></head><body><article id="1640c2e4-ba83-8018-9c5c-d65247d0512c" class="page sans"><header><h1 class="page-title">iOS 시계 App Reverse Design</h1><p class="page-description"></p></header><div class="page-body"><p id="1640c2e4-ba83-8064-889e-d496988f612d" class="">
</p><p id="1640c2e4-ba83-800a-b5f0-cb04471179a7" class="">💡 iPhone 시계 App은 iOS 운영체제의 기본 제공 어플로서 시간과 관련된 기능을 제공하며 ‘세계 시계’, ‘알람’, ‘스톱워치’, ‘타이머’ 4가지 섹션으로 나누어져 있습니다. 해당 레포트의 모든 내용은 iPhone 기기의 iOS 18.2를 기준으로 작성되었습니다.</p><p id="1640c2e4-ba83-80f4-b2e4-c2a2ebf46291" class="">
</p><p id="1640c2e4-ba83-80cb-b0b3-e4b0558dd45d" class="">
</p><h2 id="1640c2e4-ba83-8046-b658-ce5f31acc8b6" class="">1️⃣ <strong>Concept Design</strong></h2><p id="1640c2e4-ba83-809b-87f5-db5139ec10d0" class="">
</p><p id="1640c2e4-ba83-80a2-b003-d1539a07ca79" class="">Concept Design은 문제를 정의하고 메타포를 설정하는 과정입니다. 분석자료 검토, 대안 콘셉트 도출, 최종 콘셉트 선정, 선정된 콘셉트의 구체화, 총 4단계로 구성됩니다. </p><p id="1640c2e4-ba83-8006-9aaa-e0405bcb2970" class="">
</p><details open=""><summary style="font-weight:600;font-size:1.5em;line-height:1.3;margin:0">분석자료 검토</summary><div class="indented"><h3 id="1640c2e4-ba83-8054-b15f-db74efe511cd" class="">✔️ 페르소나 설정</h3><ul id="1640c2e4-ba83-80ee-93b0-c6dc5bb08ae1" class="bulleted-list"><li style="list-style-type:disc"><strong>이름</strong>: 이다은</li></ul><ul id="1640c2e4-ba83-806d-94b7-e3824215c4b2" class="bulleted-list"><li style="list-style-type:disc"><strong>나이</strong>: 21세</li></ul><ul id="1640c2e4-ba83-8054-a787-c900fed6ebec" class="bulleted-list"><li style="list-style-type:disc"><strong>직업</strong>: 대학생 (소프트웨어학과 전공)</li></ul><ul id="1640c2e4-ba83-8093-b8e1-f58577f77c02" class="bulleted-list"><li style="list-style-type:disc"><strong>배경</strong>:<ul id="1640c2e4-ba83-80bb-a89b-c3ba82a5ae45" class="bulleted-list"><li style="list-style-type:circle">수원에 혼자 거주하며, 시험 공부와 동아리 활동을 병행.</li></ul><ul id="1640c2e4-ba83-8036-bf38-dfc88b4c65e5" class="bulleted-list"><li style="list-style-type:circle">운동과 요리를 즐기며, 학업과 취미 생활의 균형적인 시간 관리를 통해 효율성을 높이고자 함.</li></ul></li></ul><ul id="1640c2e4-ba83-804c-bf6c-cf678fc73003" class="bulleted-list"><li style="list-style-type:disc"><strong>목표</strong>:<ul id="1640c2e4-ba83-806c-a1c2-f0b40a1f166a" class="bulleted-list"><li style="list-style-type:circle">시험 준비 중 시간을 구체적으로 측정하여 집중력 유지.</li></ul><ul id="1640c2e4-ba83-8034-bb16-f16c62885827" class="bulleted-list"><li style="list-style-type:circle">자취하여 생활하므로 적절한 타이머를 설정해 직접 음식 조리.</li></ul><ul id="1640c2e4-ba83-800d-ad03-f2640057e86b" class="bulleted-list"><li style="list-style-type:circle">매일 아침 수업 시간에 맞춰 규칙적으로 일어나기 위해 알람 사용.</li></ul></li></ul><ul id="1640c2e4-ba83-8068-b576-cc84f3290843" class="bulleted-list"><li style="list-style-type:disc"><strong>사용 패턴</strong>:<ul id="1640c2e4-ba83-80d9-a220-da91f43cd171" class="bulleted-list"><li style="list-style-type:circle"><strong>스톱워치</strong>: 공부 중 Pomodoro 기법(25분 집중, 5분 휴식)으로 시간 측정.</li></ul><ul id="1640c2e4-ba83-80e1-bc0f-eae8070a81a2" class="bulleted-list"><li style="list-style-type:circle"><strong>타이머</strong>: 요리 중 다양한 재료의 조리 시간을 설정.</li></ul><ul id="1640c2e4-ba83-8015-bd9e-e3e2f2c341ae" class="bulleted-list"><li style="list-style-type:circle"><strong>알람</strong>: 동아리 모임, 강의 시간에 맞춰 다수의 알람 설정.</li></ul></li></ul><ul id="1640c2e4-ba83-80d3-8343-dff887b88c51" class="bulleted-list"><li style="list-style-type:disc"><strong>메인 포인트</strong>:<ul id="1640c2e4-ba83-8096-b5ec-fad83f4b7a2c" class="bulleted-list"><li style="list-style-type:circle">타이머 기능에서 한 번에 여러 작업(예: 멀티 타이머)을 설정하지 못해 불편.</li></ul><ul id="1640c2e4-ba83-80e8-b370-f53c876d76f6" class="bulleted-list"><li style="list-style-type:circle">타이머 종료 후 반복 설정이 번거로움.</li></ul></li></ul><h3 id="1640c2e4-ba83-802e-aead-c553ecef7907" class="">✔️ 주요 과업</h3><ol type="1" id="1640c2e4-ba83-8048-b2fa-ea131bc9a5fb" class="numbered-list" start="1"><li><strong>알람</strong><ul id="1640c2e4-ba83-808f-bb42-fd1a086ebfa9" class="bulleted-list"><li style="list-style-type:disc">수업, 동아리 모임 등의 일정에 맞춰 알람을 설정.</li></ul><ul id="1640c2e4-ba83-801b-b242-e21354d0a3bb" class="bulleted-list"><li style="list-style-type:disc">맞춤 소리와 반복 주기를 설정해 중요한 알림 놓치지 않기.</li></ul><ul id="1640c2e4-ba83-8060-84e8-eda51c387f8b" class="bulleted-list"><li style="list-style-type:disc">알람 삭제 및 편집으로 불필요한 알림 관리.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8064-bd7e-f7b11fdb7033" class="numbered-list" start="2"><li><strong>타이머</strong><ul id="1640c2e4-ba83-80f2-befc-d5c6437d2ac4" class="bulleted-list"><li style="list-style-type:disc">요리 시 재료별 조리 시간을 개별적으로 설정.</li></ul><ul id="1640c2e4-ba83-8008-98ab-e11269025a2a" class="bulleted-list"><li style="list-style-type:disc">타이머 종료 시 적절한 알림 확인.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-80c7-b545-ec886f187c1d" class="numbered-list" start="3"><li><strong>스톱워치</strong><ul id="1640c2e4-ba83-800a-a2f1-f4aaa4f79fed" class="bulleted-list"><li style="list-style-type:disc">Pomodoro 기법으로 집중 시간과 휴식 시간 기록.</li></ul><ul id="1640c2e4-ba83-80b2-a8a3-ff92810d3525" class="bulleted-list"><li style="list-style-type:disc">필요 시 랩 타임 기록 및 확인.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-80ac-b309-c1cf6f8ebf92" class="numbered-list" start="4"><li><strong>세계 시계</strong> (간헐적 사용)<ul id="1640c2e4-ba83-80b2-90cf-d9c4db052de5" class="bulleted-list"><li style="list-style-type:disc">해외 여행이나 국제 교류 활동 시 주요 도시의 시간 확인.</li></ul></li></ol><h3 id="1640c2e4-ba83-802e-afb5-d05cf1ddf360" class="">✔️ <strong>과업의 흐름</strong></h3><ul id="1640c2e4-ba83-80c3-9d48-e2324c1b262f" class="bulleted-list"><li style="list-style-type:disc"><strong>알람</strong>: 알람 추가 → 시간 설정 → 소리 및 반복 주기 설정 → 저장.</li></ul><ul id="1640c2e4-ba83-806f-b999-f68f174132b0" class="bulleted-list"><li style="list-style-type:disc"><strong>타이머</strong>: 타이머 시간 입력 → 시작 → 종료 알림 → 반복 설정.</li></ul><ul id="1640c2e4-ba83-80f1-85d2-d90abd0276e0" class="bulleted-list"><li style="list-style-type:disc"><strong>스톱워치</strong>: 시작 → 랩 타임 기록 → 정지 → 초기화.</li></ul><h3 id="1640c2e4-ba83-8050-afa6-ef7165ccb8cd" class="">✔️ <strong>장애 요소</strong></h3><ul id="1640c2e4-ba83-80c8-b6d9-cd45d212cbaa" class="bulleted-list"><li style="list-style-type:disc">타이머가 단일 작업만 지원하여 다중 타이머 설정 어려움.</li></ul><ul id="1640c2e4-ba83-807f-9426-d57b47019e74" class="bulleted-list"><li style="list-style-type:disc">Pomodoro 기법 사용 시 스톱워치 종료 후 반복 사용이 번거로움.</li></ul><p id="1640c2e4-ba83-80ab-8930-e10131179aec" class="">
</p><h3 id="1640c2e4-ba83-8007-b5bf-d5858fde0de6" class="">✔️ <strong>사용 환경</strong></h3><p id="1640c2e4-ba83-8039-a350-e2d973857a37" class="">
</p><ol type="1" id="1640c2e4-ba83-808e-8a83-d5c26f0cd48f" class="numbered-list" start="1"><li><strong>물리적 맥락</strong><ul id="1640c2e4-ba83-8090-b081-e7adb986e614" class="bulleted-list"><li style="list-style-type:disc"><strong>공부 공간</strong>: 집중력을 유지하며 공부 중 Pomodoro 기법 활용.</li></ul><ul id="1640c2e4-ba83-80b7-a548-f78aef04db40" class="bulleted-list"><li style="list-style-type:disc"><strong>주방</strong>: 요리 중 타이머를 설정하고 요리 진행 도중 조리 상태를 확인.</li></ul><ul id="1640c2e4-ba83-802d-b698-e88ffda94317" class="bulleted-list"><li style="list-style-type:disc"><strong>야외 활동</strong>: 동아리 모임 등 외부 일정에 맞춰 알람 확인.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8052-a847-fad0c82a6978" class="numbered-list" start="2"><li><strong>사회적 맥락</strong><ul id="1640c2e4-ba83-806d-a472-e565c7e9f96f" class="bulleted-list"><li style="list-style-type:disc">알람 소리로 인해 공공장소에서 방해가 되지 않도록 진동 모드 사용.</li></ul><ul id="1640c2e4-ba83-8077-bacf-db8195efeb71" class="bulleted-list"><li style="list-style-type:disc">타이머 및 스톱워치를 동아리 활동에서 협업(예: 발표 시간 체크)에도 활용.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8043-bc00-c72d426820cc" class="numbered-list" start="3"><li><strong>시간적 맥락</strong><ul id="1640c2e4-ba83-80a4-b397-df5c7fb3e294" class="bulleted-list"><li style="list-style-type:disc"><strong>알람</strong>: 매일 정해진 시간(수업 시작 전) 반복 사용.</li></ul><ul id="1640c2e4-ba83-803f-b955-e7b43ca5e96e" class="bulleted-list"><li style="list-style-type:disc"><strong>타이머</strong>: 요리나 특정 작업(예: 세탁물) 시 일회성으로 사용.</li></ul><ul id="1640c2e4-ba83-8093-98cb-da836c63c5df" class="bulleted-list"><li style="list-style-type:disc"><strong>스톱워치</strong>: 공부 중 장시간(2~3시간) 사용하며 집중 시간 확인.</li></ul></li></ol><h3 id="1640c2e4-ba83-80c4-9468-fd12121ff57f" class="">✔️ <strong>사용 중 요구되는 기능</strong></h3><ul id="1640c2e4-ba83-800b-a757-f2b4cad46f86" class="bulleted-list"><li style="list-style-type:disc">한눈에 시간 확인 및 조작이 쉬운 직관적인 인터페이스.</li></ul><ul id="1640c2e4-ba83-80de-ac1d-f21f941faa41" class="bulleted-list"><li style="list-style-type:disc">조작 도중 실수를 방지하기 위한 명확한 시각적/촉각적 피드백.</li></ul><ul id="1640c2e4-ba83-80c7-9c59-fddde78529ea" class="bulleted-list"><li style="list-style-type:disc">다양한 환경에서 사용할 수 있도록 다크 모드 및 진동 알림 지원.</li></ul><p id="1640c2e4-ba83-8034-b703-c983669b8816" class="">
</p><h2 id="1640c2e4-ba83-809b-af93-ec213e745fec" class="">✔️ <strong>적용 기술</strong></h2><p id="1640c2e4-ba83-80b1-b1a9-d3f8a6642877" class="">
</p><ol type="1" id="1640c2e4-ba83-8078-8836-dbe72d9ce551" class="numbered-list" start="1"><li><strong>Haptic Feedback</strong><ul id="1640c2e4-ba83-804d-97cf-ce47bfc198f1" class="bulleted-list"><li style="list-style-type:disc">타이머 및 알람 종료 시 진동으로 알림 제공.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8053-a260-e9542db0ddb7" class="numbered-list" start="2"><li><strong>Accessibility Features</strong><ul id="1640c2e4-ba83-8040-aa33-dea523a87d27" class="bulleted-list"><li style="list-style-type:disc">다크 모드 지원으로 시각적 피로를 줄이고 다양한 환경에서 가독성 유지.</li></ul><ul id="1640c2e4-ba83-804b-a67a-db3670e0d114" class="bulleted-list"><li style="list-style-type:disc">VoiceOver 기능으로 시각장애 사용자도 시간 설정 가능.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-807e-9a25-ce7e5cf57fd2" class="numbered-list" start="3"><li><strong>Siri 연동</strong><ul id="1640c2e4-ba83-805f-955d-dc02d2c4999c" class="bulleted-list"><li style="list-style-type:disc">음성 명령으로 알람 추가 및 타이머 시작/정지.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8021-ba76-e1e49eb8a2f8" class="numbered-list" start="4"><li><strong>iOS 18.2 기능 활용</strong><ul id="1640c2e4-ba83-80b1-be5f-c2a2f7458c06" class="bulleted-list"><li style="list-style-type:disc">Live Activities로 잠금 화면에서 타이머와 스톱워치 실시간 확인.</li></ul><ul id="1640c2e4-ba83-80ee-ac0c-c55d5e29f1ee" class="bulleted-list"><li style="list-style-type:disc">위젯 기능으로 홈 화면에서 주요 기능에 빠르게 접근 가능.</li></ul></li></ol><h3 id="1640c2e4-ba83-8033-9e10-e39c11df5bd5" class="">✔️ <strong>기술적 제한</strong></h3><p id="1640c2e4-ba83-80d4-b575-d0668a77fc91" class="">
</p><ul id="1640c2e4-ba83-804a-9600-d3d0124f5fe6" class="bulleted-list"><li style="list-style-type:disc">한 번에 다중 타이머 설정이 불가능해 멀티태스킹 환경에서 불편.</li></ul><ul id="1640c2e4-ba83-8021-bc55-c14ff85c9a32" class="bulleted-list"><li style="list-style-type:disc">스톱워치 랩 타임 기록 기능은 있지만, 상세 기록을 정리하거나 공유하는 기능이 부족.</li></ul><p id="1640c2e4-ba83-803a-899f-d6221401507f" class="">
</p><ul id="1640c2e4-ba83-808b-9d71-dbfeb24cc592" class="toggle"><li><details open=""><summary>대안 콘셉트 도출</summary><h3 id="1640c2e4-ba83-8042-9448-dd90629aba67" class="">✔️ <strong>TRIZ </strong></h3><h3 id="1640c2e4-ba83-80ca-8584-d0902b7a173b" class="">문제 정의</h3><ul id="1640c2e4-ba83-80e5-a07e-cf035d2a47ec" class="bulleted-list"><li style="list-style-type:disc"><strong>타이머</strong>: 단일 타이머만 지원하여 요리나 멀티태스킹 시 불편함 발생.</li></ul><ul id="1640c2e4-ba83-800f-a47d-d2b66ff15c50" class="bulleted-list"><li style="list-style-type:disc"><strong>스톱워치</strong>: 반복적인 사용 시 추가 작업 필요.</li></ul><ul id="1640c2e4-ba83-8051-ac7d-f16dec508737" class="bulleted-list"><li style="list-style-type:disc"><strong>알람</strong>: 다수의 알람 관리 시 직관적 인터페이스 부족.</li></ul><h3 id="1640c2e4-ba83-802f-b5a2-cd852eae6370" class="">적용 원리</h3><ol type="1" id="1640c2e4-ba83-8033-99d6-de547b5e0e75" class="numbered-list" start="1"><li><strong>분할의 원리</strong>:<ul id="1640c2e4-ba83-80d5-a169-e6b54bc5b825" class="bulleted-list"><li style="list-style-type:disc">타이머 기능을 세분화하여 한 화면에서 다중 타이머 설정 가능하도록 개선.</li></ul><ul id="1640c2e4-ba83-8006-b94e-db16c222c912" class="bulleted-list"><li style="list-style-type:disc">사용자가 타이머별로 다른 색상이나 아이콘을 지정해 혼동 방지.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8084-adb7-d6b2099c8ebb" class="numbered-list" start="2"><li><strong>조합의 원리</strong>:<ul id="1640c2e4-ba83-80d7-831b-c48113387f66" class="bulleted-list"><li style="list-style-type:disc">스톱워치와 타이머를 통합하여 Pomodoro와 같은 시간 관리 기법에 최적화된 모드 추가.</li></ul><ul id="1640c2e4-ba83-8095-9e3f-c516b0f8a2a7" class="bulleted-list"><li style="list-style-type:disc">알람과 타이머 기능을 통합해 &quot;특정 시간 후 실행&quot; 같은 유연한 옵션 제공.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-80e6-9e3c-fe0589ab84e8" class="numbered-list" start="3"><li><strong>자동화의 원리</strong>:<ul id="1640c2e4-ba83-806b-b9b2-fd8259ca7579" class="bulleted-list"><li style="list-style-type:disc">자주 사용하는 알람 패턴 및 수면 패턴(예: 주중 7시 알람)을 AI 학습 기반으로 자동 제안.</li></ul><ul id="1640c2e4-ba83-80e0-bdc0-f77ddb17297a" class="bulleted-list"><li style="list-style-type:disc">반복적인 타이머 설정 과정을 자동화(예: 마지막 사용 타이머 반복 실행 버튼).</li></ul></li></ol></details></li></ul><ul id="1640c2e4-ba83-8031-9968-e0adf81c9349" class="toggle"><li><details open=""><summary>최종 콘셉트 선정</summary><h3 id="1640c2e4-ba83-806d-bd2d-da412c013d14" class=""><strong>1. 평가 기준 설정 </strong></h3><p id="1640c2e4-ba83-8049-9fcb-c62c07e3f190" class="">아이디어를 객관적으로 평가하기 위해 다음 기준을 설정하였습니다:</p><ol type="1" id="1640c2e4-ba83-80ad-a40c-c4f6d8dd0c82" class="numbered-list" start="1"><li><strong>사용자 요구 충족도 (User Needs Fit)</strong><ul id="1640c2e4-ba83-8025-b3cc-ebb312de1163" class="bulleted-list"><li style="list-style-type:disc">사용자가 불편을 겪고 있는 주요 문제를 해결하는가?</li></ul><ul id="1640c2e4-ba83-807d-b5ca-c1fa7bfc880f" class="bulleted-list"><li style="list-style-type:disc">페르소나(이다은)의 요구를 충족하는가?</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-809d-9f50-d7fb31b100df" class="numbered-list" start="2"><li><strong>기술적 실현 가능성 (Technical Feasibility)</strong><ul id="1640c2e4-ba83-800f-b0c8-d6f93fe61566" class="bulleted-list"><li style="list-style-type:disc">iOS 18.2의 기술 및 기능으로 구현 가능한가?</li></ul><ul id="1640c2e4-ba83-80fd-8d79-da6ec403594e" class="bulleted-list"><li style="list-style-type:disc">추가 기술 개발이 필요한 경우, 복잡도는 어느 정도인가?</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8037-8f8a-f0bd9602cea6" class="numbered-list" start="3"><li><strong>사용성 개선 (Usability Improvement)</strong><ul id="1640c2e4-ba83-8010-b332-edcff5c5f5cd" class="bulleted-list"><li style="list-style-type:disc">UI/UX 측면에서 직관적이고 간편하게 사용할 수 있는가?</li></ul><ul id="1640c2e4-ba83-8070-bdf3-e5a3a7903dcc" class="bulleted-list"><li style="list-style-type:disc">사용자가 새로운 기능을 학습하는 데 부담이 없는가?</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8034-bbac-c6f4cbcb832e" class="numbered-list" start="4"><li><strong>기존 시스템과의 호환성 (System Compatibility)</strong><ul id="1640c2e4-ba83-80dd-b945-e1795686672c" class="bulleted-list"><li style="list-style-type:disc">기존 iPhone 시계 앱과의 통합 및 호환성이 용이한가?</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8035-a936-f4d7ccf473de" class="numbered-list" start="5"><li><strong>비즈니스 가치 (Business Value)</strong><ul id="1640c2e4-ba83-807f-9c3f-cad8f0f99523" class="bulleted-list"><li style="list-style-type:disc">iPhone 시계 앱의 경쟁력을 강화하거나, Apple의 생태계 내 다른 앱과의 연계를 증진할 수 있는가?</li></ul><p id="1640c2e4-ba83-800f-8773-db90ebc20205" class="">
</p><h3 id="1640c2e4-ba83-8012-8b1e-c6721f75635d" class=""><strong>2. 대안 콘셉트 평가 </strong></h3><p id="1640c2e4-ba83-8041-b371-e9998b08f135" class="">
</p><p id="1640c2e4-ba83-8062-9fb0-dd706875ca19" class="">대안 콘셉트에 대해 위 기준을 토대로 점수를 매기고 비교하였습니다.</p><table id="1640c2e4-ba83-8071-9139-d95765c06509" class="simple-table"><tbody><tr id="1640c2e4-ba83-8091-a1df-f92759b8798e"><td id="xJI_" class=""><strong>대안 콘셉트</strong></td><td id="k{&gt;u" class=""><strong>사용자 요구 충족도</strong></td><td id="OFFc" class=""><strong>기술적 실현 가능성</strong></td><td id="jUsI" class=""><strong>사용성 개선</strong></td><td id="mtrm" class=""><strong>호환성</strong></td><td id="|ICa" class=""><strong>비즈니스 가치</strong></td><td id="p{xY" class=""><strong>총점</strong></td></tr><tr id="1640c2e4-ba83-80e2-be91-d6fec0c719ed"><td id="xJI_" class=""><strong>멀티 타이머 및 커스터마이징</strong></td><td id="k{&gt;u" class="">5</td><td id="OFFc" class="">4</td><td id="jUsI" class="">5</td><td id="mtrm" class="">5</td><td id="|ICa" class="">4</td><td id="p{xY" class="">23</td></tr><tr id="1640c2e4-ba83-8019-a7a0-e6bc5d640ff0"><td id="xJI_" class=""><strong>Pomodoro 모드 통합</strong></td><td id="k{&gt;u" class="">4</td><td id="OFFc" class="">4</td><td id="jUsI" class="">5</td><td id="mtrm" class="">5</td><td id="|ICa" class="">3</td><td id="p{xY" class="">21</td></tr><tr id="1640c2e4-ba83-8046-9261-c9d9e7000645"><td id="xJI_" class=""><strong>수면 패턴 자동 추천</strong></td><td id="k{&gt;u" class="">5</td><td id="OFFc" class="">4</td><td id="jUsI" class="">4</td><td id="mtrm" class="">5</td><td id="|ICa" class="">4</td><td id="p{xY" class="">22</td></tr><tr id="1640c2e4-ba83-80dd-a013-e28802890169"><td id="xJI_" class=""><strong>세계 시계 추가 정보 표시</strong></td><td id="k{&gt;u" class="">3</td><td id="OFFc" class="">5</td><td id="jUsI" class="">4</td><td id="mtrm" class="">5</td><td id="|ICa" class="">3</td><td id="p{xY" class="">20</td></tr></tbody></table></li></ol></details></li></ul><p id="1640c2e4-ba83-80b7-ab50-e207235004e5" class="">
</p><h3 id="1640c2e4-ba83-80de-9de1-d0531b79839d" class=""><strong>3. 최종 콘셉트 선정 (Selection)</strong></h3><p id="1640c2e4-ba83-8040-9437-ea0523a86da3" class="">평가 결과에 따라 **&quot;멀티 타이머 및 커스터마이징&quot;**과 <strong>&quot;수면 패턴 자동 추천&quot;</strong> 두 가지 아이디어를 최종 콘셉트로 선정하였습니다.</p><h3 id="1640c2e4-ba83-808b-beed-e2ca1d895028" class="">선정 이유</h3><ol type="1" id="1640c2e4-ba83-802a-9147-f9f7426f4a26" class="numbered-list" start="1"><li><strong>멀티 타이머 및 커스터마이징</strong><ul id="1640c2e4-ba83-8075-8efa-de36e33f7556" class="bulleted-list"><li style="list-style-type:disc">사용자 요구 충족도가 높고, 멀티태스킹 환경에서 생산성을 크게 향상시킬 수 있음.</li></ul><ul id="1640c2e4-ba83-804f-9a8e-fbb5d7700ed8" class="bulleted-list"><li style="list-style-type:disc">기술적 구현이 비교적 단순하며, 기존 타이머 UI에 약간의 확장을 통해 통합 가능.</li></ul><ul id="1640c2e4-ba83-809a-92d2-e007f5f9cbef" class="bulleted-list"><li style="list-style-type:disc">타이머별 색상, 이름 지정과 같은 커스터마이징은 사용성을 크게 개선함.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8067-a08b-e7141a3efd15" class="numbered-list" start="2"><li><strong>수면 패턴 자동 추천</strong><ul id="1640c2e4-ba83-80c4-822a-d2bfe9c0cadc" class="bulleted-list"><li style="list-style-type:disc">페르소나가 제시한 문제(알람 관리의 번거로움)를 해결하며, 사용자가 쉽게 접근 가능.</li></ul><ul id="1640c2e4-ba83-800e-9f98-e1673b2e2d4b" class="bulleted-list"><li style="list-style-type:disc">AI 기반 자동 추천 기능은 사용자 경험을 혁신적으로 개선하며, Apple의 생태계와의 가능성이 높음.</li></ul></li></ol><h3 id="1640c2e4-ba83-80a1-980c-c7b67dacd83c" class="">4. 구체화</h3><h3 id="1640c2e4-ba83-80c2-992c-c9a2e1647021" class="">멀티 타이머 및 커스터마이징</h3><ul id="1640c2e4-ba83-806a-9f64-deb0487ab840" class="bulleted-list"><li style="list-style-type:disc"><strong>핵심 기능</strong>:<ul id="1640c2e4-ba83-80ba-becd-eb39a88b53e5" class="bulleted-list"><li style="list-style-type:circle">한 화면에서 여러 타이머 설정 가능.</li></ul><ul id="1640c2e4-ba83-8022-971a-e0c9a0f78a88" class="bulleted-list"><li style="list-style-type:circle">각 타이머에 색상 및 이름 지정 옵션 제공.</li></ul><ul id="1640c2e4-ba83-80ba-ac28-dcfe02b40b78" class="bulleted-list"><li style="list-style-type:circle">종료 후 재시작 옵션 추가.</li></ul></li></ul><ul id="1640c2e4-ba83-80a4-987c-c63e417805a5" class="bulleted-list"><li style="list-style-type:disc"><strong>사용 사례</strong>:<ul id="1640c2e4-ba83-800e-a21f-ee803fc4d1d6" class="bulleted-list"><li style="list-style-type:circle">요리 시 여러 재료의 조리 시간을 한 번에 설정.</li></ul><ul id="1640c2e4-ba83-8028-86bd-e8a6dcd70a3a" class="bulleted-list"><li style="list-style-type:circle">학업/운동 등의 멀티태스킹 상황에서 시간 관리 용이.</li></ul></li></ul><h3 id="1640c2e4-ba83-8009-9cc5-cf509813f5ea" class="">수면 패턴 자동 추천</h3><ul id="1640c2e4-ba83-80c9-ad39-efc936e23c97" class="bulleted-list"><li style="list-style-type:disc"><strong>핵심 기능</strong>:<ul id="1640c2e4-ba83-8008-9fe0-fc9d716b5c12" class="bulleted-list"><li style="list-style-type:circle">AI가 자주 사용하는 알람 패턴(시간, 소리, 반복 주기)을 학습하여 자동 추천.</li></ul></li></ul><ul id="1640c2e4-ba83-80a4-a3da-e6e9bb86b466" class="bulleted-list"><li style="list-style-type:disc"><strong>사용 사례</strong>:<ul id="1640c2e4-ba83-8081-8473-c100360395cc" class="bulleted-list"><li style="list-style-type:circle">매주 같은 시간에 반복되는 일정(예: 수업, 운동)을 자동으로 알람으로 설정.</li></ul><ul id="1640c2e4-ba83-80da-913f-eeec469daf06" class="bulleted-list"><li style="list-style-type:circle">건강 관리 기능을 접목시킨 맞춤형 패턴 설정</li></ul></li></ul><p id="1640c2e4-ba83-80bb-8de5-d082bacc2d3e" class="">
</p><ul id="1640c2e4-ba83-80db-8a10-dbdf68777614" class="toggle"><li><details open=""><summary>선정된 콘셉트 구체화</summary><h3 id="1640c2e4-ba83-8054-b3cc-fd498101fac0" class="">✔️ <strong>Main Metaphor: &quot;Digital Assistant for Time Management&quot;</strong></h3><p id="1640c2e4-ba83-800c-afff-f10231e5aa06" class="">iPhone의 시계 앱은 사용자의 일상을 지원하는 디지털 비서로서 시간 관리에 필요한 모든 도구를 제공하는 것을 메타포로 합니다.</p><ul id="1640c2e4-ba83-807f-8e75-d1e58044ca05" class="bulleted-list"><li style="list-style-type:disc"><strong>설명</strong>: 사용자는 시간 관리라는 복잡한 과업을 수행하는 동안, 직관적이고 효율적인 지원을 받습니다. 앱은 각 기능을 통해 알림, 시간 측정, 다중 작업 등을 보조하는 비서 역할을 합니다.</li></ul><p id="1640c2e4-ba83-8065-9620-fba70ecb2882" class="">
</p><h3 id="1640c2e4-ba83-8034-8b35-c78114a196e2" class="">✔️ <strong>Sub Metaphors</strong></h3><ol type="1" id="1640c2e4-ba83-8058-81a3-ce77a0971860" class="numbered-list" start="1"><li><strong>멀티 타이머 및 커스터마이징</strong><ul id="1640c2e4-ba83-80a1-9f0e-e43b8d7a715c" class="bulleted-list"><li style="list-style-type:disc">요리에서 사용하는 여러 개의 색상 코딩된 타이머처럼, 사용자는 다양한 작업을 시각적으로 구분하여 설정할 수 있습니다.</li></ul><ul id="1640c2e4-ba83-8024-816d-cbd2e84f7c0e" class="bulleted-list"><li style="list-style-type:disc"><strong>적용 사례</strong>: 타이머에 색상과 이름을 지정해 작업의 명확성을 높임.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-806d-8fdf-fb48cc34e306" class="numbered-list" start="2"><li><strong>수면 패턴 자동 추천</strong><ul id="1640c2e4-ba83-80a2-be35-d36269de4bfb" class="bulleted-list"><li style="list-style-type:disc">사용자의 알람 데이터 및 활동내역을 분석해 맞춤형 수면 패턴을 제안하는 수면 코치와 같은 역할을 합니다.</li></ul><ul id="1640c2e4-ba83-800a-8795-dc4b96827a38" class="bulleted-list"><li style="list-style-type:disc"><strong>적용 사례</strong>: 반복적인 알람 설정 부담을 줄이고, 건강한 수면 루틴을 지원함.</li></ul></li></ol><p id="1640c2e4-ba83-80a3-b2ad-cdcbaeaa7fc6" class="">
</p><h3 id="1640c2e4-ba83-806d-97fd-d7c62cabe238" class="">✔️ <strong>Metaphor Model</strong></h3><p id="1640c2e4-ba83-8096-bf61-e8a52f8dca2e" class=""><strong>1. Input</strong></p><ul id="1640c2e4-ba83-80c2-b921-db1ee1a9c82c" class="bulleted-list"><li style="list-style-type:disc">사용자 입력: 알람 시간 설정, 타이머 추가, 반복 시간 지정 등.</li></ul><ul id="1640c2e4-ba83-8014-a465-e26cf6ac66a2" class="bulleted-list"><li style="list-style-type:disc">AI 학습 데이터: 사용자의 과거 알람 사용 패턴, 기기 사용 시간.</li></ul><p id="1640c2e4-ba83-80a9-816b-fd19ed2de297" class=""><strong>2. Process</strong></p><ul id="1640c2e4-ba83-804f-8e96-d6725926f81a" class="bulleted-list"><li style="list-style-type:disc">타이머: 멀티 타이머 간 시각적 분류 및 관리.</li></ul><ul id="1640c2e4-ba83-80c1-97a3-eab5ffeb51e3" class="bulleted-list"><li style="list-style-type:disc">알람: AI가 사용자 데이터를 분석하여 추천.</li></ul><p id="1640c2e4-ba83-80f2-bd26-d6ed413d9ae8" class=""><strong>3. Output</strong></p><ul id="1640c2e4-ba83-802b-89c8-fdbb5d6beeb7" class="bulleted-list"><li style="list-style-type:disc">멀티 타이머 화면: 작업별로 색상 및 이름이 지정된 타이머 표시.</li></ul><ul id="1640c2e4-ba83-80cf-8d64-ed355f9b272e" class="bulleted-list"><li style="list-style-type:disc">자동 추천 알람: 맞춤화된 시간 및 반복 설정을 통해 알람을 제안.</li></ul><p id="1640c2e4-ba83-8049-96f5-eec3b5718970" class=""><strong>4. Feedback</strong></p><ul id="1640c2e4-ba83-806a-8c57-ebc1d6d23d33" class="bulleted-list"><li style="list-style-type:disc">사용자 피드백: 설정된 알람/타이머 수정, 삭제, 반복 사용 여부를 학습.</li></ul><ul id="1640c2e4-ba83-8040-b891-f7a6ea52dd4f" class="bulleted-list"><li style="list-style-type:disc">AI 개선: 사용자 행동을 기반으로 추천 알고리즘 지속 학습.</li></ul><p id="1640c2e4-ba83-805b-96f0-d4367ff270ac" class="">
</p><p id="1640c2e4-ba83-80d2-aeab-d2608c1159b7" class="">
</p><p id="1640c2e4-ba83-80bf-8759-f39adda2ca5f" class="">
</p></details></li></ul><h2 id="1640c2e4-ba83-8032-a39d-ec18509844b2" class="">2️⃣ <strong>Information Design</strong></h2><p id="1640c2e4-ba83-80d3-8c8b-dc3a9f8960de" class="">
</p><p id="1640c2e4-ba83-80c6-94aa-cc30b9d3567f" class="">Information Design은 사용자에게 필요한 데이터를 선정하고, 이를 사용자가 이해하기 쉽게 분류하고 구조화 하는 과정입니다. 다음 5가지 단계로 구성됩니다.</p><ol type="1" id="1640c2e4-ba83-809f-b1a9-d9e854dcb19b" class="numbered-list" start="1"><li>사용자에게 의미 있는 여러가지 다양한 데이터를 수집하는 단계</li></ol><ol type="1" id="1640c2e4-ba83-808f-8508-c2ef4ee61e11" class="numbered-list" start="2"><li>특정 기준에 따라 자료를 분류하는 단계</li></ol><ol type="1" id="1640c2e4-ba83-802b-bff4-c5ea815a4cad" class="numbered-list" start="3"><li>정보의 구조를 결정하는 단계</li></ol><ol type="1" id="1640c2e4-ba83-8020-a7aa-e912cbec3a34" class="numbered-list" start="4"><li>정보의 구조 사이를 이동하는 기본 방법을 정하는 단계</li></ol><ol type="1" id="1640c2e4-ba83-8044-bde2-c14a20e49806" class="numbered-list" start="5"><li>항해지원 시스템을 디자인하는 단계</li></ol><p id="1640c2e4-ba83-80c4-a441-c4b2647af194" class="">
</p><h3 id="1640c2e4-ba83-80a5-b036-e4e34bf68ebe" class=""><strong>1. 사용자에게 의미 있는 데이터 수집 단계</strong></h3><h3 id="1640c2e4-ba83-8065-b69f-e6c284c93496" class=""><strong>필요 데이터</strong></h3><p id="1640c2e4-ba83-80cb-83f6-c479d8d4ea30" class="">사용자의 시간 관리 및 앱 사용 목적에 따라 다음 데이터를 수집합니다:</p><ul id="1640c2e4-ba83-80af-8253-c52e2a35bb15" class="bulleted-list"><li style="list-style-type:disc"><strong>세계 시계</strong>: 도시 이름, 현지 시간, 시간대 정보.</li></ul><ul id="1640c2e4-ba83-80a5-b0cf-c0f612170fc0" class="bulleted-list"><li style="list-style-type:disc"><strong>알람</strong>: 알람 시간, 반복 여부, 알람음, 상태(활성/비활성).</li></ul><ul id="1640c2e4-ba83-80a7-ad7d-eaf736725539" class="bulleted-list"><li style="list-style-type:disc"><strong>타이머</strong>: 남은 시간, 타이머 이름, 색상 코드, 반복 설정 여부.</li></ul><ul id="1640c2e4-ba83-8032-83c0-c87f0e2d336e" class="bulleted-list"><li style="list-style-type:disc"><strong>스톱워치</strong>: 경과 시간, 랩 타임 기록, 세션별 시간 데이터.</li></ul><h3 id="1640c2e4-ba83-80f5-be00-f46a05c22ad3" class=""><strong>데이터 유형</strong></h3><ul id="1640c2e4-ba83-80c6-8af0-db17eba3cd19" class="bulleted-list"><li style="list-style-type:disc"><strong>사실(Facts)</strong>: 현재 시간, 알람 시간, 랩 타임.</li></ul><ul id="1640c2e4-ba83-80c2-ba54-f9efb5af2ce6" class="bulleted-list"><li style="list-style-type:disc"><strong>절차(Procedures)</strong>: 알람 설정 과정, 타이머 조작 순서.</li></ul><ul id="1640c2e4-ba83-8080-a867-ffc1a0be04d2" class="bulleted-list"><li style="list-style-type:disc"><strong>메타데이터(Metadata)</strong>: 타이머 이름, 색상, 사용 기록.</li></ul><h3 id="1640c2e4-ba83-80ca-add5-c9c7af318c8b" class=""><strong>2. 특정 기준에 따른 자료 분류 단계</strong></h3><h3 id="1640c2e4-ba83-80b1-b422-d51d4e6c21b5" class=""><strong>분류 기준</strong></h3><ul id="1640c2e4-ba83-807b-b52f-f0599783f5e9" class="bulleted-list"><li style="list-style-type:disc"><strong>사용자 중심 기준</strong>:<ul id="1640c2e4-ba83-80c3-9398-f0c67086959c" class="bulleted-list"><li style="list-style-type:circle">주요 기능별 분류: 세계 시계, 알람, 스톱워치, 타이머.</li></ul><ul id="1640c2e4-ba83-80d7-8160-f40aca904991" class="bulleted-list"><li style="list-style-type:circle">사용 빈도에 따라 분류: 자주 사용하는 알람과 최근 사용한 타이머.</li></ul></li></ul><ul id="1640c2e4-ba83-8016-9a6f-f1de8d5c81e9" class="bulleted-list"><li style="list-style-type:disc"><strong>정보의 속성 기준</strong>:<ul id="1640c2e4-ba83-80b8-8d14-dac477b88a39" class="bulleted-list"><li style="list-style-type:circle">시간 기반: 세계 시계(시간대 정보), 알람 및 타이머(시간 설정).</li></ul><ul id="1640c2e4-ba83-8016-9494-ea9bf12fe137" class="bulleted-list"><li style="list-style-type:circle">작업 기반: 랩 타임(스톱워치), 반복 설정(타이머, 알람).</li></ul></li></ul><ul id="1640c2e4-ba83-8018-83ab-caf8d0727844" class="bulleted-list"><li style="list-style-type:disc"><strong>상황 기반</strong>:<ul id="1640c2e4-ba83-80fa-84ab-e76d5c2358f5" class="bulleted-list"><li style="list-style-type:circle">현재 작업에 맞는 즉각적 사용: 요리 중 타이머, 공부 중 스톱워치.</li></ul></li></ul><h3 id="1640c2e4-ba83-80ac-b1a2-d1f5ee06795f" class=""><strong>3. 정보의 구조 결정 단계</strong></h3><h3 id="1640c2e4-ba83-806c-aa1e-f99a1f2f4cd6" class=""><strong>구조 유형</strong></h3><ul id="1640c2e4-ba83-80a6-9e7c-c87b14807108" class="bulleted-list"><li style="list-style-type:disc"><strong>계층 구조</strong>: 앱의 기능을 상위-하위 개념으로 구분.<ul id="1640c2e4-ba83-8039-b44a-f23dceefabdd" class="bulleted-list"><li style="list-style-type:circle">예: &quot;시계 앱&quot;&quot;알람&quot;&quot;알람 설정&quot;.</li></ul></li></ul><ul id="1640c2e4-ba83-801b-95f3-e5fe72597b1f" class="bulleted-list"><li style="list-style-type:disc"><strong>순차적 구조</strong>: 사용자 작업 과정을 따라 정보 제공.<ul id="1640c2e4-ba83-80bc-84e7-ecaa7b1eabab" class="bulleted-list"><li style="list-style-type:circle">예: 알람 추가 → 시간 설정 → 소리 설정 → 저장.</li></ul></li></ul><ul id="1640c2e4-ba83-80df-b8e2-f4ad14eae7ea" class="bulleted-list"><li style="list-style-type:disc"><strong>그리드 구조</strong>: 멀티 타이머에서 타이머별 정보를 개별적으로 표시.<ul id="1640c2e4-ba83-802b-881d-f70f951581f1" class="bulleted-list"><li style="list-style-type:circle">예: 여러 타이머를 직사각형 그리드로 시각화.</li></ul></li></ul><h3 id="1640c2e4-ba83-807f-88e1-f6c95b9da473" class=""><strong>4. 정보 구조 간 이동 방법 결정 단계</strong></h3><h3 id="1640c2e4-ba83-8068-892a-e4dc79b7dfd1" class=""><strong>항해 방법</strong></h3><ul id="1640c2e4-ba83-800a-8caf-d6170e699b54" class="bulleted-list"><li style="list-style-type:disc"><strong>탭 네비게이션</strong>: 하단 탭을 통해 주요 기능(세계 시계, 알람, 스톱워치, 타이머) 간 이동.</li></ul><ul id="1640c2e4-ba83-809b-8765-f77cd16b7d7e" class="bulleted-list"><li style="list-style-type:disc"><strong>상단 메뉴</strong>: 설정 화면에서 전체 앱 설정(알람음, 진동 등) 접근.</li></ul><ul id="1640c2e4-ba83-80e2-9a6a-f9cf1b7dd634" class="bulleted-list"><li style="list-style-type:disc"><strong>제스처 기반</strong>:<ul id="1640c2e4-ba83-805f-98d5-cbfe1d366ca4" class="bulleted-list"><li style="list-style-type:circle">좌우 스와이프로 세계 시계 간 이동.</li></ul><ul id="1640c2e4-ba83-8049-812e-e4bd8476bc00" class="bulleted-list"><li style="list-style-type:circle">위/아래 스와이프로 알람 활성화/비활성화.</li></ul></li></ul><h3 id="1640c2e4-ba83-8066-9ceb-cebb5a611085" class=""><strong>기본 이동 시나리오</strong></h3><ol type="1" id="1640c2e4-ba83-8040-840e-ec8ac7dd9caa" class="numbered-list" start="1"><li>사용자가 알람 기능을 선택 → 알람 목록에서 추가 버튼 클릭 → 알람 시간 설정 → 저장 후 목록으로 이동.</li></ol><ol type="1" id="1640c2e4-ba83-8018-b7ad-fab4c6dfd9ca" class="numbered-list" start="2"><li>타이머 화면에서 새 타이머 추가 → 이름과 시간 설정 → 저장 후 타이머 목록으로 이동.</li></ol><h3 id="1640c2e4-ba83-8010-88d5-eb39d08e3fe7" class=""><strong>5. 항해 지원 시스템 설계 단계</strong></h3><h3 id="1640c2e4-ba83-80b8-a9eb-dcb8ea4d93fe" class=""><strong>글로벌 항해 시스템</strong></h3><ul id="1640c2e4-ba83-8070-8a98-d9c01e1bd194" class="bulleted-list"><li style="list-style-type:disc"><strong>탭 바</strong>: 모든 주요 기능(세계 시계, 알람, 스톱워치, 타이머)에 언제든 접근 가능.</li></ul><ul id="1640c2e4-ba83-80df-a465-cfc89cdfc092" class="bulleted-list"><li style="list-style-type:disc"><strong>홈 버튼</strong>: 앱의 메인 화면(기본 시계 화면)으로 즉시 이동.</li></ul><h3 id="1640c2e4-ba83-80ed-8280-c0c832fc030a" class=""><strong>로컬 항해 시스템</strong></h3><ul id="1640c2e4-ba83-8052-9310-ef4645749d97" class="bulleted-list"><li style="list-style-type:disc"><strong>세계 시계</strong>: 도시 추가/삭제 버튼, 검색창.</li></ul><ul id="1640c2e4-ba83-80bc-b90d-c644a47f7c11" class="bulleted-list"><li style="list-style-type:disc"><strong>알람</strong>: 알람 추가/편집 버튼, 반복 설정 옵션.</li></ul><ul id="1640c2e4-ba83-809f-a2ac-d4a0ba4d2e0a" class="bulleted-list"><li style="list-style-type:disc"><strong>타이머</strong>: 멀티 타이머 간 간단한 전환을 위한 드롭다운 메뉴.</li></ul><h3 id="1640c2e4-ba83-80d5-8630-f5752048d47c" class=""><strong>국소적 항해 시스템</strong></h3><ul id="1640c2e4-ba83-80a7-bd4e-f3af349d1475" class="bulleted-list"><li style="list-style-type:disc"><strong>세계 시계</strong>: 각 도시의 세부 정보(날씨, 시간대)로 이동.</li></ul><ul id="1640c2e4-ba83-80c6-9f2c-d682b04585be" class="bulleted-list"><li style="list-style-type:disc"><strong>스톱워치</strong>: 랩 타임 상세 데이터 보기.</li></ul><p id="1640c2e4-ba83-809b-9f90-cdece98a8b64" class="">
</p><p id="1640c2e4-ba83-8042-87a5-e97f19757547" class="">
</p><p id="1640c2e4-ba83-809e-879b-c35f7c0f2351" class="">
</p><h2 id="1640c2e4-ba83-8003-a2be-f1aece01183c" class="">3️⃣<strong> Interaction Design</strong></h2><p id="1640c2e4-ba83-80eb-b208-f7e49640fa13" class="">
</p><p id="1640c2e4-ba83-809a-a2db-c16bdc5df138" class="">인터랙션 디자인은 사용자가 iPhone 시계 앱과 상호작용하면서 경험하는 모든 과정을 설계하는 단계입니다. 이 단계에서는 사용자의 행동에 따라 디지털 시스템이 어떻게 반응하는지 구체적으로 정의하며, 효율적이고 투명한 사용 경험을 제공합니다.</p><p id="1640c2e4-ba83-80df-b257-cf89364b3710" class="">
</p><h3 id="1640c2e4-ba83-800b-90e9-f8a59b7cd118" class=""><strong>1. 사용자 행동과 시스템 반응 설계</strong></h3><h3 id="1640c2e4-ba83-8073-8766-e976aefadcec" class=""><strong>주요 상호작용 흐름</strong></h3><ol type="1" id="1640c2e4-ba83-80d4-b082-dfc676576d5f" class="numbered-list" start="1"><li><strong>알람 설정</strong><ul id="1640c2e4-ba83-809e-b900-fd4da415cab6" class="bulleted-list"><li style="list-style-type:disc"><strong>사용자 행동</strong>: 알람 추가 버튼을 클릭 → 시간 설정 → 소리 및 반복 설정 → 저장.</li></ul><ul id="1640c2e4-ba83-801e-bedf-e4c7bcda39c2" class="bulleted-list"><li style="list-style-type:disc"><strong>시스템 반응</strong>:<ul id="1640c2e4-ba83-803d-a480-e1527e7e33ed" class="bulleted-list"><li style="list-style-type:circle">즉각적인 시각적 피드백: 저장 후 알람 목록에 추가.</li></ul><ul id="1640c2e4-ba83-8025-8d49-cb283d152e6c" class="bulleted-list"><li style="list-style-type:circle">성공 알림: &quot;알람이 설정되었습니다.&quot; 메시지.</li></ul><ul id="1640c2e4-ba83-804c-9f58-ec1207e72f20" class="bulleted-list"><li style="list-style-type:circle">반복 설정 시 요일별 하이라이트.</li></ul></li></ul></li></ol><ol type="1" id="1640c2e4-ba83-809f-838c-d7692059363a" class="numbered-list" start="2"><li><strong>멀티 타이머 사용</strong><ul id="1640c2e4-ba83-804b-bca0-c62b6d371c73" class="bulleted-list"><li style="list-style-type:disc"><strong>사용자 행동</strong>: 타이머 추가 버튼 클릭 → 시간과 이름 설정 → 색상 선택 → 시작.</li></ul><ul id="1640c2e4-ba83-80a3-9b46-ebcbc973475a" class="bulleted-list"><li style="list-style-type:disc"><strong>시스템 반응</strong>:<ul id="1640c2e4-ba83-8032-aeca-e362335ae8b1" class="bulleted-list"><li style="list-style-type:circle">타이머 화면에 타이머를 시각적으로 배치(색상과 이름 포함).</li></ul><ul id="1640c2e4-ba83-8073-893c-dfdac384b8d3" class="bulleted-list"><li style="list-style-type:circle">남은 시간 표시와 종료 시 알림음 또는 진동 제공.</li></ul><ul id="1640c2e4-ba83-80d4-83da-f485eeb12c05" class="bulleted-list"><li style="list-style-type:circle">종료 후 반복 옵션을 제안.</li></ul></li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8079-8dc6-d9ac8097a0b8" class="numbered-list" start="3"><li><strong>스톱워치 사용</strong><ul id="1640c2e4-ba83-80bd-9f48-e84a399ead45" class="bulleted-list"><li style="list-style-type:disc"><strong>사용자 행동</strong>: 시작 버튼 클릭 → 랩 타임 기록 → 정지 버튼 클릭 → 초기화.</li></ul><ul id="1640c2e4-ba83-80cd-b06b-fc844dd8629a" class="bulleted-list"><li style="list-style-type:disc"><strong>시스템 반응</strong>:<ul id="1640c2e4-ba83-80a5-8d00-e8a392effb0c" class="bulleted-list"><li style="list-style-type:circle">랩 타임을 즉각적으로 화면에 추가.</li></ul><ul id="1640c2e4-ba83-8029-b933-e0d15937cdd4" class="bulleted-list"><li style="list-style-type:circle">세션 종료 후 랩 기록 데이터를 저장하거나 공유할 수 있는 옵션 제공.</li></ul></li></ul></li></ol><ol type="1" id="1640c2e4-ba83-80fe-b6d7-da3ef85cfac9" class="numbered-list" start="4"><li><strong>세계 시계 관리</strong><ul id="1640c2e4-ba83-8052-a959-e1da46eafa56" class="bulleted-list"><li style="list-style-type:disc"><strong>사용자 행동</strong>: 도시 추가 버튼 클릭 → 도시 검색 및 선택 → 저장.</li></ul><ul id="1640c2e4-ba83-803f-8321-d3284481e8a9" class="bulleted-list"><li style="list-style-type:disc"><strong>시스템 반응</strong>:<ul id="1640c2e4-ba83-8044-8a64-ffab825583e9" class="bulleted-list"><li style="list-style-type:circle">선택된 도시가 리스트에 추가됨.</li></ul><ul id="1640c2e4-ba83-803e-9683-dad45970fa9f" class="bulleted-list"><li style="list-style-type:circle">시각적 구분을 위해 시간대별 배경 색상을 변경.</li></ul></li></ul></li></ol><h3 id="1640c2e4-ba83-808c-93f7-deb94ce297c1" class=""><strong>2. 정보 구조 간의 이동 설계</strong></h3><h3 id="1640c2e4-ba83-8028-8f96-c1d24391703b" class=""><strong>탭 네비게이션</strong></h3><ul id="1640c2e4-ba83-80f6-9712-f1ad1d5f2824" class="bulleted-list"><li style="list-style-type:disc">하단 탭 바를 통해 세계 시계, 알람, 스톱워치, 타이머 간 빠른 이동 가능.</li></ul><ul id="1640c2e4-ba83-808b-b04c-d7d02fdb47ff" class="bulleted-list"><li style="list-style-type:disc">각 탭 선택 시 마지막 사용 상태를 유지.</li></ul><h3 id="1640c2e4-ba83-8012-a983-e4877966aa2b" class=""><strong>제스처 기반 상호작용</strong></h3><ul id="1640c2e4-ba83-80ae-a32a-cb83898eb899" class="bulleted-list"><li style="list-style-type:disc"><strong>스와이프 동작</strong>: 세계 시계 화면에서 좌우 스와이프로 도시 간 전환.</li></ul><ul id="1640c2e4-ba83-802b-b2bd-ff3242c13a55" class="bulleted-list"><li style="list-style-type:disc"><strong>드래그 앤 드롭</strong>: 알람과 타이머의 순서를 사용자가 원하는 대로 변경.</li></ul><h3 id="1640c2e4-ba83-80fa-b671-d34ff4728b9c" class=""><strong>3. 투명성과 플로우 유지</strong></h3><h3 id="1640c2e4-ba83-8096-9f2d-c352a32487b9" class=""><strong>투명성 (Transparency)</strong></h3><ul id="1640c2e4-ba83-8063-a3e9-e432da16635f" class="bulleted-list"><li style="list-style-type:disc">시스템의 작동이 사용자의 목표 달성을 방해하지 않도록, 불필요한 요소를 최소화합니다.<ul id="1640c2e4-ba83-80b0-a3d3-c6b7e2eb0212" class="bulleted-list"><li style="list-style-type:circle">예: 타이머 종료 후 자동 반복 옵션 제안.</li></ul><ul id="1640c2e4-ba83-8026-8015-cbcee07a4ee5" class="bulleted-list"><li style="list-style-type:circle">예: 알람 설정 시 기본값 추천(마지막 사용 패턴 기반).</li></ul></li></ul><h3 id="1640c2e4-ba83-8039-9ca6-e4f83b039ab7" class=""><strong>플로우 (Flow)</strong></h3><ul id="1640c2e4-ba83-801b-98cb-e82e1b1784d2" class="bulleted-list"><li style="list-style-type:disc">사용자가 몰입 상태를 유지할 수 있도록 시스템 반응을 즉각적이고 직관적으로 설계.<ul id="1640c2e4-ba83-8095-b7ba-f868b9f5a49d" class="bulleted-list"><li style="list-style-type:circle">예: 스톱워치 사용 중에도 타이머 설정 가능.</li></ul><ul id="1640c2e4-ba83-807d-bc2f-d702b155e5c6" class="bulleted-list"><li style="list-style-type:circle">예: 알람 설정 완료 후 다른 화면으로 자동 전환.</li></ul></li></ul><h3 id="1640c2e4-ba83-8088-a5ce-f416906c0890" class=""><strong>4. 상호작용의 조화로운 요소</strong></h3><h3 id="1640c2e4-ba83-801f-bcbe-f28efc728131" class=""><strong>지침</strong></h3><ol type="1" id="1640c2e4-ba83-8020-b16d-c8165f9f7cea" class="numbered-list" start="1"><li><strong>간단하지만 유연한 인터랙션</strong><ul id="1640c2e4-ba83-8099-a599-e2fee1aed699" class="bulleted-list"><li style="list-style-type:disc">알람과 타이머 설정 과정에서 기본값 제공, 하지만 사용자가 원하는 설정으로 쉽게 변경 가능.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8043-a6bc-cad2bed440e3" class="numbered-list" start="2"><li><strong>보편적이지만 예외를 고려한 인터랙션</strong><ul id="1640c2e4-ba83-808d-b81c-f4a5a570563a" class="bulleted-list"><li style="list-style-type:disc">알람 설정 중 예외적인 시간(공휴일, 특정 이벤트)을 고려해 AI 추천.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-8006-8a7d-c4e82808caa5" class="numbered-list" start="3"><li><strong>즉각적이지만 지체를 감안한 인터랙션</strong><ul id="1640c2e4-ba83-8015-b14b-e9dadc890ad5" class="bulleted-list"><li style="list-style-type:disc">알람 저장 중 네트워크 지연 시 &quot;저장 중&quot; 메시지와 진행 상태 표시.</li></ul></li></ol><ol type="1" id="1640c2e4-ba83-809a-85fd-f693aeee2e7a" class="numbered-list" start="4"><li><strong>순응적이지만 대화가 가능한 인터랙션</strong><ul id="1640c2e4-ba83-8096-a90d-f27c53ca40fd" class="bulleted-list"><li style="list-style-type:disc">사용자 명령에 따른 기본 반응 외에 추가 옵션 제공(예: 종료 후 반복 실행).</li></ul></li></ol><h3 id="1640c2e4-ba83-80b5-9696-d2927d944109" class=""><strong>5. 사용성 및 오류 방지</strong></h3><h3 id="1640c2e4-ba83-8006-a07a-c196fcb15cb5" class=""><strong>긍정적 요소 강화</strong></h3><ul id="1640c2e4-ba83-800c-b62b-c3323fbda47b" class="bulleted-list"><li style="list-style-type:disc"><strong>사용자에게 관심</strong>: AI가 사용자의 알람 패턴을 학습하고 자동 추천.</li></ul><ul id="1640c2e4-ba83-8052-98ec-ccb3d008067d" class="bulleted-list"><li style="list-style-type:disc"><strong>한 발 먼저 내다봄</strong>: 자주 사용하는 기능(타이머, 스톱워치)을 위젯에 자동 추가.</li></ul><h3 id="1640c2e4-ba83-801f-b275-f1a812f8dc49" class=""><strong>부정적 요소 감소</strong></h3><ul id="1640c2e4-ba83-80c5-830f-e123090de076" class="bulleted-list"><li style="list-style-type:disc">사용자가 불필요한 정보를 보거나 선택을 강요받지 않도록 인터페이스 설계.<ul id="1640c2e4-ba83-8055-a65d-eae961811a70" class="bulleted-list"><li style="list-style-type:circle">예: 알람 삭제 시 &quot;확인&quot; 없이 Undo 버튼 제공.</li></ul></li></ul><h2 id="1640c2e4-ba83-8059-bfa8-ea199b5b6c69" class="">4️⃣ <strong>Interface Design</strong></h2><p id="1640c2e4-ba83-8049-8e66-fed7e2e497e3" class="">
</p><p id="1640c2e4-ba83-807e-9c61-de87d38d91d4" class="">Interface Design은 사용자가 시스템과 어떻게 상호작용하고, 시스템이 반응하는 방식을 설계하는 과정입니다.</p><h3 id="1640c2e4-ba83-807e-8ecc-c625c9a113db" class=""><strong>1. 사용자 행동과 시스템 반응 설계</strong></h3><h3 id="1640c2e4-ba83-8015-acbc-ee709349f712" class=""><strong>1.1 주요 사용자 흐름</strong></h3><ul id="1640c2e4-ba83-8043-9afc-f1d29c668a6c" class="bulleted-list"><li style="list-style-type:disc"><strong>알람 추가</strong><ul id="1640c2e4-ba83-8041-b4b8-d3aa6c70a5e0" class="bulleted-list"><li style="list-style-type:circle"><strong>사용자 행동</strong>: 알람 추가 버튼 클릭 → 시간 설정 → 소리 및 반복 설정 → 저장.</li></ul><ul id="1640c2e4-ba83-80c1-8922-c2cf87de047e" class="bulleted-list"><li style="list-style-type:circle"><strong>시스템 반응</strong>:<ul id="1640c2e4-ba83-80ff-a712-e0e621f3ed9d" class="bulleted-list"><li style="list-style-type:square">화면에 알람 추가 메시지 표시: &quot;알람이 저장되었습니다.&quot;</li></ul><ul id="1640c2e4-ba83-8087-aa4e-e442b6a6a978" class="bulleted-list"><li style="list-style-type:square">리스트에 새 알람 추가 및 알람 상태 표시(활성화/비활성화).</li></ul><ul id="1640c2e4-ba83-80a0-865d-cd118971c717" class="bulleted-list"><li style="list-style-type:square">시각적 효과: 저장 후 알람 목록으로 스무스 스크롤.</li></ul></li></ul></li></ul><ul id="1640c2e4-ba83-80d4-836e-f33307e1d062" class="bulleted-list"><li style="list-style-type:disc"><strong>타이머 시작</strong><ul id="1640c2e4-ba83-80d2-a8a4-f302e5ed0198" class="bulleted-list"><li style="list-style-type:circle"><strong>사용자 행동</strong>: 타이머 추가 버튼 클릭 → 타이머 시간 입력 → 색상 선택 → 시작.</li></ul><ul id="1640c2e4-ba83-8010-b550-c63c84d6598b" class="bulleted-list"><li style="list-style-type:circle"><strong>시스템 반응</strong>:<ul id="1640c2e4-ba83-808d-be3b-eb03441f4db8" class="bulleted-list"><li style="list-style-type:square">타이머 화면에 타이머를 추가하여 색상 구분과 이름 표시.</li></ul><ul id="1640c2e4-ba83-8067-85a4-d0081a5222bc" class="bulleted-list"><li style="list-style-type:square">카운트다운 애니메이션과 함께 종료 알림 제공.</li></ul><ul id="1640c2e4-ba83-803e-852b-f59c10986431" class="bulleted-list"><li style="list-style-type:square">종료 후 &quot;재시작&quot;&quot;리셋&quot; 옵션 버튼 표시.</li></ul></li></ul></li></ul><ul id="1640c2e4-ba83-8036-9d93-f8fdbcfe4d11" class="bulleted-list"><li style="list-style-type:disc"><strong>스톱워치 사용</strong><ul id="1640c2e4-ba83-808a-a3ed-e39e09e8ee80" class="bulleted-list"><li style="list-style-type:circle"><strong>사용자 행동</strong>: 시작 버튼 클릭 → 랩 타임 기록 → 정지 후 초기화.</li></ul><ul id="1640c2e4-ba83-8047-bb0e-c0cec0cc5c21" class="bulleted-list"><li style="list-style-type:circle"><strong>시스템 반응</strong>:<ul id="1640c2e4-ba83-8019-a44c-e77f550c62cd" class="bulleted-list"><li style="list-style-type:square">실시간 경과 시간 표시와 애니메이션 진행.</li></ul><ul id="1640c2e4-ba83-80e0-bfb4-caa5eae7e61a" class="bulleted-list"><li style="list-style-type:square">랩 타임 기록을 리스트에 추가하며 저장 옵션 제공.</li></ul></li></ul></li></ul><ul id="1640c2e4-ba83-8032-a359-c16d4ce081a8" class="bulleted-list"><li style="list-style-type:disc"><strong>세계 시계 관리</strong><ul id="1640c2e4-ba83-8097-b283-e4d339c8e888" class="bulleted-list"><li style="list-style-type:circle"><strong>사용자 행동</strong>: 도시 추가 버튼 클릭 → 검색창에서 도시 입력 → 도시 선택 후 저장.</li></ul><ul id="1640c2e4-ba83-8042-9341-f598500664bd" class="bulleted-list"><li style="list-style-type:circle"><strong>시스템 반응</strong>:<ul id="1640c2e4-ba83-805b-8a2d-c4051f4c8756" class="bulleted-list"><li style="list-style-type:square">리스트에 도시 추가 및 현지 시간 표시.</li></ul><ul id="1640c2e4-ba83-807b-bbcb-fc80eaa02047" class="bulleted-list"><li style="list-style-type:square">도시별 날씨 아이콘과 시간대 배경 색상 적용.</li></ul></li></ul></li></ul><h3 id="1640c2e4-ba83-8042-9fac-f65d05bf4e27" class=""><strong>2. 정보 구조와 이동 설계</strong></h3><h3 id="1640c2e4-ba83-80fd-98a2-eab043e73c18" class=""><strong>2.1 구조 설계</strong></h3><ul id="1640c2e4-ba83-800a-bb76-c96a47b447b2" class="bulleted-list"><li style="list-style-type:disc"><strong>탭 네비게이션</strong>:</li></ul><p id="1640c2e4-ba83-80d9-bb02-e216b7c94f3f" class=""><div class="indented"><ul id="1640c2e4-ba83-80b4-a01a-ec55e4dcd9f2" class="bulleted-list"><li style="list-style-type:disc">하단 네비게이션 바에 주요 기능을 섹션으로 나누어(세계 시계, 알람, 타이머, 스톱워치) 배치.</li></ul><ul id="1640c2e4-ba83-8085-81af-ca97b694715c" class="bulleted-list"><li style="list-style-type:disc">각 탭 클릭 시 해당 화면으로 즉시 전환.</li></ul></div></p><figure id="1640c2e4-ba83-80e4-a37e-d2da255c73af" class="image"><a href="image.png"><img style="width:108px" src="image.png"/></a></figure><ul id="1640c2e4-ba83-8092-89f2-f9d2fc248649" class="bulleted-list"><li style="list-style-type:disc"><strong>드릴다운 인터페이스</strong>:<ul id="1640c2e4-ba83-80a0-8028-fb9a25ed4dd1" class="bulleted-list"><li style="list-style-type:circle">알람, 타이머 세부 설정 화면은 클릭 시 진입 후 저장 버튼으로 상위 화면 복귀.</li></ul><figure id="1640c2e4-ba83-80e2-9d7d-dd789f27b9de" class="image"><a href="image%201.png"><img style="width:132px" src="image%201.png"/></a></figure></li></ul><ul id="1640c2e4-ba83-80bf-8024-e569c1af8c10" class="bulleted-list"><li style="list-style-type:disc"><strong>위젯 접근성</strong>:<ul id="1640c2e4-ba83-80ed-8bcf-d29818bb3cc8" class="bulleted-list"><li style="list-style-type:circle">홈 화면에서 위젯으로 타이머 및 알람 조작 가능.</li></ul><figure id="1640c2e4-ba83-801a-985a-eba743ba4c86" class="image"><a href="image%202.png"><img style="width:132px" src="image%202.png"/></a></figure></li></ul><h3 id="1640c2e4-ba83-809f-99ee-fd65908a96a2" class=""><strong>2.2 이동 방식</strong></h3><ul id="1640c2e4-ba83-80a6-87e9-e0323bc45a5e" class="bulleted-list"><li style="list-style-type:disc"><strong>제스처 기반</strong>:<ul id="1640c2e4-ba83-8018-b3b2-c3cf608e9ad5" class="bulleted-list"><li style="list-style-type:circle">세계 시계: 스와이프로 도시 간 이동.</li></ul><ul id="1640c2e4-ba83-804e-aa3c-d815afef7cdc" class="bulleted-list"><li style="list-style-type:circle">타이머: 멀티 타이머 간 드래그 앤 드롭으로 순서 변경.</li></ul></li></ul><ul id="1640c2e4-ba83-8069-9c46-df082aaf64e8" class="bulleted-list"><li style="list-style-type:disc"><strong>버튼 기반</strong>:<ul id="1640c2e4-ba83-805a-a432-d6efa258f325" class="bulleted-list"><li style="list-style-type:circle">알람 추가 및 편집 버튼은 화면 상단 배치.</li></ul><figure id="1640c2e4-ba83-8086-8938-e30ecbb7e946" class="image"><a href="image%203.png"><img style="width:144px" src="image%203.png"/></a></figure><ul id="1640c2e4-ba83-80c8-82f3-f1e8e02219bd" class="bulleted-list"><li style="list-style-type:circle">타이머 시작/정지 버튼은 화면 중앙의 강조 영역에 배치.</li></ul><figure id="1640c2e4-ba83-80a7-a2ec-d94a98be25b6" class="image"><a href="image%204.png"><img style="width:144px" src="image%204.png"/></a></figure></li></ul><h3 id="1640c2e4-ba83-806e-a3b5-d45898704a80" class=""><strong>3. 인터랙션 피드백 설계</strong></h3><h3 id="1640c2e4-ba83-80ab-b3d8-f3d5785339f5" class=""><strong>3.1 즉각적 피드백</strong></h3><ul id="1640c2e4-ba83-8027-adc6-cc83f2418145" class="bulleted-list"><li style="list-style-type:disc">버튼 클릭 시 색상 변화와 함께 클릭 효과를 추가하여 사용자의 동작을 인식.</li></ul><ul id="1640c2e4-ba83-80fc-9d92-cdf4e825e50b" class="bulleted-list"><li style="list-style-type:disc">타이머 시작 시 원형 프로그레스 바 애니메이션 진행.</li></ul><figure id="1640c2e4-ba83-808c-9b6e-e389c1f76225" class="image"><a href="image%205.png"><img style="width:144px" src="image%205.png"/></a></figure><h3 id="1640c2e4-ba83-8071-ba04-c2fff2641472" class=""><strong>3.2 지속적 피드백</strong></h3><ul id="1640c2e4-ba83-8066-bc43-ffe33ce17d4f" class="bulleted-list"><li style="list-style-type:disc">타이머 종료 시 진동과 함께 알림음을 제공.</li></ul><ul id="1640c2e4-ba83-8085-8de8-f43f208c2b5d" class="bulleted-list"><li style="list-style-type:disc">알람 활성화 시 토글 버튼이 색상 변화를 통해 활성화 상태를 표시.</li></ul><figure id="1640c2e4-ba83-8017-b56b-e3a171a9ba8d" class="image"><a href="image%206.png"><img style="width:144px" src="image%206.png"/></a></figure><h3 id="1640c2e4-ba83-808d-beaf-ce0f11f9f23e" class=""><strong>3.3 오류 예방 및 관리</strong></h3><ul id="1640c2e4-ba83-8028-9449-db9a8d69466a" class="bulleted-list"><li style="list-style-type:disc"><strong>오류 예방</strong>:<ul id="1640c2e4-ba83-800c-b31c-fe2f09604570" class="bulleted-list"><li style="list-style-type:circle">타이머 설정 값이 비어 있으면 저장 불가 상태 유지.</li></ul></li></ul><ul id="1640c2e4-ba83-805f-a7be-dbf07f2b6d7b" class="bulleted-list"><li style="list-style-type:disc"><strong>오류 관리</strong>:<ul id="1640c2e4-ba83-8047-8ef8-c2dd2096c966" class="bulleted-list"><li style="list-style-type:circle">잘못된 입력 시 자동 보정값 표시.</li></ul><ul id="1640c2e4-ba83-8098-bf22-e0cd307b9bff" class="bulleted-list"><li style="list-style-type:circle">예: 0시간 0분 0초로 설정하여 타이머를 작동시킬 경우 자동으로 1초를 더해 유효한 시간값으로 변경</li></ul><figure id="1640c2e4-ba83-80f8-a6ae-c8c278d445fe" class="image"><a href="image%207.png"><img style="width:192px" src="image%207.png"/></a></figure></li></ul><h3 id="1640c2e4-ba83-8078-89db-efc8ea9bf6d6" class=""><strong>4. 인터랙션 디자인 요소의 통합</strong></h3><h3 id="1640c2e4-ba83-8063-aa5b-da9c1c948620" class=""><strong>4.1 시각적 요소</strong></h3><ul id="1640c2e4-ba83-8005-b44c-ddefb3a1ffb5" class="bulleted-list"><li style="list-style-type:disc">색상 코드로 각 기능 구분:<ul id="1640c2e4-ba83-809b-bc82-cc5ff704c6e7" class="bulleted-list"><li style="list-style-type:circle">알람: 녹색 테마.</li></ul><figure id="1640c2e4-ba83-80a3-966f-dd1b9bdf2902" class="image"><a href="image%208.png"><img style="width:240px" src="image%208.png"/></a></figure><ul id="1640c2e4-ba83-802a-ac69-f0d9042865aa" class="bulleted-list"><li style="list-style-type:circle">타이머: 녹색 / 주황색의 대비되는 테마.</li></ul><figure id="1640c2e4-ba83-804e-bca1-c8b25fde82f1" class="image"><a href="image%209.png"><img style="width:240px" src="image%209.png"/></a></figure><ul id="1640c2e4-ba83-800c-a660-dfb081869ea6" class="bulleted-list"><li style="list-style-type:circle">스톱워치: 빨간색 테마.</li></ul><figure id="1640c2e4-ba83-8036-8f3a-da43225bac53" class="image"><a href="image%2010.png"><img style="width:240px" src="image%2010.png"/></a></figure></li></ul><ul id="1640c2e4-ba83-80f6-bd1f-ddcd78cf9c52" class="bulleted-list"><li style="list-style-type:disc">강조된 버튼과 명확한 레이블로 접근성 강화.</li></ul><h3 id="1640c2e4-ba83-8070-a9e0-d6a99ff5e375" class=""><strong>4.2 촉각적 요소</strong></h3><ul id="1640c2e4-ba83-80d2-83aa-e12298dadbe5" class="bulleted-list"><li style="list-style-type:disc">알람 설정과 타이머 종료 시 Taptic Engine으로 촉각 피드백 제공.</li></ul><ul id="1640c2e4-ba83-8080-a544-f074796624d0" class="bulleted-list"><li style="list-style-type:disc">슬라이더 조작 시 부드러운 진동 효과 추가.</li></ul><h3 id="1640c2e4-ba83-8053-a11f-dd00c0731fd3" class=""><strong>4.3 청각적 요소</strong></h3><ul id="1640c2e4-ba83-80c1-88e8-c3d9ea5ed2a8" class="bulleted-list"><li style="list-style-type:disc">알람 소리와 타이머 종료음은 사용자 선택 가능.</li></ul><ul id="1640c2e4-ba83-80f6-b504-d9808f448a29" class="bulleted-list"><li style="list-style-type:disc">인터랙션 오류 발생 시 짧은 비프음 제공.</li></ul><h3 id="1640c2e4-ba83-802b-b0cb-e661bb3f065c" class=""><strong>5. 디자인의 최적화 방향</strong></h3><h3 id="1640c2e4-ba83-80a7-a4e8-d3011e3ad964" class=""><strong>5.1 사용자 중심 설계</strong></h3><ul id="1640c2e4-ba83-80ad-b71c-f11d268e7d43" class="bulleted-list"><li style="list-style-type:disc">설정된 알람과 타이머를 쉽게 복사 및 반복 설정 가능하도록 개선.</li></ul><ul id="1640c2e4-ba83-808e-abbb-dab77fe00ef6" class="bulleted-list"><li style="list-style-type:disc">자주 사용하는 알람 패턴을 추천하는 AI 기반 자동화 추가.</li></ul><h3 id="1640c2e4-ba83-8013-86e1-cb66b1a73a14" class=""><strong>5.2 플로우 최적화</strong></h3><ul id="1640c2e4-ba83-80bf-b711-e6c44a646346" class="bulleted-list"><li style="list-style-type:disc">알람 저장 완료 시 자동으로 메인 화면 복귀.</li></ul><ul id="1640c2e4-ba83-80c8-b498-c8418b4f3c40" class="bulleted-list"><li style="list-style-type:disc">스톱워치 사용 중에도 다른 기능으로 빠르게 전환 가능.</li></ul><p id="1640c2e4-ba83-8013-a718-e0606b51d27f" class="">
</p></div></details></div></article><span class="sans" style="font-size:14px;padding-top:2em"></span></body></html>
\ No newline at end of file
image 1.png

141 KiB

image 10.png

100 KiB

image 2.png

1.66 MiB

image 3.png

276 KiB

image 4.png

285 KiB

image 5.png

181 KiB

image 6.png

327 KiB

image 7.png

267 KiB

image 8.png

121 KiB

image 9.png

306 KiB

image.png 0 → 100644
image.png

88.2 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment