skew202 / textusm

Online tool for Generate a User Story Map from indented text.

Home Page:https://textusm.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextUSM

Build Status MIT License

TextUSM is a simple tool. Help you draw user story map using indented text.

image

Features

  • Generate a Diagram from indented text
    • User Story Map
    • Business Model Canvas
    • Opportunity Canvas
    • User Persona
    • 4Ls Retrospective
    • Start, Stop, Continue Retrospective
    • KPT Retrospective
    • Mind Map
    • Empathy Map
    • Customer Journey Map
    • Site Map
    • Gantt Chart
    • Impact Map
    • ER Diagram
    • Kanban
  • Export a Diagram
    • SVG
    • PNG
    • TXT
    • PDF
    • DDL(only ER Diagram)

Example

User Story Map

# labels: USER ACTIVITIES, USER TASKS, USER STORIES, RELEASE1, RELEASE2, RELEASE3
# release1: 2019-06-01
# release2: 2019-06-30
# release2: 2019-07-31
TextUSM
    Online tool for making user story mapping
        Press Tab to indent lines
        Press Shift + Tab to unindent lines: Online tool for Generate a User Story Mapping from indented text.

image

Business Model Canvas

πŸ‘₯ Key Partners
    Key Partners
πŸ“Š Customer Segments
    Customer Segments
🎁 Value Proposition
    Value Proposition
βœ… Key Activities
    Key Activities
🚚 Channels
    Channels
πŸ’° Revenue Streams
    Revenue Streams
🏷️ Cost Structure
    Cost Structure
πŸ’ͺ Key Resources
    Key Resources
πŸ’™ Customer Relationships
    Customer Relationships

image

Opportunity Canvas

Problems
    Problems
Solution Ideas
    Solution Ideas
Users and Customers
    Users and Customers
Solutions Today
    Solutions Today
Business Challenges
    Business Challenges
How will Users use Solution?
    How will Users use Solution?
User Metrics
    User Metrics
Adoption Strategy
    Adoption Strategy
Business Benefits and Metrics
    Business Benefits and Metrics
Budget
    Budget

image

4Ls Retrospective

Liked
    Liked
Learned
    Learned
Lacked
    Lacked
Longed for
    Longed for

image

Start, Stop, Continue Retrospective

Start
    Start
Stop
    Stop
Continue
    Continue

image

KPT Retrospective

Keep
    Keep
Problem
    Problem
Try
    Try

image

MindMap

TextUSM
    WORK QUICKLY
        Draw diagrams without leaving the keyboard.
    SAVE TIME
        Instantly visualize your ideas.
    EXPORT TO IMAGES
        Images can be exported as png or svg.
    SHARING
        Share your diagrams online with your colleagues.

image

Empathy Map

https://app.textusm.com/images/logo.svg
SAYS
THINKS
DOES
FEELS

image

Customer Journey Map

Header
    Task
    Questions
    Touchpoints
    Emotions
    Influences
    Weaknesses
Discover
    Task
    Questions
    Touchpoints
    Emotions
    Influences
    Weaknesses
Research
    Task
    Questions
    Touchpoints
    Emotions
    Influences
    Weaknesses
Purchase
    Task
    Questions
    Touchpoints
    Emotions
    Influences
    Weaknesses
Delivery
    Task
    Questions
    Touchpoints
    Emotions
    Influences
    Weaknesses
Post-Sales
    Task
    Questions
    Touchpoints
    Emotions
    Influences
    Weaknesses

image

Site Map

Home
    Download
        TextUSM
        Help you draw user story map using indented text.
        WORK QUICKLY
        SAVE TIME
    Privacy Policy
        Test
    Terms
        Test
    Contacts
        harehare1110@gmail.com

image

Gantt Chart

2019-12-26,2020-02-29
    title1
        subtitle1
            2019-12-26, 2019-12-31
    title2
        subtitle2
            2019-12-31, 2020-01-04

image

Impact Map

TextUSM
    WORK QUICKLY
        Draw diagrams without leaving the keyboard.
    SAVE TIME
        Instantly visualize your ideas.
    EXPORT TO IMAGES
        Images can be exported as png or svg.
    SHARING
        Share your diagrams online with your colleagues.

image

ER Diagram

relations
    DiagramDetail - Diagram
    # One To Many
    User < Comment
    Diagram < Comment
    User < Diagram
    User < DiagramUser
    Diagram < DiagramUser
tables
    Diagram
        diagram_id int pk
        name varchar(255) not null
        type enum(userstorymap,mindmap)
        is_bookmark boolean default false
    DiagramDetail
        diagram_id int pk
        is_bookmark boolean default false
        is_public boolean default false
    Comment
        comment_id int pk
        comment text not null
        diagram_id int not null
        user_id int not null
    User
        user_id int pk
        name varchar(255)
    DiagramUser
        diagram_id int pk
        user_id int pk

image

Kanban

TODO
    task1
    task1
DOING
    task2
    task2
DONE
    task3
    task3

image

Installation

Developing

$ npm run dev

Open http://localhost:3000 and start modifying the code in /src.

Production

npm run prod

Testing

$ npm run test

License

MIT

About

Online tool for Generate a User Story Map from indented text.

https://textusm.com/

License:MIT License


Languages

Language:Elm 80.7%Language:TypeScript 10.2%Language:CSS 3.3%Language:Go 2.7%Language:JavaScript 2.7%Language:HTML 0.4%Language:Makefile 0.0%