We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Example POST request body content to create RSVP
POST
{"data": { "email": "[email protected]", "name": "Mr Gato Lopez", "event": { "connect": { "id": "1" } } }}
Sorry, something went wrong.
@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
prorene
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: