CityScope / CS_CityIO

Serverside script for the cityscope platform
https://cityio.media.mit.edu
14 stars 8 forks source link

Implement clear functionality for fields #95

Closed RELNO closed 4 years ago

RELNO commented 5 years ago

Now https://cityio.media.mit.edu/api/table/clear/grasbrook/grid won't work. Please allow to clear individual fields via post req

RELNO commented 5 years ago

@yasushisakai would be great to have this feature. At the time, looking to which fileds are currently available for each table, dictates frontend layer propagation. Therefore a remove function is important.

yasushisakai commented 4 years ago

101 tackles this issue

RELNO commented 4 years ago

101 tackles this issue

Great -- API is clear_module? If works I suggest you pull the PR, as you're the only one in the bus.

RELNO commented 4 years ago

What is the API for this?

yasushisakai commented 4 years ago

https://cityio.media.mit.edu/api/table/clear/{tablename}/{modulename}

thanks for the reminder, updated the wiki too.