GithubHelp home page GithubHelp logo

zim's People

Contributors

tectu avatar

Stargazers

 avatar  avatar

Watchers

 avatar

zim's Issues

Implement widget system

This is going to be a long-term effort: Introduce a widget system.

The idea behind the widget system is that components can be created programmatically (such as an HTML table, form, ...). A widget known how to render itself and might implement the necessary endpoints for user interactions.

Allow re-using existing malloy server

As of today, zim::controller creates an internal instance of the underlying malloy server. However, there are scenarios where a user might want to re-use an existing malloy server.

A potential scenario involves having a "headless" web service built with only malloy and slapping a GUI (eg. HTML frontend) on top of it.

Provide high-level interface to set favicon

Provide a high-level interface (most likely in zim::controller) to set a favicon.

This function should accept a filesystem path to the corresponding favicon.ico file and automatically register the corresponding GET /favicon.ico endpoint.

Alternatively, a filesystem path could be provided to the controller configuration (zim::controller::configuration). Upon initialization of the controller (zim::controller::init()) the controller could check whether a valid filepath was provided and create the corresponding GET /favicon.ico endpoint as needed.

Provide high-level form component

Provide a high-level form component implementation similar to the current pages.

In contrast to a page, a form should ideally also implement the necessary POST end-point and provide a user callback.

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.