dpcreator
dpcreator copied to clipboard
Web application to demonstrate differential privacy using the OpenDP Core library
(Splitting up #476) - Variable type: Float - User entry: # bins or edges/bins
- I'm on https://demo.dpcreator.org/analyst-wizard. - On the top of the page, there's a link: "Used data file: [Fatigue_data.tab](http://)" Looking at the source: ``` Fatigue_data.tab ``` There is nothing besides the...
Clicking the the eye icon on an analysis produces an immediate error. There are a couple of network requests, but they are 200 responses.
From the "Add Analysis Plan" modal, "Go To My Data" does not work, perhaps because the url is already https://demo.dpcreator.org/my-data -- Instead of navigation, we want something that will just...
If you reenter the wizard for a dataset where you previously clicked "Close Process", the next set of radio buttons will be grey, with no explanation of what the user...
On https://demo.dpcreator.org, at multiple points in the wizard, if you select an invalid choice a modal dialog will pop up. For example, clicking "no" on the first question: >### The...
In the first step of the wizard, clicking the radio button for "I'm unsure" produces an immediate error. In the network tab I see a 400 for PATCH https://demo.dpcreator.org/api/depositor-setup-info/144e4877-8076-4afb-956a-d378f7a9b43c/ with...
On https://demo.dpcreator.org, login with google account hangs. I've tried two separate accounts (personal and g.harvard.edu), and for both the google auth process seems to work (2FA, etc), but at the...
- On the `my-data` page - Click on the eye icon to view details - It will say: "Current Status: Uploaded" - Click "Continue" - Get this error: > Vue...
Following the steps on https://github.com/opendp/dpcreator/blob/develop/README-DEVELOPMENT.md, after step 2, I have a running webapp, but I hit the same error reported in https://github.com/opendp/dpcreator/issues/860. Continuing to read the instructions I see: >...