<div dir="ltr"><div class="MsoNormal">Hello All,</div><div class="MsoNormal"><br></div><div class="MsoNormal">unable to post from original id, so trying my luck with another.</div><p class="MsoNormal"><br></p><p class="MsoNormal">I need a suggestion to implement a workflow in QGIS.</p><p class="MsoNormal">Requirement is that edits are not visible to other user until field work is over which means edits for a user is stored in temp table or in the same table differentiated by a attribute.</p><p class="MsoNormal"><br></p><p class="MsoNormal">So say I have road layer which is visible to all.</p><p class="MsoNormal">Any user work on road layer, their edits are stored in road_temp table. Only owner user is allowed to see the new edits. The entry in db is having user’s job id to find out.</p><p class="MsoNormal"><br></p><p class="MsoNormal">Once he marks the job completion then others can also see.</p><p class="MsoNormal">So how I can make QGIS to show a combined view of two tables based on the job opened or just existing +job data  if stored in a same table?</p><p class="MsoNormal">For example- </p><p class="MsoNormal"><br></p><p class="MsoNormal">Existing data is – A, B, C, D</p><p class="MsoNormal">User A-  Job1- Created – E, Deleted C</p><p class="MsoNormal">So he his map showing- A,B, D, E</p><p class="MsoNormal">UserB comes- He still sees A, B, C, D.</p><p class="MsoNormal">He created another job- and added F. <br> So userB in his map viewing- A,B, C, D, F</p><p class="MsoNormal">User A- marked his job to complete.</p><p class="MsoNormal">Now UserB  in his map should see- A,B, D,E, F</p><p class="MsoNormal">Or which library is rendering the feature by getting from db (postGIS or oracle)?</p><p class="MsoNormal"><br></p><p class="MsoNormal">Thanks</p></div>