Ben McAlindin

Results 6 comments of Ben McAlindin

My understanding of the roadmap is that we had decided to do a centralised/online only version of core. The majority of this POC seems to be focussed on the concepts...

Something like this would separate the concerns of the engine a bit better ``` package engine import ( "context" "github.com/nrc-no/core/pkg/server/core-db/types" ) type TableReader interface { Get(ctx context.Context, tableID string) (*types.Table,...

I was thinking about this a bit more and have realised that you're showing how we could do this without actually having a data model stored in the db. The...

@ludydoo can this be merged?

> what do you think about having a swagger documentation for the endpoints? I think we do have open api json being generated. From my understanding swagger just uses that.

> Boy.. this is a massive PR Haha sorry, got carried away. Happy to talk anyone through it in more detail if useful.