mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
feat: add @filterable tags
This commit is contained in:
@@ -25,6 +25,7 @@ export interface SCAcademicTermWithoutReferences
|
|||||||
* Short name of the academic term, using the given pattern
|
* Short name of the academic term, using the given pattern
|
||||||
*
|
*
|
||||||
* @aggregatable
|
* @aggregatable
|
||||||
|
* @filterable
|
||||||
* @keyword
|
* @keyword
|
||||||
*/
|
*/
|
||||||
acronym: string;
|
acronym: string;
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ export interface SCCreativeWorkWithoutReferences
|
|||||||
* Keywords of the creative work
|
* Keywords of the creative work
|
||||||
*
|
*
|
||||||
* @aggregatable
|
* @aggregatable
|
||||||
|
* @filterable
|
||||||
* @keyword
|
* @keyword
|
||||||
*/
|
*/
|
||||||
keywords?: string[];
|
keywords?: string[];
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ export interface SCThingWithCategoriesWithoutReferences<T, U extends SCThingWith
|
|||||||
*
|
*
|
||||||
* @sortable ducet
|
* @sortable ducet
|
||||||
* @aggregatable
|
* @aggregatable
|
||||||
|
* @filterable
|
||||||
*/
|
*/
|
||||||
categories: T[];
|
categories: T[];
|
||||||
|
|
||||||
|
|||||||
@@ -89,6 +89,7 @@ export interface SCThingWithoutReferences {
|
|||||||
* Type of the thing
|
* Type of the thing
|
||||||
*
|
*
|
||||||
* @sortable ducet
|
* @sortable ducet
|
||||||
|
* @filterable
|
||||||
* @aggregatable
|
* @aggregatable
|
||||||
*/
|
*/
|
||||||
type: SCThingType;
|
type: SCThingType;
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ export interface SCAcademicEventWithoutReferences
|
|||||||
* Majors of the academic event that this event belongs to
|
* Majors of the academic event that this event belongs to
|
||||||
*
|
*
|
||||||
* @aggregatable
|
* @aggregatable
|
||||||
|
* @filterable
|
||||||
* @keyword
|
* @keyword
|
||||||
*/
|
*/
|
||||||
majors?: string[];
|
majors?: string[];
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ export interface SCBuildingWithoutReferences
|
|||||||
*
|
*
|
||||||
* @sortable ducet
|
* @sortable ducet
|
||||||
* @aggregatable
|
* @aggregatable
|
||||||
|
* @filterable
|
||||||
*/
|
*/
|
||||||
categories: SCBuildingCategories[];
|
categories: SCBuildingCategories[];
|
||||||
|
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ export interface SCDishWithoutReferences
|
|||||||
*
|
*
|
||||||
* @sortable ducet
|
* @sortable ducet
|
||||||
* @aggregatable
|
* @aggregatable
|
||||||
|
* @filterable
|
||||||
*/
|
*/
|
||||||
categories: SCDishCategories[];
|
categories: SCDishCategories[];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user