jonathanperret / paysage

Paysage is a visual shared playground for code.
http://paysage.xyz
GNU Affero General Public License v3.0
20 stars 9 forks source link

Create the "name" property and add the rename behaviour #108

Closed etienneCharignon closed 6 years ago

etienneCharignon commented 6 years ago

In order to avoid renaming the id of code object, I introduced "name" property on CodeObject.

This name is not sent to the renderer. The renderer is not impacted by this PR.

Programmers' view know contains two input fields, name and id. Id is hidden.