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)
Fri, Jan 17, 1:17 PM
Unknown Object (File)
Fri, Jan 17, 8:15 AM
Unknown Object (File)
Fri, Jan 3, 2:13 PM
Unknown Object (File)
Sat, Dec 28, 7:48 PM
Unknown Object (File)
Sat, Dec 28, 6:29 PM
Unknown Object (File)
Dec 12 2024, 8:09 PM
Unknown Object (File)
Dec 10 2024, 4:17 PM
Unknown Object (File)
Dec 3 2024, 1:43 PM
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