Skip to content

Commit

Permalink
change category names
Browse files Browse the repository at this point in the history
  • Loading branch information
bingzhang committed Sep 7, 2023
1 parent cfe492f commit 6b73b5f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed
- Change category names. [#1179](https://github.com/rokwire/rokwire-building-blocks-api/issues/1179)

## [1.20.0] - 2023-09-06
### Changed
- Update Event categories and subcategories list. [#1150](https://github.com/rokwire/rokwire-building-blocks-api/issues/1150)
Expand Down
14 changes: 7 additions & 7 deletions eventservice/api/categories.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[{"category":"Campus Visits"},
{"category":"Career Development"},
{"category":"Ceremonies & Services"},
{"category":"Ceremonies and Services"},
{"category":"Club Athletics"},
{"category":"Conferences & Workshops"},
{"category":"Conferences and Workshops"},
{"category":"Exhibits"},
{"category":"Festivals & Celebrations"},
{"category":"Festivals and Celebrations"},
{"category":"Film Screenings"},
{"category":"Performances"},
{"category":"Receptions & Open House Events"},
{"category":"Social & Informal Events"},
{"category":"Speakers & Seminars"},
{"category":"Receptions and Open House Events"},
{"category":"Social and Informal Events"},
{"category":"Speakers and Seminars"},
{"category":"Big 10 Athletics","subcategories":["Baseball","Men's Basketball","Men's Cross Country","Football","Men's Golf","Men's Gymnastics","Men's Tennis","Men's Track Field","Wrestling","Women's Basketball","Women's Cross Country","Women's Golf","Women's Gymnastics","Women's Soccer","Softball","Swim Dive","Women's Tennis","Women's Track Field","Volleyball"]},
{"category":"Recreation, Health & Fitness","subcategories":["Group Fitness","Aquatics","Ice Skating","Personal Training","Student Wellness","Adventure Rec","Summer Camp"]}
{"category":"Recreation, Health and Fitness","subcategories":["Group Fitness","Aquatics","Ice Skating","Personal Training","Student Wellness","Adventure Rec","Summer Camp"]}
]
14 changes: 7 additions & 7 deletions eventservice/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -753,18 +753,18 @@ components:
enum:
- Campus Visits
- Career Development
- Ceremonies & Services
- Ceremonies and Services
- Club Athletics
- Conferences & Workshops
- Conferences and Workshops
- Exhibits
- Festivals & Celebrations
- Festivals and Celebrations
- Film Screenings
- Performances
- Receptions & Open House Events
- Social & Informal Events
- Speakers & Seminars
- Receptions and Open House Events
- Social and Informal Events
- Speakers and Seminars
- Big 10 Athletics
- Recreation, Health & Fitness
- Recreation, Health and Fitness
subcategory:
type: string
dateCreated:
Expand Down

0 comments on commit 6b73b5f

Please sign in to comment.