Skip to content

FC-0057: implement thread APIs#70

Merged
Faraz32123 merged 3 commits intomasterfrom
feat/faraz-implement_thread_api
Aug 29, 2024
Merged

FC-0057: implement thread APIs#70
Faraz32123 merged 3 commits intomasterfrom
feat/faraz-implement_thread_api

Conversation

@Faraz32123
Copy link
Copy Markdown
Contributor

This PR includes

  • threads GET (for getting all threads of a course with filters)
  • /threads/:thread_id DELETE (for deleting a thread)
  • /threads/:thread_id GET (for getting threads data, including its children data)
  • /threads/:thread_id PUT (for updating thread)
  • /course/threads POST (for creating a new thread)
  • some minor fixes in serializers and models
  • close Migrate the /thread APIs endpoints #34

This PR includes
- threads GET (for getting all threads of a course with filters)
- /threads/:thread_id DELETE (for deleting a thread)
- /threads/:thread_id GET (for getting threads data, including its children data)
- /threads/:thread_id PUT (for updating thread)
- /course/threads POST (for creating a new thread)
- some minor fixes in serializers and models
- close #34
@Faraz32123 Faraz32123 marked this pull request as draft August 28, 2024 10:31
@Faraz32123 Faraz32123 self-assigned this Aug 28, 2024
@Faraz32123 Faraz32123 force-pushed the feat/faraz-implement_thread_api branch from c250359 to 926bddd Compare August 28, 2024 11:45
@Faraz32123 Faraz32123 marked this pull request as ready for review August 28, 2024 11:48
@Ali-Salman29
Copy link
Copy Markdown
Contributor

LTGM!

@Faraz32123 Faraz32123 changed the title feat: implement thread APIs FC-0057: implement thread APIs Aug 29, 2024
@Faraz32123 Faraz32123 merged commit eb722d1 into master Aug 29, 2024
@Faraz32123 Faraz32123 deleted the feat/faraz-implement_thread_api branch August 29, 2024 05:25
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

Successfully merging this pull request may close these issues.

Migrate the /thread APIs endpoints

3 participants