GwtMaterialDesign / gwt-material-addins

Custom Components for gwt-material.
https://gwtmaterialdesign.github.io/gmd-addins-demo/
Apache License 2.0
35 stars 46 forks source link

Callendar widget #106

Open masterdany88 opened 8 years ago

masterdany88 commented 8 years ago

Hey. Did You consider to add library like this: http://fullcalendar.io/?

kevzlou7979 commented 8 years ago

Here there are materialize transformation https://github.com/jackyliang/Material-Design-For-Full-Calendar. Just need to check the license if it's open source or not.

masterdany88 commented 8 years ago

MIT

masterdany88 commented 8 years ago

Here is the code that I am currently work on https://github.com/masterdany88/gwt-material-addins/tree/callendarWidget Here is demo usage https://github.com/masterdany88/gwt-material-calendar-demo . I've forked gwt-material-starter and added to the code usage (master branch)

kevzlou7979 commented 8 years ago

Thanks we will review this it seems that it is coded as JSNI which is ok, Will convert this to JsInterop on 2.0. Thanks for this. If possible can you create a PR for this so that other users can review.

masterdany88 commented 8 years ago

I have 2 big thinks to do:

Then I will create PR. I have question to server communication- I only use restyGWT- but I is not a good idea to tight with this framework. Should I use native jquery $ajax.post? How to deal with communication?

kevzlou7979 commented 8 years ago

Just setup all the needed events, for the server side we dont need to set it up on the addin as it will be only the client ui framework.

masterdany88 commented 8 years ago

So I should create events f.e.: CalendarEventUpdatedEvent,CalendarEventDeletedEvent,CalendarEventCreatedEvent, and allow user to add custom handlers?

kevzlou7979 commented 8 years ago

Just update the name of your class/interface llike ItemCreatedEvent make it shorten

kevzlou7979 commented 8 years ago

Is there any status of this? We can move this plugin to 2.0 with JSInterop. As we will release 1.6.0 this end of the month. So make sure to convert it also to JSInterop.

masterdany88 commented 8 years ago

I still work on it, I am not sure would I finish at the end of month. When should I deliver final version for review, that we can fit the 1.6.0 release? For sure when I will finish jsni version I will convert to jsinterop.

kevzlou7979 commented 8 years ago

We will strictly have a release of 1.6.0 as it will be the final 1.x version. All new widgets will be added directly to 2.0. So i think these one will be good fit to 2.0 as it will be a complex widget.

rsallar commented 6 years ago

Hi, Is there any chance this makes the cut for 2.0.2 or 2.1? Thanks.

unnati-bole commented 5 years ago

Hi I wanted to use this calendar widget for my gwt material project.Got the initial links from https://github.com/masterdany88/gwt-material-addins and https://github.com/masterdany88/gwt-material-calendar-demo.However saving of events in the calendar is giving a problem.Is there an updated version of this?

unnati-bole commented 5 years ago

Here is the code that I am currently work on https://github.com/masterdany88/gwt-material-addins/tree/callendarWidget Here is demo usage https://github.com/masterdany88/gwt-material-calendar-demo . I've forked gwt-material-starter and added to the code usage (master branch)

Hi I wanted to use this calendar widget for my gwt material project.Got the initial links from https://github.com/masterdany88/gwt-material-addins and https://github.com/masterdany88/gwt-material-calendar-demo. However saving of events in the calendar is giving a problem.Is there an updated version of this?