From 7e0e0992a45390d7b0d51148826688018fdf028a Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 21 Apr 2016 18:32:40 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c6b8100..1fc34a2c 100755 --- a/README.md +++ b/README.md @@ -10,9 +10,12 @@ Current stable release: v1.2.1 TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that can create stunning forms from PDFs or from scratch -Currently following features are implemented: +##Demo Forms + [Job Application Example](https://stage.tellform.com/#!/forms/57193f512aa1f3ff5e205b56) -##Current Features +## Features + +Currently following features are implemented: -User login system to manage forms -User CRUD -Form CRUD @@ -25,7 +28,7 @@ Currently following features are implemented: -Drag and drop functionality to editing form field order -Editable form submissions (half-done) -#TODO: +###TODO: -Implement encryption for all form data -Integrate AWS for PDF saving -Add Typeform API integration From 5829c87a7775a6bc4641cef2fbb516d377992c20 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 21 Apr 2016 18:32:53 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fc34a2c..0b5af890 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Current stable release: v1.2.1 TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that can create stunning forms from PDFs or from scratch ##Demo Forms - [Job Application Example](https://stage.tellform.com/#!/forms/57193f512aa1f3ff5e205b56) +[Job Application Example](https://stage.tellform.com/#!/forms/57193f512aa1f3ff5e205b56) ## Features From 3ba9f61af9ad2eed9f14426bf17c74185b018e83 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 21 Apr 2016 18:36:20 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0b5af890..34327655 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ Current stable release: v1.2.1 [![Build Status](https://travis-ci.org/whitef0x0/tellform.svg?branch=master)](https://travis-ci.org/whitef0x0/tellform) [![Dependency Status](https://gemnasium.com/whitef0x0/tellform.svg)](https://gemnasium.com/whitef0x0/tellform) -[![Coverage Status](https://coveralls.io/repos/whitef0x0/tellform/badge.svg?branch=master&service=github)](https://coveralls.io/github/whitef0x0/tellform?branch=master) [![Code Climate](https://codeclimate.com/github/whitef0x0/tellform/badges/gpa.svg)](https://codeclimate.com/github/whitef0x0/tellform) TellForm is an *opensource alternative to TypeForm* built ontop of nodejs that can create stunning forms from PDFs or from scratch