Code Monkey home page Code Monkey logo

wham's Introduction

Wham

the WHale Assimilator Machine: json schema code generator with dotLiquid

For examples how to use Wham see the unit tests under \Client.

wham's People

Contributors

stenpetrov avatar stpetrov avatar

Watchers

 avatar  avatar

wham's Issues

Front end: Awesome feature - Populate page with sample data

Click a button on the top and the page gets loaded with a bunch of pre-made tables and fields that demonstrate what can be done. Then the user can customize or just click "Submit" and get a zip.

This would be the fastest way to demo to anyone and explain what the project is meant to do

Front end: Allow editing existing Field and Table items

Table items allow for Heading, which is a composite field calculated runtime by concatenating the values of fields in a table, such as Heading="{Street}, {City}, {State} {Zip}" for an imaginary Address table.
Not all fields may be known when adding the table

Generator: UI pages to have Edit/View capability

The workflow should be:
View mode --buttonEdit--> Edit Mode
Edit Mode --buttonSave--> ViewModel.Save()
Edit Mode --buttonCancel--> ViewModel.Load(ViewModel.Model)

CollectionPage should have
[+] button in the toolbar which will show a new page in edit mode
Swipe list actions to edit and delete

Front-End: Fields need “Hint” and “Label” properties.

Hint will be used as a placeholder in empty textboxes, used for text and number entries.
Label will be used next to a UI control for any field type, including Ref.

So for a field
{ Name=”FirstName”, Hint=”your first name”, Label=””, Type=”string”, UIType=”TextBox” }
and if Label is used:
{ Name=”FirstName”, Hint=””, Label=”First Name:”, Type=”string”, UIType=”TextBox” }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.