-
Notifications
You must be signed in to change notification settings - Fork 64
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
Dataset privacy and shared visualizations #673
Comments
The first step is to add the @alrocar and I have talked in the past about it. But my approach has diverged a little bit: I still think is useful to have a How do you see it @alrocar @andy-esch @ethervoid ? |
I want to answer with a question. What are we going to do with the metadata object apart from getting the privacy? |
Now nothing. In the future, we would want to add tags for example (really there is not much more interesting from the user point of view) |
If we're going to act in a few elements of the metadata I agree with encapsulating that properties to have more control over them but only if we have a reason for it (keep control of the metadata updates for example) |
We need the |
One advantage of wrapping the Wrapping every single property in a method would lead to making several requests to the actual Maybe we can just, wrap the minimum necessary attributes we think a CARTOframes user needs to work (changing privacy as @oleurud suggested) and then in the API docs or developer center, refer to the My 2 cents. |
I don't really like to use words like About the API¡ which is not public, we are currently sending a warning message: |
I have talked with @javitonino offline about the message: go ahead without changing anything because we are goin to handle the API in a sort/medium term, probably before CARTOframes v1.0 |
Yes I agree, my point was more about avoiding to update several attributes one by one :) |
In that case we can encapsulate that update for multiple attributes into one meaningful method |
Oki, a meaningful method then. Now I need to find a nice word to use |
I forgot to say: thank you :) |
We leave the difficult part to you (not a joke) |
We have a really big PAIN here (as @alrocar warned here: https://github.com/CartoDB/product/issues/336), with the time needed between table creation and the visualization creation:
|
🚀 |
We are going to add a new feature allowing users to share visualizations and in the first approach, we are going to allow only public datasets.
So, at least, we need to know the dataset privacy to check if it is public or not. Take into account when we use the Dataset upload method, we are creating a private dataset in CARTO. And also, the problem with ghost tables https://github.com/CartoDB/product/issues/336
We will need to decide on the implementation time if we go to full integration of the datasets' privacy functions allowing to change the privacy, but it is not required to finish the issue.
Related issues / even projects:
The text was updated successfully, but these errors were encountered: