Lysferd / demand-ontology

Apache Jena & JRuby on Rails System for Electrical Demand-Response Ontologies.
MIT License
0 stars 0 forks source link

Individual#edit Improvements. #10

Closed Lysferd closed 9 years ago

Lysferd commented 9 years ago

As of now, there is no feasible way to remove an already set property of an individual. Possible solution: add a X button to remove it (with JavaScript), and store it in a individual[delete_property] parameter for the Dataset model to destroy it.

Also, remove submission cancel buttons as they are glitched.