View Issue Details

IDProjectCategoryView StatusLast Update
0015077Open Gaming Network[All Projects] OGN Wordpress Pluginpublic2020-08-24 20:47
ReportermattAssigned Tomatt 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionno change required 
Product Version 
Target Version1.6.0Fixed in Version 
Summary0015077: Create API for OGNBot-optimized Page List
DescriptionThe standard WP "Pages" API is overly bulky for our needs. It pulls in the complete details of every page, along with content.

Instead, we need a "Page Summary" - page URL, title, tags, created date, last modified date, which we can then use to determine which individual pages we need to read. This also needs to be sorted by "last modified", starting with the most recent.

Ideally, this will also take a parameter to show only pages modified since (date/time)

Raise maximum entries per page to 1000 - as it's just summary data, we don't want to be sitting pulling in 100 at a time for 27k pages.
TagsNo tags attached.

Activities

matt

2020-08-24 20:47

administrator   ~0002210

No longer necessary as OGNBot is now a WP-Cli app that can work directly on the data, and not using the WP HTTP API.

Issue History

Date Modified Username Field Change
2018-07-10 14:37 matt New Issue
2018-07-10 14:37 matt Status new => assigned
2018-07-10 14:37 matt Assigned To => matt
2019-08-23 19:12 matt Description Updated View Revisions
2020-08-24 20:47 matt Status assigned => closed
2020-08-24 20:47 matt Resolution open => no change required
2020-08-24 20:47 matt Note Added: 0002210