platform-coop-toolkit / coop-map-directory-index

The Map/Directory/Index component of the Platform Cooperative Development Kit.
https://directory.platform.coop
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Profile creation Cancel dialog #27

Closed dayotte closed 4 years ago

dayotte commented 4 years ago

https://files.inclusivedesign.ca/s/rJUZSV6Kq1uhU4i

erictheise commented 4 years ago

image

erictheise commented 4 years ago

image

This is a modal dialogue so Next and Cancel are unavailable.

"all of your information" comes across as rather extreme and is not quite accurate as auth info – email address and password – is still preserved.

erictheise commented 4 years ago

Also, @greatislander, might have asked this in IRC but what's the pattern for wiring actions into this dialogue?

greatislander commented 4 years ago

@erictheise Still need any assistance from me with this?

erictheise commented 4 years ago

I haven't done any additional work on this @greatislander. The "No, return…" option needs nothing; clicking or esc clears the modal and leaves you where you were before Canceling.

For the "Yes, exit…", I already expressed a concern that "delete all info" could be taken to mean "delete my account" but in any case I need to know where to send people when they bail out @dayotte. Back to the homepage? Some interstitial page?

@greatislander what I was wondering from you or @jhung was what's the preferred method for getting to that new page. Is there a page redirect built into Pinecone? Use window.location? Wrap this in a form and have Django redirect on submit? It's part Pinecone question, part "do it without JavaScript" question. Hope that clarifies, thanks.

dayotte commented 4 years ago

For the "Yes, exit…", I already expressed a concern that "delete all info" could be taken to mean "delete my account" but in any case I need to know where to send people when they bail out @dayotte. Back to the homepage? Some interstitial page?

@erictheise Cancel should take user back to home page

dayotte commented 4 years ago

For the "Yes, exit…", I already expressed a concern that "delete all info" could be taken to mean "delete my account"

How about this Cancel v3

dayotte commented 4 years ago

@erictheise thinking it might be good to have the option to save profile info partway through and return later, is that feasible? Maybe not MVP? We would need a way to indicate the existence of an incomplete profile under "My profiles", which I can put some thought to. Cancel v2