No internet connection
  1. Home
  2. Event Modeling

How to Event Model using markdown tables for AI

By @IvanTheGeek
    2026-03-13 15:54:11.394Z

    Most basic slice (which is a column):

    SLICE-NAME-INTENT
    UI
    COMMAND/VIEW
    EVENT

    Basic CommandSlice:

    COMMAND-SLICE-NAME-INTENT
    UI
    COMMAND
    EVENT

    The naming for Slices is likely omitted from the graph as the command is usuaully the intent. Markdown is causing issues without a header file.

    EXAMPLES:

    Slice1
    ExpenseScreen
    LogLaundryExpense
    ExpenseLogged
    Slice1
    ExpenseScreen
    LogLaundryExpense
    ExpenseLogged
    HOTEL
    BookingScreen
    BookRoom
    RoomBooked

    Basic ViewSlice:

    VIEW-SLICE-NAME-INTERPRETATION
    UI
    COMMAND
    EVENT

    The naming for Slices is likely omitted from the graph as the command is usually the intent.

    • 1 replies
    1. I
      @IvanTheGeek
        2026-03-13 19:10:29.661Z

        Trigger: What ’triggers’ a use case? It can be a user via a UI or it can be a some external piece of software calling our public API. Or it can even be a robot aka an automated process.