-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement dataview app #26
Comments
…filter based on whether or not they have admin records still, and provide valid link to DetailView.
… view to the links in the main dataview page properly.
Going on a recommendation from D0rn, I'm going to be trying to utilize the D3.js library for bar graph generation. See also this tutorial and the following example. It should work perfectly for what I was hoping for here (though I was trying to hold out for a line graph at first). It seems like any serious problems are just going to be trying to pass the data from the back end to the JavaScript (probably in JSON). Other than that it should be relatively simple, from first glance. |
…ing issues with url matching here from the javascript embedded for graphing.
Okay so the adipose dispersal and other more advanced extrapolations from the data have not been completed yet, but I really think that this particular issue thread has had all of the activity that it really needs. These features will be listed for completion in a new issue. |
Implementation will consist of a couple of primary features; one that will be fairly simple for alpha, and a much more complicated one, probably requiring the addition of JavaScript libraries, which will add the icing on the cake-- graphing the beginnings of the data that we're really here to see.
NOTE: This is going to be handled with class-based generic views, which will steepen the learning curve for a bit but keep providing me with new material for better Django in the future.
See also issue #9, a subset of the initial checkbox's features.
The text was updated successfully, but these errors were encountered: