IAmRiteshKoushik / ace-admin

Admin panel for Amrita Centre for Entrepreneurship
0 stars 0 forks source link

feat: EventForm for creating new events #23

Open IAmRiteshKoushik opened 1 week ago

IAmRiteshKoushik commented 1 week ago

Requirements

Input fields for the form are as follows:

  1. Title
  2. Description (Markdown Editor)
  3. Date & Time Picker (Start and End)
  4. Tags (~3 maximum)
  5. EventPoster (Portrait - 10MB limit)
  6. Guests (should be able to add more than 1 guest)
  7. Publishing status - (Draft / Publish)
  8. Payment status - (Paid / Unpaid)
  9. Fee (if Paid)
  10. Venue (mention if Online)
  11. Seats (exact-count / unlimited)

All the requirements should be satisfied before raising a PR. Please ask for any clarifying questions in the comment section of this issue.