This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 86
Migration to the eat api #1583
Closed
leonardhusmann
wants to merge
123
commits into
TUM-Dev:master
from
leonardhusmann:issue/1370-switch-to-eat-api
Closed
Migration to the eat api #1583
leonardhusmann
wants to merge
123
commits into
TUM-Dev:master
from
leonardhusmann:issue/1370-switch-to-eat-api
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…k with the update db table
…structure to db table
…eterias that are open until midnight; Exchanged deprecated method call
…tory, when the app is in its init state (empty local repo)
…ot be downloaded in the apps initial state
# Conflicts: # app/schemas/de.tum.in.tumcampusapp.database.TcaDb/6.json # app/schemas/de.tum.in.tumcampusapp.database.TcaDb/7.json # app/src/main/java/de/tum/in/tumcampusapp/component/other/locations/LocationManager.kt # app/src/main/java/de/tum/in/tumcampusapp/component/ui/cafeteria/details/CafeteriaDetailsSectionFragment.kt # app/src/main/java/de/tum/in/tumcampusapp/database/TcaDb.kt # app/src/main/java/de/tum/in/tumcampusapp/database/migrations/Migration6to7.kt
Closed
closing as I don't see this getting merged into the last release of the android app |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
This fixes the following issue(s):
Why this is useful for all students
Migrating to the latest, still maintained API for getting cafeteria data ensures this component will keep functioning for the foreseeable future. It also allows to display the labels for the dishes (i.e. VEGAN, VEGETARIAN, WHEAT, GLUTEN)
Current Status
I created this draft PR to keep you updated.
What I did/will be doing/updates: