Updated collection descriptions

refs https://github.com/TryGhost/Arch/issues/25

- Updated collection descriptions to be less wordy and avoid a redundant "Collection" in them.
This commit is contained in:
Naz 2023-07-14 20:41:28 +08:00 committed by naz
parent c733424cc5
commit ea2defb76c
6 changed files with 14 additions and 14 deletions

View File

@ -19,7 +19,7 @@ module.exports = createTransactionalMigration(
id: (new ObjectID()).toHexString(),
title: 'Latest',
slug: 'latest',
description: 'Collection with all posts',
description: 'All posts',
type: 'automatic',
filter: '',
created_at: knex.raw('current_timestamp')
@ -39,7 +39,7 @@ module.exports = createTransactionalMigration(
id: (new ObjectID()).toHexString(),
title: 'Featured',
slug: 'featured',
description: 'Collection of featured posts',
description: 'Featured posts',
type: 'automatic',
filter: 'featured:true',
created_at: knex.raw('current_timestamp')

View File

@ -6,14 +6,14 @@
{
"title": "Latest",
"slug": "latest",
"description": "Collection with all posts",
"description": "All posts",
"type": "automatic",
"filter": ""
},
{
"title": "Featured",
"slug": "featured",
"description": "Collection of featured posts",
"description": "Featured posts",
"type": "automatic",
"filter": "featured:true"
}

View File

@ -119,7 +119,7 @@ Object {
"collections": Array [
Object {
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/,
"description": "Collection with all posts",
"description": "All posts",
"feature_image": null,
"filter": null,
"id": StringMatching /\\[a-f0-9\\]\\{24\\}/,
@ -184,7 +184,7 @@ Object {
},
Object {
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/,
"description": "Collection of featured posts",
"description": "Featured posts",
"feature_image": null,
"filter": "featured:true",
"id": StringMatching /\\[a-f0-9\\]\\{24\\}/,
@ -199,7 +199,7 @@ Object {
},
],
"slug": "featured",
"title": "Featured Posts",
"title": "Featured",
"type": "automatic",
"updated_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.000Z/,
},
@ -233,7 +233,7 @@ exports[`Collections API Browse Can browse Collections 2: [headers] 1`] = `
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "1643",
"content-length": "1607",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,

View File

@ -1459,7 +1459,7 @@ Object {
},
Object {
"created_at": StringMatching /\\\\d\\{4\\}-\\\\d\\{2\\}-\\\\d\\{2\\}T\\\\d\\{2\\}:\\\\d\\{2\\}:\\\\d\\{2\\}\\\\\\.\\\\d\\{3\\}Z/,
"description": "Collection with all posts",
"description": "All posts",
"feature_image": null,
"filter": null,
"id": StringMatching /\\[a-f0-9\\]\\{24\\}/,
@ -1632,7 +1632,7 @@ exports[`Posts API Update Can add and remove collections 6: [headers] 1`] = `
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "5159",
"content-length": "5143",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,

View File

@ -36,7 +36,7 @@ const validateRouteSettings = require('../../../../../core/server/services/route
describe('DB version integrity', function () {
// Only these variables should need updating
const currentSchemaHash = '8e299caf33efbcf8a12c9cefaf8f6500';
const currentFixturesHash = '03f3d9ddc0a1190e909a85808a591a04';
const currentFixturesHash = 'af43eef1ac4f14fc1bc0ea351300420f';
const currentSettingsHash = '4f23a583335dcb4cb3fae553122ea200';
const currentRoutesHash = '3d180d52c663d173a6be791ef411ed01';

View File

@ -6,14 +6,14 @@
{
"title": "Latest",
"slug": "latest",
"description": "Collection with all posts",
"description": "All posts",
"type": "automatic",
"filter": ""
},
{
"title": "Featured Posts",
"title": "Featured",
"slug": "featured",
"description": "Collection of featured posts",
"description": "Featured posts",
"type": "automatic",
"filter": "featured:true"
}