-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
Time-view in Week-view. (Week-Time matrix) #593
Comments
@mattlewis92 Hello, I need this feature for my project and I understand that this is an open source project and you are generously enough by spending your own time on it. But I would like to support the implementation of this feature if you could give me a quote (price and hours) that would take to implement this feature. Thanks! |
@daneshmandi so I recently started a new job and they need this feature as well, so I'll be working on getting it in shortly (probably next week as I've got an 11 hour plane ride with nothing else to do). The idea is that the current view will exist for all events marked as |
@mattlewis92 That's great! Thank you! Congrats on your new job as well! 👍 |
Yup, it'll respect the existing |
Great! But I didn't mean excluding, I mean showing flexible number of days in a view. In some case when you have a dense schedule you may want to focus on 3,5,7 days at a time. |
@daneshmandi I just want to point out that diegofsza already implemented a week view. |
@mschleicher Cool! Thanks for mentioning it. |
@mschleicher were you able to successfully integrate it into your project from npm? Angular 6 |
@AhHa45 Sorry no I never used diegofszas week view. However I'm currently developing an horizontal week view and have some npm package issues too. I'm still looking into it... |
BREAKING CHANGE: Week view events will now appear on the bottom time grid. To restore the old behaviour you can set `allDay: true` on the event to make it appear at the top. People extending the `CalendarWeekViewComponent` will probably have to adjust their child component as the template and internal component api has changed significantly. Closes #593
Hey folks, this is now available on the latest beta, install instructions and how to migrate are here: #589 I would appreciate any feedback before I cut a final release! 😄 |
@mattlewis92 That's awesome. I will test it today. Thank you very much. :) |
@mattlewis92 I have integrated this view to my app by installing the beta version. So far so good, I am very impressed by the implementation. It works great and as expected. So far, I have seen only 2 issues that might not be related to this but I will mention them anyway. 1- After replacing the V 25.2 with the beta I had a build issue complaining about Ng Module regarding week-view which deleting the entire node_modules folder and a fresh npm install fixed the issue. 2- Clicking on event in the week-view sometimes doesn't raise eventClicked event. This happens only the first time the event is clicked. the second time it works. I don't see this issue in other views but not sure this is related to my template or it is a bug with this view. Here is my weekViewEventTemplate:
and the view is as:
Thanks again for this awesome feature. |
@daneshmandi Thanks for testing it! Unfortunately I can't reproduce the clicking issue you described, it works every time for me on the first click. Sometimes it can happen if you drag the mouse by >= 1 pixels when its pressed down, because then it thinks a drag event has occurred. |
@mattlewis92 hmm. in that case do you think it would be possible to have settable drag threshold ? |
Yeah it's what we use in our app to workaround this issue, it's pretty straightforward to add |
Filed a reminder for myself here: #678 |
@mattlewis92 I've just been trying out the new Week view and (due to being a noob i expect) i am getting a strange result. I have attached the project (one of the example ones) a screenshot of the result. Can you shed some light ion what I'm doing wrong? Thanks - Jim |
@jimdeane It's because you're referencing the stylesheet from the old version:
should be
|
@ thanks, works great!! |
awesome, lost a lot of time building this myself but now I can also integrate drag and drop! |
@rubenheymans you can add a fake header above the day view component or set the |
Is your feature request related to a problem? Please describe.
I am looking for a way to show the week view and the day view in one view. Better say, seeing the time of each event in the weekly view on the left side of the weekly view as well.
Describe the solution you'd like
As a picture speaks thousands of words. Here is an example of what I mean:
https://preview.ibb.co/nyT5aJ/matrix_view.jpg
Describe your use case for implementing this feature
I need to show the time of each event for weekly view.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: