PikaCourse / homiehomie

3 stars 0 forks source link

[ToDo] Calendar Pop up #156

Open William-An opened 3 years ago

William-An commented 3 years ago

TODO: Calendar Pop

What is this todo related to?

frontend

What is the todo?

Create pop up windows for calendar when:

  1. Click on event
  2. Click on timeslot

Should support the following functionalities:

  1. createNewEvent callback should open up a popup window to let user enter information, it should be prefilled with time info from the slotInfo params
  2. In calendar/components/event.js, add more fields to be displayed by the EventPopup component, so that it can display event title, detail, location, time start and end as well as date. It should also support editing for event type other than course and protected. Use redux action to update event

Doc

  1. In calendar/util.js you will find data structure of event in data source of calendar
  2. Read calendar/action and calendar/reducer, for implementation detail and how to use them.

How urgent is the todo?

as soon as possible

Additional context

Add any other context about the problem here.