Add revision-aware CMS taxonomies and relationships
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
// optional no-CGO SQLite adapter.
|
||||
// - [organizations] and [access] model organizations, teams, invitations,
|
||||
// scoped roles, and audited temporary access.
|
||||
// - [cms] and [cmssqlite] add revision-aware taxonomies and editorial links
|
||||
// alongside application-owned content and coded templates.
|
||||
// - [abuse] applies application-classified request-abuse decisions.
|
||||
// - [analytics] creates bounded, disposable projections from requestlog
|
||||
// records without becoming a telemetry service.
|
||||
@@ -58,6 +60,8 @@
|
||||
// [authhttp]: https://pkg.go.dev/gamertan.com/web/authhttp
|
||||
// [authsqlite]: https://pkg.go.dev/gamertan.com/web/authsqlite
|
||||
// [authwebauthn]: https://pkg.go.dev/gamertan.com/web/authwebauthn
|
||||
// [cms]: https://pkg.go.dev/gamertan.com/web/cms
|
||||
// [cmssqlite]: https://pkg.go.dev/gamertan.com/web/cmssqlite
|
||||
// [organizations]: https://pkg.go.dev/gamertan.com/web/organizations
|
||||
// [requestlog]: https://pkg.go.dev/gamertan.com/web/requestlog
|
||||
// [requestmeta]: https://pkg.go.dev/gamertan.com/web/requestmeta
|
||||
|
||||
Reference in New Issue
Block a user