- Push the code
- Once the pipeline is green,
git tag vx.x.x git push --tags
- Ignore regex
- Log level
- Document
- Add gettext to CI
- Add time handling
- Use request data for default lang
go run github.com/martinlehoux/kagamigo/cmd/gettext -write- Use
Tr("key", value...)in you templ files - Complete generated files
- Run
- Use reflection add startup time to add metadata to logging
- Save aggregate + an event with time & actor (event streaming)
handler.HandleFunc("GET /", func(w http.ResponseWriter, r *http.Request) {
kcore.RenderPage(r.Context(), pages.HomePage(), w)
})block, err := aes.NewCipher(secret)
kcore.Expect(err, "error creating AES cipher")- Auto logout for some errors (unreachable user, expired)
- Revisit the login and signup flow