divvun / divvun-manager-macos

Divvun's macOS package manager for the Páhkat repository format
GNU General Public License v3.0
1 stars 0 forks source link

Update main view to use the new indexing format #17

Closed bbqsrc closed 4 years ago

bbqsrc commented 4 years ago

The previous models used for repositories are now redundant and can be removed, as they are now provided by gRPC with a flatbuffers bytes field.

A simple wrapper around this bytes field to use the flatbuffers-generated model should be sufficient to start with.

We can then wrap those two objects in a slightly nicer variant with type checking (like URLs) if we please.

Once that's done we can hook that data back up to the outline view (and the app at large).