From c52ef86561623cd5175a34aa7d314ca8c4798ce6 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 20 Aug 2015 18:16:35 -0700 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 9f7229e0..47ac3f51 100755 --- a/README.md +++ b/README.md @@ -9,27 +9,27 @@ NodeForms is an opensource *form builder* built ontop of nodejs that can create Currently following features are implemented: ##Current Features --User login system to manage forms --User CRUD --Form CRUD --11 possible types of form fields --Editable startpage --Create forms from FDF-formatted PDFs (unstable) --Save form submissions as FDF-formatted PDFs (unstable) --Toggle forms as private (viewable only if logged in as Form's user) or public (viewable by anyone) --Drag and drop functionality to editing form field order --Editable form submissions (half-done) + -User login system to manage forms + -User CRUD + -Form CRUD + -11 possible types of form fields + -Editable startpage + -Create forms from FDF-formatted PDFs (unstable) + -Save form submissions as FDF-formatted PDFs (unstable) + -Toggle forms as private (viewable only if logged in as Form's user) or public (viewable by anyone) + -Drag and drop functionality to editing form field order + -Editable form submissions (half-done) #TODO: --Implement encryption for all form data --Implement custom form design --Finish frontend/backend testing --Integrate AWS for PDF saving --Add Typeform API integration --Add OscarHost API integration --Add plugin support (ala Slack) --Create wiki for easy installation and setup --Create mockups for different user view designs + -Implement encryption for all form data + -Implement custom form design + -Finish frontend/backend testing + -Integrate AWS for PDF saving + -Add Typeform API integration + -Add OscarHost API integration + -Add plugin support (ala Slack) + -Create wiki for easy installation and setup + -Create mockups for different user view designs