Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Redirect to venue creation after chapter creation #2346

Open
gikf opened this issue Feb 6, 2023 · 6 comments
Open

Redirect to venue creation after chapter creation #2346

gikf opened this issue Feb 6, 2023 · 6 comments
Labels
Discussion Ideas, feature requests, views on features. Anything which is a discussion. UI/UX This issue deals with UI/UX

Comments

@gikf
Copy link
Member

gikf commented Feb 6, 2023

Discuss your ideas or share your views:

After chapter is created, the page redirects to the venue creation. The redirect was added to lead user to something required, before being able to create event (which isn't online-only).

That constraint is no longer in place, as event can have TBD venue selected. Therefore the redirect to venue creation could be removed.

@gikf gikf added UI/UX This issue deals with UI/UX Discussion Ideas, feature requests, views on features. Anything which is a discussion. labels Feb 6, 2023
@ojeytonwilliams
Copy link
Contributor

What do you think to redirecting them to the new event page instead?

The only issue with that is that if they create an offline event they should still create a venue. Might be worth redirecting after the first event has been created (if they have no venues at that point)

@Sboonny
Copy link
Member

Sboonny commented Feb 11, 2023

We can redirect them to events, but if they are adding new event with physical or online and physical type selected, we can add a logic in the form that goes like.

{venues.isPysical.length < 0 && <Link>Create physical venue<Link>}

@gikf
Copy link
Member Author

gikf commented Feb 13, 2023

My main problem with current redirection, or swapping it for redirection to creating event, is making it appear as a fully linear few step process.

Maybe redirection to the individual chapter dashboard, with some indication of the lack of created venue(s) and event(s) would work?

@Sboonny
Copy link
Member

Sboonny commented Feb 14, 2023

if I understood you, you mean navigating to /dashboard/chapters/{createdChapterId}/chapter. This will work 👍, we should go with this

@gikf
Copy link
Member Author

gikf commented Feb 14, 2023

/dashboard/chapters/{createdChapterId} yes. With some additional visual cues when no events and no venues are created.

@Sboonny
Copy link
Member

Sboonny commented Feb 21, 2023

I have created a quick PR, to display chapter data.

Chapter can have multiple events and multiple venues, if I am not wrong 🤔, what about:

  • creating venue list.
  • adding create new event button in the EventsList.
  • doing the same for VenuesList.
  • changed the list from displaying empty to something like, "You can add new events by pressing the add new event button".
  • same for VenueList.

but crude, but it should be simple that changing it later won't be an issue 🤔

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Discussion Ideas, feature requests, views on features. Anything which is a discussion. UI/UX This issue deals with UI/UX
Projects
None yet
Development

No branches or pull requests

3 participants