aelve / guide

A workspace for research teams
https://guide.aelve.com
106 stars 10 forks source link

Add category link #159

Closed v0d1ch closed 7 years ago

v0d1ch commented 7 years ago

I never seen Spock so I just got the whole thing to compile and I guess it should be fine. That is why I love Haskell :)

v0d1ch commented 7 years ago

I see this fails due to the saved checkpoint ? I remember clicking on the button and I did not import the remote database just fyi



From:   Guide.State.GlobalState:

    Guide.Types.Action.Action:

    Guide.Types.Edit.Edit:

CallStack (from HasCallStack):

  error, called at src/Data/Acid/Local.hs:322:7 in acid-state-0.14.2-4srzFjtJIJJHz8b7WcPoy9:Data.Acid.Local```
neongreen commented 7 years ago

I see this fails due to the saved checkpoint?

This is because you haven't added migration instances

neongreen commented 7 years ago

I'm going to merge this PR after I do some changes. Notably, categoryVar doesn't need to be passed in some places because item IDs are unique even between categories.