Page MenuHomePhabricator

Add Date Previously Modified Field To Article Schema
Closed, ResolvedPublic5 Estimated Story Points

Description

Article Schema
Add date_previously_modified to the Article object so data consumers can determine amount of time that have passed since last update.

Notes:

  • this will require either an API call to actions API to get previous revision or caching date_modified value of the previous article version

Schema:

{
  "name": "Earth",
  "date_previously_modified": "2021-11-30T09:14:29Z",
  // ...other stuff goes here...
}

Event Timeline

Protsack.stephan raised the priority of this task from Low to Medium.

Hey, it's related to Enterprise codebase, added appropriate tags to reflect that.

AnnaMikla changed the task status from Open to In Progress.Jan 17 2022, 2:49 PM
Lena.Milenko changed the task status from In Progress to Open.Jan 24 2022, 11:54 AM