Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!(export): export categorized keywords for apps #84

Merged
merged 2 commits into from
Jul 16, 2024

Conversation

Fenrikur
Copy link
Member

BREAKING CHANGE: export for apps returns JSON containing categorized keywords instead of fixed set of categories

Former export fields Cat. Prints, Cat. Artwork, Cat. Fursuit, Cat. Commissions and Cat. Misc replaced by field Keywords containing a JSON object with categories as keys and an array of applicable keywords for each category as value. UTF-8 characters will be escaped.

Example:

{
	"Home and Bedding D\u00e9cor": [
		"Coasters",
		"Towels",
		"Furnishings (Other)"
	],
	"Music and Audio": [
		"Music and Audio (Other)"
	]
}

BREAKING CHANGE: export for apps returns JSON containing categorized keywords instead of fixed set of categories
app/Models/Application.php Show resolved Hide resolved
@Fenrikur Fenrikur merged commit 6b9b724 into main Jul 16, 2024
1 check passed
@Fenrikur Fenrikur deleted the feature/app-export-keywords branch July 16, 2024 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants