-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add default admin theme #33
Comments
eh - I see your point. After first getting the project running, I thought The admin page isn't particularly (ahem. at all.) useful. In fact, the only Do you think it'd be easier to add a default theme, or to manually link a Albert Carter Programmer On Mon, Nov 10, 2014 at 5:53 PM, Patrick Connolly [email protected]
|
OK, if the admin page isn't useful, then no worries :) I'm a little confused how to evaluate this project though -- there was no UI originally, so I was directed to the admin panel, but it sounds like you're saying that this isn't useful either...? Any recommendations on how to explore this project? (I admittedly haven't read the whitepaper yet, and thought browsing the project would make that simpler.) |
The project is, for the most part, a set of APIs for interfacing with and managing personal metadata: you can think of this repo as a REST interface to a database that holds data about you, along with a place to run trusted computations against this personal data, which populates the data available to the REST endpoints. To that point, it's the applications built on top of openPDS that provide user interfaces and the analysis for populating them. There are a number of client libraries for interfacing with an openPDS instance: the Android client library is is hosted on github, while a javascript+backbone.js version (for interfacing with a PDS that has already authorized access) is included in the static/js directory of every openPDS install. A good place to get started on interfacing a client Android application with an openPDS instance is located in the openPDS-HelloWorld repository. The registry server is the place where user accounts and authorization for client applications is handled - it has the standard OAuth 2.0 endpoints as well as user interfaces for managing client applications and access tokens. Does that make sense? |
Hey Patrick, We had similar experiences booting the project, and then thinking that it The website is a good place to start: I think that Brian's thesis also gives a good overview: tl;dr: We're in the process of finishing the iOS connection, and migrating to After that, we hope to define some things (i.e. connectors) as procedures, What brings you to the project? Albert Carter Programmer On Tue, Nov 11, 2014 at 2:01 AM, Patrick Connolly [email protected]
|
thanks to both of you! My impression is that you both just wonderfully summed up the whitepaper and other docs, so I suppose I should read that first (I only skimmed :) @RogerTangos My interest is varied. I've been following blockchain tech, and have lately adopted privacy and maximum possible opsec as a sort of hobby. I'm doing a bit of travelling and staying with a doctor friend, so we've been discussing lots about how to haul parts of the medical system forward. My current view is that I don't think we can really start doing interesting things until we can put medical data in the hands of users, and allow them to support innovations at their leisure. The larger institutions and doctors are simply too cautious and slow-moving. And rightfully so -- it's not their data. Right now, the general public isn't really ready to hold that data, but I'm also in favour of privacy and opsec education in preparation for our digital future. So yeah, openPDS + privacy education => patient data ownership => medical innovation :) (It's entirely possible that giving patients data is a bad idea. Given that we're from a place with a lot of poverty, my doctor friend seems to be concerned with that.) Braindump complete! Also, datahub looks awesome. Do you guys have an IRC channel for chat? I feel like I'm convoluting this issue :) |
Cool. Glad to have you contributing! That validates an impression I had, We don't have a dedicated channel, but you can typically find me on gchat Al Albert Carter Programmer On Tue, Nov 11, 2014 at 1:10 PM, Patrick Connolly [email protected]
|
This is what I see on
/admin
:https://imgur.com/ydGkhD6
Assuming that a lack of admin theme is not my install being buggy, might it make sense to get a drop-in theme in place?
The text was updated successfully, but these errors were encountered: