Couchers-org / couchers

The next-generation couch surfing platform. Free forever. Community‑led. Non‑profit. Modern. Chuck us a star :)
https://couchers.org
MIT License
389 stars 79 forks source link

duplicated volunteer page #5150

Open bakeiro opened 1 week ago

bakeiro commented 1 week ago

Context: We have currently 2 pages image image

ToDo: When a user signs up, make a button, so if it's interested into volunteer, can go directly to couchers.org/volunteer instead of filling a new different formular image

jesseallhands commented 1 week ago

Is the idea to redirect to the volunteer page? If yes, that would break up the signup flow which could be bad.

I see two alternatives:

  1. If the user says yes, we could send an email (delayed by X minutes so as to not disrupt signup completion) and in the email include a text and link to the volunteering page.
  2. Move the "would you like to volunteer?" question until signup has been completed (Perhaps a 1-time modal upon landing on the dashboard for the first time), and then take the user to the volunteering page.

Both options above direct the user to the volunteering page which uses a google form which populates the useful Monday volunteering board (found here https://couchersorg.monday.com/ ) and also pushes a notification to the slack #recruitment channel.

bakeiro commented 1 week ago

why would break it up? I was thinking about opennning in a new page @jesseallhands

Move the "would you like to volunteer?" question until signup has been completed

is the last step, the rest of the info was submitted (so signup was completed)

bakeiro commented 1 week ago

the point why I did the ticket this way, it's because it's a very quick fix, and we forget about having multiple sources of truth, I'm sure we can do it better, but finding the perfect solution with our low capacity means things get longer to be done, so slow development, doing a quick fix, it's like "problem solved" xd, but I know this can be done way better (but not this fast xd)