Record editing thoughts and ideas #27
Replies: 2 comments 1 reply
-
If you mean as a convention, a timestamp should be provided, yes. It would be treated just like existing "created at" timestamps, but, you know, for updated records. I think I'm already doing that for Northwood records. I'm not sure what the scope is but there should be a full list of revision CIDs for a record, at a different XRPC endpoint, which could be used to determine "cold" if it's edited. The presence of an "updated at" timestamp implies that it's been edited, and if an old version is needed, you'd use that record history endpoint (getRecordHistory? getRecordRevisions?) to get it. |
Beta Was this translation helpful? Give feedback.
-
Without a way to view the history I'm not sure how valuable an There's an argument for this to be solved at the protocol level but I'd also like to explore how to solve this at the lexicon level too. |
Beta Was this translation helpful? Give feedback.
-
Editing records is possible through XRPC calls. What doesn't exist is a standard of meta-data.
Should an edited record:
Beta Was this translation helpful? Give feedback.
All reactions