Difference between revisions of "If your story doesn’t show up on the Dashboard"

From MTG Wiki
Jump to: navigation, search
Line 4: Line 4:
 
* Make sure the author of the story is registered to the site and is verified. Here's how to do it >> '''[[Adding new authors on PlateOnline]]'''
 
* Make sure the author of the story is registered to the site and is verified. Here's how to do it >> '''[[Adding new authors on PlateOnline]]'''
 
* Author should have GUID records in Intranet. Here's a reference >> '''[[GUID record sample]]'''
 
* Author should have GUID records in Intranet. Here's a reference >> '''[[GUID record sample]]'''
* Check to see if the story is showing up in the jsonfeed: http://plateonline.com/jsonfeed Here's a sample>> '''[[Json feed sample]]'''
+
* Check to see if the story is showing up in the jsonfeed: http://plateonline.com/jsonfeed Here's a sample>> '''[[Json feed sample]]''' If not, republish the story in question. Make sure that all author fields are filled out as well: '''[[POL author fields]]'''
* In order for the node processor to work properly in cases when nodes (story, recipe) were not present, the software needs to see that the nodes it's adding has been modified AFTER the last node recorded in the Intranet.
+
**Republish the story in question
+
**Make sure that all author fields are filled out.
+
 
* System processes the data every 2am CST. After doing the above, expect to see the stories the next day.
 
* System processes the data every 2am CST. After doing the above, expect to see the stories the next day.
 +
 +
<h2>Important Notes:</h2>
 +
* In order for the node processor to work properly in cases when nodes (story, recipe) were not present, the software needs to see that the nodes it's adding has been modified AFTER the last node recorded in the Intranet.
 +
* Same thing with — when the new items were added to the jsonfeed due to the modifications to the view, it was likely pushed off of the list. And if it was pushed off of the list, it would not have been re-processed because the way our software works is that, if the date modified is older than the last modified item in the database it ignores it.

Revision as of 22:06, 23 January 2019

Problem: Stories not showing up in Dashboard: http://dashboard01.mtgplace.com/

Check the following to make sure the story gets processed by the system:

Important Notes:

  • In order for the node processor to work properly in cases when nodes (story, recipe) were not present, the software needs to see that the nodes it's adding has been modified AFTER the last node recorded in the Intranet.
  • Same thing with — when the new items were added to the jsonfeed due to the modifications to the view, it was likely pushed off of the list. And if it was pushed off of the list, it would not have been re-processed because the way our software works is that, if the date modified is older than the last modified item in the database it ignores it.