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

change category names #1180

Merged
merged 2 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"]},
bingzhang marked this conversation as resolved.
Show resolved Hide resolved
{"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