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

[Frontend]: Calendar slot render #3

Open
JanPoonthong opened this issue Aug 7, 2024 · 5 comments
Open

[Frontend]: Calendar slot render #3

JanPoonthong opened this issue Aug 7, 2024 · 5 comments
Assignees

Comments

@JanPoonthong
Copy link
Owner

Implement a rendering system for slot onto the calendar

For example:

If the slot is from 13:00 to 16:00, then the display the slot according to the time

Slot should be correct spot with a specific date, time, and days

Note: If you do not understand the task or what to do or how to implement. You can ask me in Discord

@emiliebunny
Copy link

I also would like to take this, if you ok

@JanPoonthong
Copy link
Owner Author

Sure.

@emiliebunny
Copy link

Currently, the events can be displayed on each lane but it is not completed yet, I am also struggling with these 3 issues

  1. Data Preparation on weekly basis + more fields for rendering component
  2. Displaying event title and time
  3. (Maybe) make some hover effect which draw a line across the calendar to time caption on left for showing the event's start-time

See demo here:
https://emiliebunny.github.io/demo/calendar

@emiliebunny
Copy link

emiliebunny commented Aug 18, 2024

Do you want to change the way to render component as <table>?
or using 'https://github.com/jquense/react-big-calendar'?
(I've just checked your last stream which I missed)

@JanPoonthong
Copy link
Owner Author

JanPoonthong commented Aug 18, 2024

Yeah, I think we better use a library to handle calendars.

Lets use https://github.com/jquense/react-big-calendar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants