eveninglily / drawingapp

Drawing Webapp. This code is an older version of the software at amidraw.com
GNU General Public License v2.0
0 stars 0 forks source link

Add Collaborative Editing #24

Open eveninglily opened 9 years ago

eveninglily commented 9 years ago

Add the ability for several users to edit on the same canvas.

This has a few prerequisites.

Task #1 should be taken care of, as should #8

In addition, the code should be rearranged to split the current core.js into client.js and core.js

Also, a pure client side branch might be kept, if an easy way is found.

eveninglily commented 9 years ago

Just going to comment some stuff here from the Trello board to try and keep everything in one space

There might be a very basic chat integrated

There will be the ability to create temp boards, and long term password protected boards

eveninglily commented 9 years ago

I'm aiming to have this as commit 100

eveninglily commented 9 years ago

Will be commit 100. Will be rebranded and have a whole new set of icons, and major work into redesigning the UI to be more appealing and usable

eveninglily commented 9 years ago

https://github.com/McIntireEvan/drawingapp/commit/afea63bff36f311d0ce3786fb29a6c95791203b1 should make this a lot easier

eveninglily commented 9 years ago

All that's left for here is multi-layer support, and better rooms/server optimization