feat: add posimai-store node, update date to 2026-04-01
This commit is contained in:
parent
35198f97e6
commit
3e43c10845
13
atlas.json
13
atlas.json
|
|
@ -2,7 +2,7 @@
|
||||||
"meta": {
|
"meta": {
|
||||||
"owner": "mai",
|
"owner": "mai",
|
||||||
"description": "Posimai 開発インフラ構成",
|
"description": "Posimai 開発インフラ構成",
|
||||||
"updated": "2026-03-31",
|
"updated": "2026-04-01",
|
||||||
"version": "2"
|
"version": "2"
|
||||||
},
|
},
|
||||||
"nodes": [
|
"nodes": [
|
||||||
|
|
@ -143,6 +143,15 @@
|
||||||
"description": "決済処理。共同開発者 Eiji と共有。アカウント済み・Kintone 連携実績あり。将来の課金機能向け。",
|
"description": "決済処理。共同開発者 Eiji と共有。アカウント済み・Kintone 連携実績あり。将来の課金機能向け。",
|
||||||
"url": "https://stripe.com",
|
"url": "https://stripe.com",
|
||||||
"status": "active"
|
"status": "active"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "posimai-store",
|
||||||
|
"label": "Posimai Store",
|
||||||
|
"type": "app",
|
||||||
|
"description": "Posimaiアプリ販売LP。フリーミアム+買い切り¥500モデル。Ponshu Room を最初の販売対象とし Brain/Habit/Pulse も順次展開予定。Design A/B/C の3バリアント実装済み。",
|
||||||
|
"url": "https://posimai-store.vercel.app",
|
||||||
|
"status": "active",
|
||||||
|
"parent": "vercel"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"edges": [
|
"edges": [
|
||||||
|
|
@ -177,6 +186,8 @@
|
||||||
{ "from": "posimai-apps", "to": "posimai-api", "type": "calls", "label": "REST API" },
|
{ "from": "posimai-apps", "to": "posimai-api", "type": "calls", "label": "REST API" },
|
||||||
{ "from": "posimai-apps", "to": "supabase", "type": "calls", "label": "realtime" },
|
{ "from": "posimai-apps", "to": "supabase", "type": "calls", "label": "realtime" },
|
||||||
{ "from": "posimai-apps", "to": "stripe", "type": "calls", "label": "payment" },
|
{ "from": "posimai-apps", "to": "stripe", "type": "calls", "label": "payment" },
|
||||||
|
{ "from": "posimai-store", "to": "stripe", "type": "calls", "label": "Payment Link" },
|
||||||
|
{ "from": "posimai-store", "to": "vercel", "type": "runs-on" },
|
||||||
|
|
||||||
{ "from": "windows-pc", "to": "vps-xserver", "type": "connects", "label": "SSH" }
|
{ "from": "windows-pc", "to": "vps-xserver", "type": "connects", "label": "SSH" }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue