Skip to content

Commit 64e78ef

Browse files
committed
Added another badge (to do with code health), and added a couple of TODOs.
1 parent a6c252b commit 64e78ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
JS Sequence Diagrams [![Bower](https://img.shields.io/bower/v/js-sequence-diagrams.svg)](https://libraries.io/bower/js-sequence-diagrams) [![Build Status](https://img.shields.io/travis/bramp/js-sequence-diagrams.svg)](https://travis-ci.org/bramp/js-sequence-diagrams) ![License](https://img.shields.io/npm/l/js-sequence-diagrams.svg)
1+
JS Sequence Diagrams [![Bower](https://img.shields.io/bower/v/js-sequence-diagrams.svg)](https://libraries.io/bower/js-sequence-diagrams) [![Build Status](https://img.shields.io/travis/bramp/js-sequence-diagrams.svg)](https://travis-ci.org/bramp/js-sequence-diagrams) [![Code Climate](https://img.shields.io/codeclimate/github/bramp/js-sequence-diagrams.svg)](https://codeclimate.com/github/bramp/js-sequence-diagrams) ![License](https://img.shields.io/npm/l/js-sequence-diagrams.svg)
22
=============================================
33
**Generates UML sequence diagrams from simple text**
44
<https://bramp.github.io/js-sequence-diagrams/>
@@ -180,7 +180,11 @@ TODO
180180
* Automate the release process
181181
* Testing that checks the generated SVG is correct
182182
* Improve the hand drawn theme
183-
* Dozens of other issues on https://github.com/bramp/js-sequence-diagrams/issues
183+
* "Note left of Bob: " generates a small empty box.
184+
* The font seems to have extra margin at the bottom.
185+
* The wiggly lines don't always touch.
186+
187+
* Dozens of other issues on [https://github.com/bramp/js-sequence-diagrams/issues](https://github.com/bramp/js-sequence-diagrams/issues)
184188

185189
Contributors
186190
------------

0 commit comments

Comments
 (0)