├── .github └── ISSUE_TEMPLATE │ └── config.yml ├── 0000-template.md ├── README.md └── rfcs ├── 0001-authorization-apis-and-jwt-for-ckan.md ├── 0002-authentication-api.md ├── 0005-decoupled-frontend.md ├── datapackages └── README.md ├── remote-config └── README.md └── showcase ├── README.md ├── ckan-instances-related-items-survey.md └── showcase-spec.md /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckan/ideas/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckan/ideas/HEAD/0000-template.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckan/ideas/HEAD/README.md -------------------------------------------------------------------------------- /rfcs/0001-authorization-apis-and-jwt-for-ckan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckan/ideas/HEAD/rfcs/0001-authorization-apis-and-jwt-for-ckan.md -------------------------------------------------------------------------------- /rfcs/0002-authentication-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckan/ideas/HEAD/rfcs/0002-authentication-api.md -------------------------------------------------------------------------------- /rfcs/0005-decoupled-frontend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckan/ideas/HEAD/rfcs/0005-decoupled-frontend.md -------------------------------------------------------------------------------- /rfcs/datapackages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckan/ideas/HEAD/rfcs/datapackages/README.md -------------------------------------------------------------------------------- /rfcs/remote-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckan/ideas/HEAD/rfcs/remote-config/README.md -------------------------------------------------------------------------------- /rfcs/showcase/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckan/ideas/HEAD/rfcs/showcase/README.md -------------------------------------------------------------------------------- /rfcs/showcase/ckan-instances-related-items-survey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckan/ideas/HEAD/rfcs/showcase/ckan-instances-related-items-survey.md -------------------------------------------------------------------------------- /rfcs/showcase/showcase-spec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckan/ideas/HEAD/rfcs/showcase/showcase-spec.md --------------------------------------------------------------------------------