Open jmpavlick opened 1 year ago
This depends on https://github.com/jmpavlick/segakcap/issues/2 - we need a new Index type of
Index
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.
Route
ByIndex Index
This depends on https://github.com/jmpavlick/segakcap/issues/2 - we need a new
Index
type offor this to work. To get there, we need to resolve the other issue first.
We need a variant for
Route
ofByIndex Index
so that we can href to a given Elm package within our app.