feat: category filter on post queue (#8710)

* feat: category filter on post queue

category filter module

* feat: add spec
This commit is contained in:
Barış Soner Uşaklı
2020-10-02 16:35:20 -04:00
committed by GitHub
parent f14b49457c
commit 5d9a868142
6 changed files with 137 additions and 72 deletions

View File

@@ -42,6 +42,49 @@ get:
type: number
slug:
type: string
categories:
type: array
items:
type: object
properties:
bgColor:
type: string
cid:
type: number
color:
type: string
disabledClass:
nullable: true
icon:
type: string
imageClass:
type: string
level:
type: string
link:
type: string
name:
type: string
parentCid:
type: number
slug:
type: string
allCategoriesUrl:
type: string
selectedCategory:
type: object
properties:
icon:
type: string
name:
type: string
bgColor:
type: string
nullable: true
selectedCids:
type: array
items:
type: number
posts:
type: array
items: