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

Practice App: Implementing GET Lesson by Name Endpoint #210

Merged
merged 4 commits into from
May 18, 2022

Conversation

onurkomurcu
Copy link
Contributor

I have implemented get lesson by name endpoint. Issue can be found here: #184. Postman results can be seen from the issue. It is now ready to be reviewed.

@onurkomurcu onurkomurcu added priority-critical Highest priority issue status-needreview A review to the issue is needed feature New feature practice-app Related to the practice app project practice-app:back-end Related to the back-end of the practice app labels May 17, 2022
@onurkomurcu onurkomurcu requested review from ezgy and egemenatikk May 17, 2022 19:43
@onurkomurcu onurkomurcu self-assigned this May 17, 2022
@onurkomurcu onurkomurcu changed the title Practice app/feature/get lesson by name 184 Practice App: Implementing GET Lecture by Name Endpoint May 17, 2022
@onurkomurcu onurkomurcu linked an issue May 18, 2022 that may be closed by this pull request
8 tasks
Copy link
Contributor

@egemenatikk egemenatikk left a comment

Choose a reason for hiding this comment

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

Thank you for your work @onurkomurcu. In your code, we fetch courses with the exact name that is given in query. As we decided to keep our practice-app simple, this implementation is good enough. In our main project we can implement this method as keyword search, maybe.

As I said, I cannot think of anything else to add and I think it is ready to be merged.

@onurkomurcu onurkomurcu merged commit 784d61a into master May 18, 2022
@onurkomurcu onurkomurcu changed the title Practice App: Implementing GET Lecture by Name Endpoint Practice App: Implementing GET Lesson by Name Endpoint May 20, 2022
@onurkomurcu onurkomurcu added Status: Completed Issue is solved and removed status-needreview A review to the issue is needed labels May 20, 2022
@bahricanyesil bahricanyesil deleted the practice-app/feature/get-lesson-by-name-184 branch October 14, 2022 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature practice-app:back-end Related to the back-end of the practice app practice-app Related to the practice app project priority-critical Highest priority issue Status: Completed Issue is solved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Practice App: Implementing GET Lesson by Name
2 participants