Ionia-Devs / chameleon

https://chameleon-sandy.vercel.app
1 stars 1 forks source link

Implement Calendar and Scheduling Feature #2

Open Balance8 opened 9 months ago

Balance8 commented 9 months ago

Ticket: Implement Calendar and Scheduling Feature

User Story: As a photographer, I want to manage my available dates, so cosplayers can book me efficiently.

Description

Photographer view

  1. Add draggable events (both timed and all-day)

  2. Event template section

    • Have default 1-hour photoshoot template
    • "Add template" button
  3. Be able to drag event templates onto the calendar

  4. Edit / delete modal

    • Modal opens onDrag or onClick
    • Have all possible fields editable (title, description, (time?))
    • Delete button

Dependencies

Time Estimate

BBruington commented 8 months ago

Hey i was checking out a dependency called FullCalendar to help implement the scheduling feature and wanted some feedback on whether we wanted to use it.

I have some an example with snapshots to look at and here's a link to its documentation to anyone particularly curious: https://fullcalendar.io/docs/react https://fullcalendar.io/docs#toc

Image

Image

Image

Balance8 commented 8 months ago

What would be some example code?