Open
Conversation
MaksimHolubeu
commented
Oct 6, 2023
1. To extend the courses API to accept a 'published' argument that controls
whether or not published courses are returned.
2. Use Service object - to extend future task easly
3. Try write in one file, and think that it incorrect.
1. To add a GraphQL API for returning collections along with their associated courses.
2. Use Service object - to extend future task easly
3. Try write in one file, and think that it incorrect.
1. The consumer of the API now needs to know something specific:
whether a given course is a member of a collection or not.
Extend the API to allow the consumer to determine whether a given course, referenced by its ID, belongs to a
particular collection.
2. Simple implementation, not need split to files
3. Split to files
1. Add display the percentage discount alongside the
courses. As a course could have multiple discounts, ensure that the largest
possible discount is returned for each course.
2. Add field discount
3. -
1. Add publish courses via the API. Implement a
GraphQL mutation to accomplish this.
2. Add mutation and service for create course
3. -
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.