METIS-Project / ILDE

Master Repository for the ILDE Platform
8 stars 1 forks source link

Implement creating a wic design from stratch #8

Closed javierht closed 11 years ago

javierht commented 11 years ago

Create a new wic design from scratch

POST /webcollage/ldshake/lds/new

parameters: sectoken, document_id, lang

Should we include a name parameter?

lprisan commented 11 years ago

The name parameter depends on what information does the LDShake GUI collect before calling WC... if the user has entered a name, it should be passed.

I'd put it as an optional parameter (so both cases work)

javierht commented 11 years ago

Finished