Page MenuHomePhabricator

Wrap edge transaction readers in a translation layer
ClosedPublic

Authored by epriestley on Jan 27 2018, 1:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 13 2024, 8:45 PM
Unknown Object (File)
Feb 10 2024, 12:02 PM
Unknown Object (File)
Feb 7 2024, 8:13 PM
Unknown Object (File)
Feb 2 2024, 7:06 PM
Unknown Object (File)
Dec 21 2023, 4:34 PM
Unknown Object (File)
Dec 20 2023, 3:21 AM
Unknown Object (File)
Dec 13 2023, 7:07 PM
Unknown Object (File)
Dec 4 2023, 4:25 AM
Subscribers
None

Details

Summary

Ref T13051. This puts a translation layer between the raw edge data in the transaction table and the UI that uses it.

The intent is to start writing new, more compact data soon. This class give us a consistent API for interacting with either the new or old data format, so we don't have to migrate everything upfront.

Test Plan

Browsed around, saw existing edge transactions render properly in transactions and feed. Added and removed subscribers and projects, saw good transaction rendering.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable