Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event details & RSVP #52

Open
dvidsilva opened this issue Jan 15, 2025 · 2 comments
Open

Event details & RSVP #52

dvidsilva opened this issue Jan 15, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dvidsilva
Copy link
Contributor

In the event details page, https://www.markket.place/events/summit-2025

Display the event information better

Include more information about the event that is available in the API

Or request new information to become available

Allow visitors to RSVP

expected

Create an RSVP button that opens a modal

The modal has a form to ask for email, and simple RSVP info

Modal makes a request and creates RSVP

Link to an external RSVP page if the event has that

Paid event RSVP will be covered in a different ticket

There's a create google calendar link

Start date, end date, description, pictures, location and all the relevant information is nicely displayed

Page looks great and can be used in desktop and mobile

@dvidsilva dvidsilva added the enhancement New feature or request label Jan 15, 2025
@dvidsilva dvidsilva added this to the Markket v1 milestone Jan 15, 2025
@dvidsilva
Copy link
Contributor Author

Example POST request body content to create RSVP

{"data": {
    "email": "[email protected]",
    "name": "Mr Gato Lopez",
    "event": {
        "connect": {
            "id": "1"
        }
    }
}}

@prorene prorene marked this as a duplicate of #84 Jan 28, 2025
@dvidsilva
Copy link
Contributor Author

@prorene i did the basic event layout & RSVP flow, adding the confirmation page later,

take a look afterwards and see what improvements we can add

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants