angular-weekly-scheduler
angular-weekly-scheduler copied to clipboard
Daily grid line
Hello @fmaturel . Very nice component. Maybe it is possible to rework it a little bit and add some configuration to make not only Week granularity, but also Day. It can be very helpful for different booking systems purposes, because usually you need to book something for a few days for example. If you like this idea and the logic will be not too much complicated - maybe I can try to implement this feature and create PR.. What do you think?
+1 This would be a great feature!
Thanks @borys-rudenko ! I'm glad you like the component. I'm using it in production for quickly drafting weekly events that can be further edited at a daily granularity. We're happy with that for the time being, but I like the idea of making the component more flexible. I honestly don't have the time to work on this right now, so a PR would be welcomed! If you go for this, have a look at the grid system and it should be nice to be able to switch from daily / weekly or even monthly grid. Also try to avoid angular watchers as much as possible to keep the component fast. If you need assistance, I hope i can dedicate a few minutes to help you on the PR.
+1