Skip to content

A UI that will let user create a free flowing schema for his/her data and then create UI for that schema accordingly. Additionally will use avro to ensure data conforms to the defined schema

Notifications You must be signed in to change notification settings

atinsood/formsWithUndefinedSchema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Forms with undefined schema

A UI that will let user create a free flowing schema for his/her data and then create UI for that schema accordingly. Additionally will use avro to ensure data conforms to the defined schema

How to run

> tree -L 1
.
├── README.md
├── angular-seed
└── server
cd angular-seed/app
python -m SimpleHTTPServer

cd server
python avroServerForDynamicUI.py

open browser at http://localhost:8000

TODO

  • Fix the avro bit
  • Add JS validations depending on the schema
  • clean up the javascript code

About

A UI that will let user create a free flowing schema for his/her data and then create UI for that schema accordingly. Additionally will use avro to ensure data conforms to the defined schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages