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

Graphql queries/mutations #7

Open
1 of 2 tasks
tobiges opened this issue Mar 1, 2022 · 4 comments
Open
1 of 2 tasks

Graphql queries/mutations #7

tobiges opened this issue Mar 1, 2022 · 4 comments

Comments

@tobiges
Copy link
Member

tobiges commented Mar 1, 2022

  • averageScore (reviews)
  • pagination
@GamerBene19
Copy link

GamerBene19 commented May 27, 2022

  • Query for admin-panel dish view (notably missing: sourceName (the potentiall wrong name that a dish has from werkswelt))
  • Convert login mutation to query
  • Mutation to edit/delete occurrence

@GamerBene19
Copy link

Generally it would be nice if all the occurrence queries would be finished before queries for comments and images get added. A depth first approach is to be preferred imo

@GamerBene19
Copy link

There needs to be a query that is able to return all future occurrences (based on passed date). It is more or less the same query as the getOccurrencesByDate query

@herkulessi
Copy link

herkulessi commented Jun 5, 2022

We need to somehow get the Comments/Images based on Dish, instead of only from occurence, to Display then Properly.
Right now, the ONLY way to do that, is to get ALL occurences with something identifying and reviews/images, to then filter them client-side.....
Or at the very least a way, to query all occurences by Name/Dish, that way we could only get the reviews of that dish, from filtering the returned data.

  • getOccurenceByDish

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

No branches or pull requests

3 participants