Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harehare/textusm
TextUSM is Online tool for Generate a User Story Map from indented text.
https://github.com/harehare/textusm
elm er-diagram gantt-chart keyboard-layout sequence-diagram svg user-story-mapping vscode
Last synced: about 18 hours ago
JSON representation
TextUSM is Online tool for Generate a User Story Map from indented text.
- Host: GitHub
- URL: https://github.com/harehare/textusm
- Owner: harehare
- License: mit
- Created: 2019-05-06T12:13:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:01:34.000Z (10 days ago)
- Last Synced: 2024-10-29T15:07:11.298Z (10 days ago)
- Topics: elm, er-diagram, gantt-chart, keyboard-layout, sequence-diagram, svg, user-story-mapping, vscode
- Language: Elm
- Homepage: https://textusm.com/
- Size: 118 MB
- Stars: 160
- Watchers: 5
- Forks: 22
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - harehare/textusm - TextUSM is Online tool for Generate a User Story Map from indented text. (Elm)
README
# TextUSM
![test](https://github.com/harehare/textusm/actions/workflows/test.yml/badge.svg)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)TextUSM is a simple tool. Help you draw user story map using indented text.
![image](./assets/img/textusm.gif)
## 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
- Table
- Site Map
- Gantt Chart
- Impact Map
- ER Diagram
- Kanban
- Sequence Diagram
- Freeform
- Keyboard Layout
- Export a Diagram
- SVG
- PNG
- TXT
- DDL(only ER Diagram)
- Markdown(only Table)## Installation
- [Web](https://textusm.com)
- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=harehare.textusm)
- [cli](https://www.npmjs.com/package/textusm.cli)
- [npm](https://www.npmjs.com/package/textusm)## Example
### User Story Map
```
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](./assets/img/usm.png)
### 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](./assets/img/bmc.png)
### 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](./assets/img/opc.png)
### 4Ls Retrospective
```
Liked
Liked
Learned
Learned
Lacked
Lacked
Longed for
Longed for
```![image](./assets/img/4ls.png)
### Start, Stop, Continue Retrospective
```
Start
Start
Stop
Stop
Continue
Continue
```![image](./assets/img/ssc.png)
### KPT Retrospective
```
Keep
Keep
Problem
Problem
Try
Try
```![image](./assets/img/kpt.png)
### 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](./assets/img/mmp.png)
### Empathy Map
```
https://app.textusm.com/images/logo.svg
SAYS
THINKS
DOES
FEELS
```![image](./assets/img/emm.png)
### Table
```
Column1
Column2
Column3
Column4
Column5
Column6
Column7
Row1
Column1
Column2
Column3
Column4
Column5
Column6
Row2
Column1
Column2
Column3
Column4
Column5
Column6
```![image](./assets/img/table.png)
### Site Map
```
Home
Download
TextUSM
Help you draw user story map using indented text.
WORK QUICKLY
SAVE TIME
Privacy Policy
Test
Terms
Test
Contacts
[email protected]
```![image](./assets/img/smp.png)
### 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](./assets/img/gct.png)
### 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](./assets/img/imm.png)
### 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](./assets/img/erd.png)
### Kanban
```
TODO
task1
task1
DOING
task2
task2
DONE
task3
task3
```![image](./assets/img/kanban.png)
### Sequence Diagram
```
participant
object1
object2
object3
object1 -> object2
Sync Message
object1 ->> object2
Async Message
object2 --> object1
Reply Message
o-> object1
Found Message
object1 ->o
Stop Message
loop
loop message
object1 -> object2
Sync Message
object1 ->> object2
Async Message
Par
par message1
object2 -> object3
Sync Message
par message2
object1 -> object2
Sync Message
```![image](./assets//img/sed.png)
### Keyboard Layout
```
r4
Esc
!,1
@,2
{sharp},3
$,4
%,5
^,6
&,7
*,8
(,9
),0
_,-
=,+
|,\\
~,`
r4
Tab,,1.5u
Q
W
E
R
T
Y
U
I
O
P
{,[
},]
Backspace,,1.5u
r3
Control,,1.75u
A
S
D
F
G
H
J
K
L
:,;
\",'
Enter,,2.25u
r2
Shift,,2.25u
Z
X
C
V
B
N
M
<,{comma}
>,.
?,/
Shift,,1.75u
Fn
r1
1.25u
Opt
Alt,,1.75u
,,7u
Alt,,1.75u
Opt
1.25u
```![image](./assets/img/kbd60.png)
## Developing
```sh
$ npm run dev
```Open http://localhost:3000 and start modifying the code in /src.
## Production
```sh
npm run prod
```## Testing
```
$ npm run test
```
## License
[MIT](http://opensource.org/licenses/MIT)