intel / rib

Rapid Interface Builder (RIB) is a browser-based design tool for quickly prototyping and creating the user interface for web applications. Layout your UI by dropping widgets onto a canvas. Run the UI in an interactive "Preview mode". Export the generated HTML and Javascript. It's that simple!
https://01.org/rib
Apache License 2.0
148 stars 74 forks source link

[Project] Add reference count for uploaded resources #142

Closed DonnaWuDongxia closed 12 years ago

DonnaWuDongxia commented 12 years ago

Currently, if the resource is not used, a confirm dialog will pop up to suggest user to delete it.

zhizhangchen commented 12 years ago

In a second thought, I think we can simply implement a find function for ADMNode, which can find in its sub tree a using a specified property value as filter. Then we can count the found nodes to see if there's any reference to a certain resource. By this way, we can even search in a closed project

DonnaWuDongxia commented 12 years ago

Geoff, what's you about this pull request?

DonnaWuDongxia commented 12 years ago

This one is replaced by #169.