shimaimo
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    ###### tags: `Cyne KaStam` # Cyne KaStam ## フロー ### 注文 1. 名前を検索 ``` 全て小文字で検索。フロントで小文字にします。 ``` 2. 読み方を選択 ``` 同一スペルで複数の読み方がある。 ``` 3. 漢字を選択 ``` 違うスペルで同じ読み方のこともある。 ``` 4. デザインを選択 ``` デザインによってサイズは違う ``` 5. サイズを選択 ``` サイズによって値段が変わる 逆にいうと、サイズが一緒であれば値段は一緒 ``` 6. オプション販売の選択 ``` 朱肉や箱などのサイド商品 ``` 7. メールアドレス・住所の入力 ``` 配送確認や連絡用のメールアドレス ``` 8. 配送方法の選択 ``` EMS便・航空便・SAL便・船便それぞれ料金が違う ``` 9. 注文内容の確認 ``` 住所や料金、配送方法の確認 ``` 10. paypalでの支払い ``` できれば、クレジット払い。 できなければ、paypal それも無理なら、振り込みで対応します。 ``` 11. 注文番号の表示 ``` 何かトラブルなどがあった場合に使いたい。検索ができるように実装 ``` ### 配送状況確認 1. 注文番号もしくはメールアドレスを入力 2. 配送状況の確認 ``` mermaid erDiagram Spells }|--|{ PronunciationsAssociation: a PronunciationsAssociation }|--|| Pronunciations: a Pronunciations ||--|{ KanjiNames: a KanjiNames ||--|{ MeansAssociation: a kanjiMeans ||--|{ MeansAssociation: a KanjiNames ||--|{ HankoAssociation: a Hankos ||--|{ HankoAssociation: a Hankos ||--|{ Author: a Hankos ||--|{ ShapeAssociation: a ShapeAssociation }|--|| Shapes: a Order ||--|{ OrderHankos: a OrderHankos }|--|| ShapeAssociation: a Order ||--|{ OrderSides: a OrderSides }|--|| Sides: a Order }|--|| Payment: a Order }|--|| ShippingMethod: a Spells { spell_id bigIncrements spell string } PronunciationsAssociation { spell_id unsignedBigInteger pronunciation_id unsignedBigInteger } Pronunciations { pronunciation_id bigIncrements pronunciation string respelling string } KanjiNames { name_id bigIncrements name string pronunciation_id unsignedBigInteger } MeansAssociation { name_id unsignedBigInteger mean_id unsignedBigInteger } kanjiMeans { mean_id bigIncrements kanji string mean string } HankoAssociation { name_id unsignedBigInteger hanko_id unsignedBigInteger } Hankos { hanko_id bigIncrements author_id unsignedBigInteger create_datetime datetime img_url string description string } Author { author_id bigIncrements author string given_name string surname string email string create_datetime datetime } ShapeAssociation { shape_association_id bigIncrements hanko_id unsignedBigInteger shape_id unsignedBigInteger } Shapes { shape_id bigIncrements title string material string description string vertical integer horizontal integer price integer } Sides { side_id bigIncrements title string description string price integer } ShippingMethod { shipping_id bigIncrements name string desctiption string price integer } Payment { payment_id bigIncrements type string } Order { order_id bigIncrements given_name string surname string email string phone number address_line_1 string address_line_2 string admin_area_2 string admin_area_1 string postal_code string country_code string shipping_id unsignedBigInteger payment_id unsignedBigInteger order_datetime datetime send_datetime datetime complete_datetime datetime } OrderHankos { order_id unsignedBigInteger shape_association_id unsignedBigInteger } OrderSides { order_id unsignedBigInteger side_id unsignedBigInteger } ``` kanjiMeans --- 漢字一文字の意味を保存するためのテーブル。 漢字を検索することはあるが、意味で検索する機能は考えていない。 | キー | 項目 | 型 | 意味 | | -------- | -------- | -------- | -------- | | PK | mean_id | bigIncrements | 漢字の管理ID | | | kanji | string | 漢字一文字 | | | mean | string | 漢字一文字の意味 | HankoAssociation --- KanjiNamesテーブルとHankosテーブルと繋ぐためのテーブル。 | キー | 項目 | 型 | 意味 | | -------- | -------- | -------- | -------- | | PK・FK | name_id | unsignedBigInteger| KanjiNamesテーブルのPK | | PK・FK | hanko_id | unsignedBigInteger | HankosテーブルのPK | Hankos --- ハンコのデザインを保存したテーブル。 | キー | 項目 | 型 | 意味 | | -------- | -------- | -------- | -------- | | PK | hanko_id | bigIncrements | ハンコの管理ID | | | create_datetime | datetime | ハンコの作成した日時 | | | img_url | string | ハンコのサンプル画像のURL | | | description | string | ハンコの説明・ハンコへの想いや意味 | | FK | author_id | unsignedBigInteger | AuthorテーブルのPK | Author --- 作成者の管理テーブル。 | キー | 項目 | 型 | 意味 | | -------- | -------- | -------- | -------- | | PK | author_id | bigIncrements | 作成者の管理ID | | | name | string | フルネーム(ニックネームあり) | | | given_name | string | 本名(名) | | | surname | string | 本名(姓) | | | email | string | 作成者のメールアドレス | | | create_datetime | datetime | 作成者のアカウント作成した日時 | ShapeAssociation --- ハンコがどの形や種類に対応しているかを保存するためのテーブル Orderテーブルで管理するときにこのIDを使います。 | キー | 項目 | 型 | 意味 | | -------- | -------- | -------- | -------- | | PK | shape_association_i | bigIncrements | | | | hanko_id | unsignedBigInteger | | | | shape_id | unsignedBigInteger | | Shapes --- 素材や形で値段が決まるため、ここに値段が含まれている。 | キー | 項目 | 型 | 意味 | | -------- | -------- | -------- | -------- | | PK | shape_id | bigIncrements | 形や種類の管理ID | | | title | string | 形や種類のタイトル | | | material | string | 素材名 | | | shape | string | 形名 | | | description | string | 説明文 | | | vertical | integer | 縦の長さ(mm) | | | horizontal | integer | 幅の長さ(mm) | | | price | integer | ハンコの値段 | OrderHankos --- 一回のオーダーで複数個のハンコを頼むことが可能なため | キー | 項目 | 型 | 意味 | | -------- | -------- | -------- | -------- | | PK・FK | order_id | unsignedBigInteger | OrderテーブルのPK | | PK・FK | shape_association_id | unsignedBigInteger | ShapeAssociationテーブルのPK | | | quantity | integer | 個数 | Order --- | キー | 項目 | 型 | 意味 | | -------- | -------- | -------- | -------- |

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully