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

Draft: Add read only API with DRF #57

Closed
wants to merge 19 commits into from
Closed

Draft: Add read only API with DRF #57

wants to merge 19 commits into from

Conversation

sveetch
Copy link
Member

@sveetch sveetch commented Jul 28, 2023

This is currently experimental although it is correctly implemented, but it needs some works yet.

For now we only plan to make the API in read only. Write operation may comes further in another run since read operation are the first thing to ship.

  • List and details viewsets for articles
  • List and details viewsets for categories
  • List and details viewsets for authors ?
  • Tests for articles viewsets and serializers;
  • Tests for categories viewsets and serializers;
  • Tests for authors viewsets and serializers ?
  • Ensure API is optional depending DRF requirement is present or not;

At the end, every branch commits will be squashed into a single one, excepted for possible swagger implementation.

@sveetch sveetch added the Enhancement Feature enhancement label Jul 28, 2023
@sveetch sveetch changed the title WIP: Add read only API with DRF Draft: Add read only API with DRF Jul 28, 2023
@sveetch sveetch linked an issue Jul 28, 2023 that may be closed by this pull request
12 tasks
@sveetch sveetch added New feature New feature or request API and removed Enhancement Feature enhancement labels Aug 7, 2023
@sveetch
Copy link
Member Author

sveetch commented Oct 9, 2023

This branch has been squashed and delivered into new v0.7.0 https://github.com/emencia/django-blog-lotus/tree/v0.7.0 which will now continue the common release process, still have some things to see to include in this version before releasing.

@sveetch sveetch closed this Oct 9, 2023
@sveetch sveetch deleted the try_drf_addition branch December 1, 2023 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API New feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add REST API
1 participant