Feature #11204
closedFeature #10987: Site/group creation portal
Group creation confirmation page
0%
Description
During the current group creation process, the last step is "Send Invites". Since the introduction of the invitation modal, this page has been more of a confirmation page, with buttons to launch the invitation modal or go to the group.
As part of the 1.15 compression of group creation, this last "step" should be converted to a true confirmation page: a "Congratulations" header, eliminate the group creation step nav, etc. URL can probably stay the same if it's easier. See https://redmine.gc.cuny.edu/attachments/download/10655/GroupSite-creation-flow-proposal-rev2.pdf
Files
Related issues
Updated by Boone Gorges over 5 years ago
- Related to Feature #11203: Group creation mods for 1.15 added
Updated by Boone Gorges over 5 years ago
- Related to Feature #10987: Site/group creation portal added
Updated by Boone Gorges over 5 years ago
- Status changed from New to In Progress
https://github.com/cuny-academic-commons/cac/commit/07890dbcc8bf94659c2ec6ce1a5c49afc37f9c20 introduces a very simple method for displaying a confirmation screen. (I opted not to do it as a creation step for various reasons.)
- At the end of group creation, redirect to {group_permalink}?created=1
- In the group template, if ?created=1 and you're the group admin, show the created template instead of the home page
Setting this aside pending finalization of design and copy.
Updated by Boone Gorges over 5 years ago
- Parent task set to #10987
Updated by Boone Gorges over 5 years ago
I've added the text and buttons in https://github.com/cuny-academic-commons/cac/commit/d6db1ccede9009ac164433b578e7af8e3570da20
This will need some visual tweaks once the design is finalized. Copy should be reviewed at that time.
Updated by Boone Gorges over 5 years ago
I forgot to make the "Invite..." button actually open the modal. Fixed in https://github.com/cuny-academic-commons/cac/commit/93cef0a7a8c1a468fb63037c4a7637ed2033afea, https://github.com/cuny-academic-commons/cac/commit/b6b971f00b9f6982b8c32f226eb9ee1612b902a4
Updated by Boone Gorges over 5 years ago
- Status changed from In Progress to Resolved
First pass at implementation is complete.
- Styling fixes https://github.com/cuny-academic-commons/cac/commit/3344d111593c493e7c717613a4e312eba6d7cc90
- Include groupblog info in confirmation message https://github.com/cuny-academic-commons/cac/commit/b98aac6d00b38ef9caed789b27a7f431ef1fe223
This is a pretty straightforward implementation, so I'm tentatively marking resolved. We can reopen if there are issues.