troeger / fuzzed

The Open Reliability Editor (ORE) for dependability modeling and analysis.
https://live.ore-project.org
21 stars 9 forks source link

Do not work with wrapped property values in API calls #23

Open cwerling opened 9 years ago

cwerling commented 9 years ago

For node / edge / group properties, the JS client code currently generates / expects the value wrapped in a separate dictionary with only one key. There is no visible advantage of that approach, and it demands some nasty workarounds in the fronted Tastypie code. The proposal is to just send / receive JSON values as property value.