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)
Wed, Nov 20, 4:19 AM
Unknown Object (File)
Fri, Nov 15, 5:57 PM
Unknown Object (File)
Mon, Nov 11, 5:09 PM
Unknown Object (File)
Mon, Nov 11, 9:42 AM
Unknown Object (File)
Fri, Nov 8, 7:51 AM
Unknown Object (File)
Tue, Oct 29, 6:54 PM
Unknown Object (File)
Oct 21 2024, 7:39 AM
Unknown Object (File)
Oct 19 2024, 8:00 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