Jump to content

capturing if content has been changed (how?)


ceci

Recommended Posts

hi.

 

this is another general question.

 

I need to know if content has been changed or updated.

 

Scenario: there is a Submitter and a Reviewer.

Submitter submits articles for review.

Reviewer reviews article and suggests changes before being accepted.

Submitter makes the changes and resubmits back to Reviewer.

 

I want to show the Reviewer that the suggested changes has been completed by the Submitter. How can I do this? Store the content in two separate tables and count the words on each mysql table?

 

I really have no idea how I can do this effectively.

 

thanks.

rough idea

 

field in that article table called 'article_status'

has, oh say, 4 possible values 1, 2, 3 or 4

if 1 it has not been reviewed

if 2 it has been reviewed with suggested changes

if 3 changes have been submitted

if 4 article approved

 

any article with status=1 would show for reviewer to review if he reviews and suggests changes status to 2

 

etc etc

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.