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: add get_quest_category endpoint #143

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Conversation

irisdv
Copy link
Collaborator

@irisdv irisdv commented Nov 30, 2023

Part of lfglabs-dev/starknet.quest#377

This PR adds a new endpoint get_quest_category which fetches a new collection called quest_categories with data to show customized meta tags for category pages in the front end.

QuestCategoryDocument {
    name: String,
    title: String,
    desc: String,
    img_url: String,
}

@irisdv irisdv added the 🔥 Ready for review This pull request needs a review label Nov 30, 2023
@irisdv irisdv requested a review from Th0rgal November 30, 2023 10:55
@Th0rgal Th0rgal merged commit c31a131 into master Dec 1, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔥 Ready for review This pull request needs a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants