Giter Club home page Giter Club logo

falcorception's People

Contributors

hgwood avatar nebulis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nebulis eric013

falcorception's Issues

Wider design

The current design eats a lot of vertical space and that's good for wide screens (the main target). Proposal: contextual stuff (title, properties, metrics) in a left-hand corner; main content takes the rest.

Get Flatly from npm or a CDN

flatly.css is checked in the repo. It would be better to either get it via npm (npm i -S thomaspark/bootswatch or npm i -S jozefizso/bower-bootswatch-flatly) or use a CDN.

Switch to browserify

Use browserify with watchify (or something equivalent) to build the app bundle in order to:

  • get rid of the module = {} hack in index.html
  • eliminate the need to insert more and more files into index.html

Syntaxic support in parameters fields

It would be great to support some syntaxic mechanism in parameters fields.

For instance, we need to set args field something like ["arg1", "arg2"].
It wourld be far greater if we could set this field like arg1,arg2

Find a way to minimize the component boilerplate

We now have a good idea of how components are written in this app. There are 2 types: the ones that are invoked from a template, and those that are invoked from a route, with Falcor resolvers. Functions should be written to take care of the boilerplate for each of those type.

Tabbed Falcor client

The 4-input Falcor client can be confusing. Use tabs to separate get, set, multi-set, call.

Clean up Angular modules

All modules are imported in index.js. It would be cleaner that each module import the modules it needs.

Reorganize folders

Those relative requires are annoying (require("../../...")). We need a node_modules folder to avoid them.

New proposed folder structure:

  • move filters and services to components folder (components/falcorService.js, components/healthFilter.js, ...)
  • move components to a new src folder
  • rename components into node_modules
  • update all requires

Show API status on API page and API list

For now, status should always be "Running" as all APIs are gonna be run all the time, but it's important for the user to know that the API is up. One way to make sure the API is actually running (instead of Falcorception "thinking" it's running) is to make this status part of the running API, instead of the Falcorception API.

Requires #21.

Write a real readme

  • What is Falcorception?
  • How does it work?
  • How to start it?
  • How to contribute?

Self-host the Falcorception API

As of now, the Falcorception API is usable from the Falcorception app but is still is a "special" API, as it is not handled like other hosted APIs. It could be interesting to express the Falcorception API in Falcorception terms.

Related to #6.

Improve UI/UX

This is a never ending issue meant to signal contributors that I'm open to any proposal on UI/UX. Submit your idea, big or small!

JSON Schema Import

Would it be possible for the user to import ร  JSON Schema to start an API ? All routes to primitive values could be created and then the user could link them to a data source.

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.