stormseed / daykeep-calendar-quasar

A full event display calendar for the Quasar framework that has multiple viewing formats.
MIT License
270 stars 71 forks source link

drag and drop functionality #15

Open nothingismagick opened 6 years ago

nothingismagick commented 6 years ago

Will it be possible to use e.g. dragula with quasar-calendar?

http://astray-git.github.io/vue-dragula

sirbeagle commented 6 years ago

I definitely want to get some editing functionality in but I'm first going to be concentrating on getting all the display functionality as rock solid as possible first. I suspect that drag and drop functionality will be challenging knowing how events are drawn but we'll figure out a way to do it.

nothingismagick commented 6 years ago

This is something that we would be using on a regular basis, so if you are ok with it I would fork the repo and plug in some editing / modification features. As soon as there is anything to report back I'll make a classical pull request.

sirbeagle commented 6 years ago

Sure. If there's anything I can help explain just let me know. 😄

nothingismagick commented 6 years ago

Well, I guess the best approach would be to use the new text-editor interface from quasar 15 for creating new events. Personally I love the "edit anywhere" approach in which everything is placed in input fields. It is probably also smart to hook (or allow to hook) some kind of auth layer that can be implemented by the plugin users.

snezhkoigor commented 6 years ago

It is possible to add events to the calendar

nothingismagick commented 6 years ago

@snezhkoigor - is that a question?

snezhkoigor commented 6 years ago

@nothingismagik - sorry, my mistake. Yes. This is question.

Is it possible to add events to the calendar?

sirbeagle commented 6 years ago

At the current time the calendar is display only, but we do intend to add in editing capabilities in the near future. It's a big chunk of work for the next big milestone!

In the meantime you could always create your own component that would alter the passed in eventArray and have the calendar component re-parse it.

gsaada commented 3 years ago

Any update regarding the drag & drop feature?

@nothingismagick @sirbeagle