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

The calendar design is not suitable when we have several possible slots in the same hour #18

Open
toofff opened this issue Apr 21, 2020 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@toofff
Copy link
Contributor

toofff commented Apr 21, 2020

Here is the configuration I have for this place

  • Interval de retrait: 10min
  • Delai de préparation de commande (en minutes): 10min
  • Débit (nombre de personnes que vous pouvez servir en même temps): 3

image

@toofff toofff added bug Something isn't working enhancement New feature or request labels Apr 21, 2020
@dunglas
Copy link
Member

dunglas commented Apr 22, 2020

It's a full-calendar issue. It should be reported and fixed in full calendar directly.

@souriya777
Copy link

I try several options of full-calendar lib.

It seems that if we change slotDuration value, it looks a little bit better.
(https://fullcalendar.io/docs/slotDuration)

For example, when replacing the default "30 minutes" by "20 minutes" :

var calendar = new Calendar(calendarEl, {
  slotDuration: '00:20:00',
  // other options...
});

It gives :

slotDuration

We can increase the lisibility without getting to much scroll...

What do U think ?

@numerogeek
Copy link

@dunglas Why not using a dropdown list, in a chronodrive / auchan-drive style ?
Most of clic n collects stores use a dropdown list, it would be nice to stick to the same standard in the industry around.
WDYT ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants