jmpavlick / segakcap

Reverse package search for Elm packages
https://segakcap.com
8 stars 0 forks source link

Add route for a specific Package #3

Open jmpavlick opened 1 year ago

jmpavlick commented 1 year ago

This depends on https://github.com/jmpavlick/segakcap/issues/2 - we need a new Index type of

type alias Index =
    { package : { name : String, summary : String }
    , dependencies : List Package
    }

for this to work. To get there, we need to resolve the other issue first.

We need a variant for Route of ByIndex Index so that we can href to a given Elm package within our app.