activist-org / activist

An open-source activism platform
https://activist.org
GNU Affero General Public License v3.0
209 stars 173 forks source link

Add event creation flow #889

Closed Robot8lover closed 5 days ago

Robot8lover commented 1 month ago

Contributor checklist


Description

The event create flow is currently incomplete, with the other create flows being further along. This aims to introduce an event create flow design based on the Figma prototype and existing create flows (e.g. for organizations). The basic features including the paged single form design using v-if seem to work. Using a ref with vue models (taken from organizations create flow) enables saving of form data "across" pages, so entries will be populated after moving forwards or backwards. This also makes it easier to send the request data at the end. There are still features and components that will need to be implemented like validation, tooltips, organizer selection, roles, public/private publishing, and invitations.

Also, I think I included the QR code changes in this branch. Sorry about that.

Related issue

github-actions[bot] commented 1 month ago

Thank you for the pull request!

The activist team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Development rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you!

Maintainer checklist

netlify[bot] commented 1 month ago

Deploy Preview for activist-org ready!

Name Link
Latest commit 94a6dedf87bc57972abaa35c1b29f48bbf425ffa
Latest deploy log https://app.netlify.com/sites/activist-org/deploys/668346047701f700084efa3c
Deploy Preview https://deploy-preview-889--activist-org.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

andrewtavis commented 1 month ago

Quick note on this for myself, I need to add in the following for the middleware after #818 is merged :)

definePageMeta({
  middleware: ["user-only"],
});