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

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
@ShirleyNekoDev ShirleyNekoDev force-pushed the issue/79-migrate-food-service branch from 1b84c95 to 36388a0 Compare May 15, 2020 12:13
@ShirleyNekoDev ShirleyNekoDev requested a review from JonasWanke May 15, 2020 12:17
@ShirleyNekoDev ShirleyNekoDev requested a review from JonasWanke May 21, 2020 18:57
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

3 participants