Skip to content

DWethmar/go-api

Repository files navigation

Logo

go-api

Make sure $GOPATH/bin is in your $PATH so the shell can discover it.

  • run: make run
  • build: make build
  • watch: make watch

UI

  • yarn install
  • yarn start

//https://github.com/smhanov/auth

structure based on: https://github.com/grafana/grafana/tree/master/pkg

TODO

  • fix empty post error
  • query builder
  • content: move name to subfield (stnd?)
  • contenttype: unique constraint on key + content_model_id.

Versioning for content:

table: content_model_version

id (content id) version (int) content_model_id fields: { : { "<content_field_id>": "" } } created_at updated_at

delete field when content_field is deleted.

Versioning for content_models: thinking....

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published