You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
2.3 KiB
JavaScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

/* 아리 — 스마트 인박스 데이터
원칙: 하나의 인박스, 두 개의 컨텍스트(업무/개인).
적을 때는 분류하지 않는다 — 분류·배치·자동화는 아리가. */
window.AriSmartInbox = {
todayRouted: 7,
items: [
{
id: "s1", kind: "text", time: "방금", status: "new",
raw: "다음 주에 한국 놀러가는 비행기 티켓 사기",
route: {
type: "task", typeLabel: "작업", sphere: "life",
proj: "개인 여행 — 한국", tone: "coral",
due: "출발 전 · ~6/14", when: "오늘 21:00 빈 시간 추천",
extra: "가격 추적 알림 켜둠",
reason: "구매라는 행동이 있으니 '작업' 맞아요. 작업 트리의 '개인' 아래에 '여행 — 한국' 프로젝트를 만들어 넣었어요 — 따로 섹션이 생기는 게 아니라 다른 작업과 똑같이 보여요. 출발까지 일주일이라 가격 알림도 걸어뒀어요.",
},
},
{
id: "s2", kind: "text", time: "32분 전", status: "done",
raw: "수요일 11시 자전거 수리 맡기기",
route: {
type: "event", typeLabel: "일정", sphere: "life",
proj: "개인 캘린더", tone: "blue",
due: "수 6/10 11:00", when: "캘린더 등록 완료",
reason: "시간이 정해진 일은 작업이 아니라 일정으로 바로 등록해요.",
},
},
{
id: "s3", kind: "voice", time: "1시간 전", status: "done",
raw: "음성 메모 0:09 — 엄마 생신 선물 미리 알아보기",
route: {
type: "task", typeLabel: "작업", sphere: "life",
proj: "가족", tone: "green",
due: "6/20 전", when: "주말 오전 블록",
reason: "기한이 느슨한 개인 작업이라 주말 블록에 배치했어요.",
},
},
{
id: "s4", kind: "text", time: "3시간 전", status: "done",
raw: "온보딩 환영 화면에 짧은 애니메이션 넣으면 어떨까",
route: {
type: "idea", typeLabel: "아이디어", sphere: "work",
proj: "온보딩 리디자인 · 아이디어 보드", tone: "violet",
reason: "아직 행동이 정해지지 않아 보드에 보관 — 목요일 디자인 싱크 안건으로도 제안해둘게요.",
},
},
],
};