The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
174 views

Tree for database objects and other elements

I am working on a database management application and I store the database objects (Tables, views, triggers, etc...) in a tree and I need some extra insight in re-thinking the features of the tree ...
1
vote
1answer
69 views

Should revisions of drafts be stored?

My application has auto-saving and versioning/revisioning (keeps a copy of every change). It also has the ability to save draft versions of things, which I define as "something that you want to save ...
9
votes
2answers
208 views

How to display search results for different versions of an item?

The Apache Bloodhound defect tracker I'm working on may show historic results in search in a future version. That means even after an item has been altered (like the description text of a Ticket), ...
1
vote
2answers
92 views

What's a good way to show previous versions of records?

I'm designing a typical database application. Now I wounder how I should present previous versions of records. I have two views for records now: Create/Update view Read view But how should I ...