<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Omoide Kasane</title>
    <description>The latest articles on DEV Community by Omoide Kasane (@omoidekasane).</description>
    <link>https://dev.to/omoidekasane</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4113859%2Fd7f3dc96-0136-480b-a048-346a6cba07cd.png</url>
      <title>DEV Community: Omoide Kasane</title>
      <link>https://dev.to/omoidekasane</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/omoidekasane"/>
    <language>en</language>
    <item>
      <title>Designing a Japanese-first memorial storytelling UI: five questions before the happy path</title>
      <dc:creator>Omoide Kasane</dc:creator>
      <pubDate>Mon, 07 Sep 2026 12:04:32 +0000</pubDate>
      <link>https://dev.to/omoidekasane/designing-a-japanese-first-memorial-storytelling-ui-five-questions-before-the-happy-path-4k0f</link>
      <guid>https://dev.to/omoidekasane/designing-a-japanese-first-memorial-storytelling-ui-five-questions-before-the-happy-path-4k0f</guid>
      <description>&lt;p&gt;When a product helps someone preserve a family memory, “make it faster” is an incomplete design goal. A person may be deciding which photograph represents someone they love, whether a remembered date is correct, or which relatives should see a story.&lt;/p&gt;

&lt;p&gt;For developers, this changes the shape of the workflow. Below is a design checklist for a Japanese-first memorial storytelling interface. These are proposed interaction patterns, not claims that every safeguard is already implemented in a product.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Separate a remembered fact from an editorial suggestion
&lt;/h2&gt;

&lt;p&gt;A polished sentence can accidentally make uncertainty look like certainty. If someone writes “probably spring, around 1980,” the interface should not quietly turn that into a precise date.&lt;/p&gt;

&lt;p&gt;A useful conceptual record separates the original note, the edited narrative, and the review state:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight typescript"&gt;&lt;code&gt;&lt;span class="kd"&gt;type&lt;/span&gt; &lt;span class="nx"&gt;MemoryNote&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
  &lt;span class="na"&gt;originalNote&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;narrativeDraft&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="kr"&gt;string&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;datePrecision&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;exact&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;approximate&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;unknown&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
  &lt;span class="nl"&gt;reviewState&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;draft&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;needs-family-review&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt; &lt;span class="o"&gt;|&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;approved&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;};&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This is an illustrative model. In a real application, who approved a change and what they saw would also matter. The important interaction is that the original note stays available while the family reviews the narrative.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Treat a preview as a separate state
&lt;/h2&gt;

&lt;p&gt;A preview should not imply that an item has been shared, ordered, or published. Label those states explicitly and make the next action describe its effect.&lt;/p&gt;

&lt;p&gt;“Review this story” is clearer than “Continue” when the next screen asks for family approval. “Create a private draft” is more informative than “Generate” if the user is uncertain who will see the result.&lt;/p&gt;

&lt;p&gt;Before a sharing step, show the intended audience and the exact item being shared. A cancellation should leave the person able to return to their draft.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Let Japanese text breathe
&lt;/h2&gt;

&lt;p&gt;Names, dates, and short memories need layouts that cope with mixed scripts and variable line lengths. Test the actual narrow-screen layout with Japanese content instead of filling every card with short English placeholders.&lt;/p&gt;

&lt;p&gt;Useful test cases include a long family name, a date with an unknown month, multiple paragraphs without Latin spaces, and a caption that is much longer than the other captions. Avoid a rigid card height that hides the only sentence explaining a photograph.&lt;/p&gt;

&lt;p&gt;Respectful wording also needs human review. A grammatically fluent sentence can still feel impersonal or inappropriate in a memorial context.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Keep private material out of routine debugging
&lt;/h2&gt;

&lt;p&gt;A design review should ask what happens to photographs and personal notes at every step, including failures. Diagnostics should identify the failed operation without copying a family story into a log.&lt;/p&gt;

&lt;p&gt;Use synthetic names and invented memories for screenshots, bug reports, and automated tests. An analytics event usually needs the step name and outcome, not the text a person entered. Decide retention and access rules before collecting sensitive material, then make the actual behavior understandable to users.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Make the stopping point a supported path
&lt;/h2&gt;

&lt;p&gt;Someone may want to choose photographs today and write captions another week. Returning later is a normal use case. The interface should explain what has been saved, what has not, and how to resume, based on the storage behavior the product actually provides.&lt;/p&gt;

&lt;p&gt;These questions inform the direction of &lt;a href="https://omoidekasane.com/" rel="noopener noreferrer"&gt;Omoide Kasane&lt;/a&gt;, a Japanese-first project centered on family photographs, life stories, and memorial films. The broader lesson is useful beyond memorial products: when content has personal significance, preserving context and giving people control deserves as much attention as the speed of the happy path.&lt;/p&gt;

</description>
      <category>ux</category>
    </item>
  </channel>
</rss>
