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

To update create-event form #568

Open
subru-37 opened this issue Dec 1, 2024 · 1 comment
Open

To update create-event form #568

subru-37 opened this issue Dec 1, 2024 · 1 comment

Comments

@subru-37
Copy link
Collaborator

subru-37 commented Dec 1, 2024

Description

Your task, should you choose to accept it, is to add more Input/ Select form sections to the Create Event Modal-form. As of right now, the only data which is asked to create an event, is the Event Name , but we need more data so that we can display it to participants who would be registering for the event!!

Requirements for the form:

Event Details

  • Event Name (Already present) (text)
  • Start and End date with time ( Can be two separate input fields) (datetime)
  • Description (Markdown Functionality is appreciated) (Check out the component MDEditor in apps/web-admin/src/components/MultiFormEmail.jsx) (text)
  • Type (select option)
    Options:
    • Public (default)
    • Private (Invitation only - implemented through referral codes)

Venue Details

  • Venue Name (text)
  • Street name (text)
  • City (text)
  • State (text)
  • Country (text)
  • Pin Code (number)
  • Google Maps Location (optional) (text - url link)

Images and Themes

  • Add Event Logo (image)
  • Add Cover Picture (image)
  • Add Registration form background (image)

Tips

  • The location of the form is here: apps/web-admin/src/pages/[orgId]/events/new/index.jsx
  • It is recommended to put form validation as well

Part 2 - Integrate the form

@subru-37 subru-37 converted this from a draft issue Dec 1, 2024
@subru-37 subru-37 changed the title Updated create-event form To update create-event form Dec 1, 2024
@subru-37 subru-37 moved this from Todo to In Progress in Event Sync Dec 13, 2024
@subru-37
Copy link
Collaborator Author

API creation under progress - Part 2

@github-project-automation github-project-automation bot moved this from In Progress to Done in Event Sync Dec 13, 2024
@subru-37 subru-37 moved this from Done to In Progress in Event Sync Dec 23, 2024
@subru-37 subru-37 reopened this Dec 23, 2024
@subru-37 subru-37 assigned diyajojo and unassigned ss987 and diyajojo Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

3 participants