Marc Laporte
Marc Laporte
Initial support for contacts from a CardDav server (read-only) https://github.com/jasonmunro/cypht/tree/master/modules/carddav_contacts
https://packagist.org/packages/sabre/dav is now at 6.3 million installs, and would make sense to have read and write CalDAV and CardDAV.
I hope we can support drag and drop messages even between accounts
@jasonmunro Are you OK if we use https://github.com/SortableJS/Sortable ? This is our usual tool in Tiki. Thanks!
https://github.com/mindplay-dk/zero-drag/commits/master Last commit 2018. IMO, that disqualifies it.
https://github.com/SortableJS/Sortable/blob/master/Sortable.js is indeed bigger than https://github.com/bevacqua/dragula/blob/master/dist/dragula.js Last commit in 2020-09 (15 months is not a disqualifier but a concern) https://github.com/bevacqua/dragula/commits/master Another topic: should we use minified version? - https://github.com/SortableJS/Sortable/blob/master/Sortable.min.js (43...
Here is what Sortable says: (not an objective point of view) https://vimeo.com/311584137
Using the data from: - https://github.com/SortableJS/Sortable/ - https://github.com/bevacqua/dragula/ - https://www.openhub.net/p/SortableJS - https://www.openhub.net/p/Dragula - https://www.openhub.net/p/_compare?project_0=SortableJS&project_1=Dragula Both are very popular in terms of watches, forks and stars. SortableJS: pull requests: 14 open...
So I did a bit more research. Here is a good way to discover options: https://github.com/search?o=desc&q=drag-and-drop&s=stars&type=Repositories The top 2 most starred (SortableJS and Dragula) have been discussed above. 3rd most...
@andonov85 What do you think?