Skip to content
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

[Dashboard] Revisit "Your Maps" & "Your Datasets" Placeholders #14534

Closed
alonsogarciapablo opened this issue Dec 13, 2018 · 7 comments
Closed
Assignees

Comments

@alonsogarciapablo
Copy link
Contributor

Your Maps

1. User has not created any map yet (total_user_entries === 0):

image

We can update the copy to:

Create your first map to predict key insights

Build your first Location Intelligence app and start predicting key insights from your location data with our drag and drop tool for analysts and business users. Learn about Builder [here].(https://carto.com/help/tutorials/builder/)

2. User has created some maps but they are all locked (total_user_entries > 0 && total_user_entries - total_locked === 0):

image

3. User has not created any map yet but she/he has some maps that have been shared with her/him (total_user_entries === 0 && total_shared > 0):

image

There are no maps here. Check out the maps shared with you.

Your Datasets

1. User has not created any dataset yet (total_user_entries === 0):

image

We can update the copy to:

Upload, connect, or create your first dataset

Bring your location data to CARTO so that you can visualise it and start predicting key insights. Learn about importing your data here.

2. User has created some datasets but they are all locked (total_user_entries > 0 && total_user_entries - total_locked === 0):

image

(*) It should say datasets instead of maps.

3. User has not created any dataset yet but she/he has some datasets that have been shared with her/him (total_user_entries === 0 && total_shared > 0):

image

There are no maps here. Check out the maps shared with you.

(*) It should say datasets instead of maps.

--

@ramiroaznar Placeholders are pointing to https://carto.com/help/tutorials/builder/ and
https://carto.com/help/tutorials/import-data/. Are there any better resources where users can learn about Builder and Importing data? Thanks!

cc: @kukukaka @jesusbotella

@jesusbotella
Copy link
Contributor

Merged!

@alonsogarciapablo
Copy link
Contributor Author

Hey! I was testing something and I find some issues related to this:

  1. The UI sometimes shows "MapsPage.emptyState", instead of the right text.

screenshot 2019-01-29 at 12 01 39

  1. In "Your Datasets", when the user hasn't created any dataset, but some datasets have been shared with him, the placeholder text takes up two lines and it looks a bit funky IMO. Can we make the line a bit longer or the text a bit shorter?

screenshot 2019-01-29 at 12 01 04

@alonsogarciapablo
Copy link
Contributor Author

Kind of related with https://github.com/CartoDB/product/issues/227.

@alonsogarciapablo
Copy link
Contributor Author

I'm also seeing "DataPage.emptyState" in the "Your Datasets" module:

image

@alonsogarciapablo
Copy link
Contributor Author

Hey! I just discovered something related to this:

This is the home page of a user that doesn't have maps and datasets:

image

@kukukaka does it make sense to show "VIEW ALL MAPS" and "VIEW ALL DATASETS" links in this case?

@jesusbotella
Copy link
Contributor

Merged!

@alonsogarciapablo
Copy link
Contributor Author

Ole! 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants