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

Notify user if they are submitting a resource that has already been added #29

Open
dajbelshaw opened this issue Apr 3, 2014 · 3 comments

Comments

@dajbelshaw
Copy link

At the moment I think the WebLitMapper does nothing and dumps you back in the gallery, which is confusing for the user.

(surfaced from https://etherpad.mozilla.org/weblitmapper-feedback)

@toolness
Copy link
Owner

toolness commented Apr 7, 2014

Hmm, so it should actually present the user with the existing resource info--e.g. its name, description, and current tags--and allow the user to modify them if they wish. Any changes they make should be applied to the existing resource, so e.g. if they change the description, it'll be changed on the original resource. In other words, it's identical to clicking the "edit" button on a resource in the gallery.

That said, we're not currently doing any normalization on the URLs (see #22), so some resources that are semantically identical will be recognized by the app as completely different (e.g. the en-US and en-GB localizations of a site).

@toolness
Copy link
Owner

toolness commented Apr 7, 2014

I guess if the user is coming from the bookmarklet, we could put an alert at the top of the page saying "this resource is already mapped, but you can make any changes here if you like." Would that help?

@dajbelshaw
Copy link
Author

Yes, anything to make it super-obvious. Especially given that the first thing that someone submits is likely to already be in there!

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

No branches or pull requests

2 participants