GithubHelp home page GithubHelp logo

helpneeded's Introduction

the structure of the code ive apploaded is this


'hn' follows the name of this repo......'help needed'

views.py file ==== 'hn_views.py'

urls.py file ==== 'hn_urls.py'

the dashboard.html file 
and the files its including ie basic_stats.html & barchart.html

Notice that in the views ive included what id like those views to return yet some ive not yet created the templates
say for the tables and some of the piecharts

But the idea is that if i can manage to pull of a single template hn_dashboard.html' displaying data from multiple views, 
i'll have gotten the idea of how to go about the rest.

I thank whoever is taking time to read this and help.

helpneeded's People

Contributors

hellomukama avatar

Watchers

 avatar

helpneeded's Issues

Issues with Dashboard Rendering

Howdy,

First of all this looks awesome! I'm trying to get a feel for how this is all going to look in the end.

My guess is we want a single page with separate panels that will each include a different chart/graph of some sort.

There are several ways to do this:

  • A single view/template that will render everything on the server and send back html/css with all the charts. I don't think we want to do this as you mention highcharts.

  • One view/template that returns the html and css for the page, and javascript that will go and fetch chart data (and then render it) on page load. This means we'll have other views (but no templates) that will return JSON to be consumed by highcharts.

I'd be happy to work on this with you if you have a mockup that we could work off of, I'm far from an expert in highcharts or JS in general, but it's fun ๐Ÿ˜„

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.