Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

migrate food service #84

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

ShirleyNekoDev
Copy link

Fixes: #79

Migrated food service to new commons / entities.

Database requires the following new entities:

  • restaurants
  • labels (use fixture script)

@ShirleyNekoDev ShirleyNekoDev self-assigned this May 14, 2020
@ShirleyNekoDev ShirleyNekoDev changed the title Issue/79 migrate food service migrate food service May 14, 2020
import de.hpi.cloud.food.v1test.Restaurant as ProtoRestaurant

@Serializable
data class Restaurant(
val title: L10n<String>
val title: L10n<String>,
val iconUrl: @Serializable(UrlSerializer::class) URL? = null
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A restaurant doesn't have an icon

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate Food service
2 participants