Git Product home page Git Product logo

insightfl's People

Contributors

stormpython avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

insightfl's Issues

Rewrite InsightFL to make it simpler and easier to use

InsightFL needs a new design. It currently has too many moving pieces which makes it entirely more bloated than it needs to be. Here are my ideas:

  1. Remove Bower and Node from the architecture. It simply isn't needed to do the job.
  2. Remove the deployment scripts. Currently, InsightFL is trying to do too much. It should only be focused on getting people started with building their web app. Not worried about deploying to Amazon EC2. Also, there is the added hassle of dealing with nginx or apache problems.
  3. Run the server through the flask (app folder) application and let the user decide how they want to deal with development vs production.
  4. SIMPLIFY ALL THE THINGS!

Create documentation for creating a view

Write documentation that describes how to get data into Jinja2 templates. Basically, write up a step-by-step tutorial on how to replicate the presentation branch.

Missing template maybe: world.html

I downloaded and placed the example gists from https://gist.github.com/stormpython/5896294bf57857b023f9 in my clone of the insightfl directory. When I am launching the server now, I am now getting the following error:

raise TemplateNotFound(template)
TemplateNotFound: world.html

which, as far I can tell, is correct: There is no such file coming with the gists, and no file with this name in the insightfl/app/templates original directory.

Need to revise update script

Currently when you pull in new changes to the Amazon EC2 instance, you need to kill and restart the gunicorn instance in order to see those updated changes. You should just be able to run the update script, and it should take care of that for you.

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.