phoenix-trello icon indicating copy to clipboard operation
phoenix-trello copied to clipboard

Dropping over title of group

Open TylerL-uxai opened this issue 8 years ago • 5 comments

When you drop an item over the title of the gray box, it won't work.

TylerL-uxai avatar Jan 24 '16 02:01 TylerL-uxai

Yes, you're right :) This is related to https://github.com/bigardone/phoenix-trello/issues/1 I have to find a better way of handling drag and drop events.

bigardone avatar Jan 24 '16 06:01 bigardone

I'm interested in playing around with this maybe. Can you tell me a little more about why you chose the phoenix framework for this? Is this promotional for their framework? Thanks!

TylerL-uxai avatar Jan 24 '16 08:01 TylerL-uxai

I chose the Phoenix framework basically for two reasons:

  1. I'm learning Elixir and Phoenix is its most popular framework.
  2. Its real-time features. Phoenix makes it real simple and easy thanks to its sockets and channels. To test this open two different browsers and sign in as different users. Add one the a board owned by the other one and start making changes while both are in the same board.

Cheers!

bigardone avatar Jan 24 '16 08:01 bigardone

@bigardone Is there a reason why you didn't choose ASP.NET's SignalR for real time features?

leolorenzoluis avatar Mar 22 '16 01:03 leolorenzoluis

@leolorenzoluis the main reason is that I don't know any ASP.NET at all :)

bigardone avatar Mar 22 '16 06:03 bigardone