dpalmasan / dpalmasan/python-user-posts-microservice

Implement DELETE post api

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

- User must be authorized
- User should be the owner of the post
- Mark post as deleted, but not delete from the database

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the existing post API entry points and the authorization flow. Trace how posts record ownership and deletion state, then implement the DELETE behavior described in the issue: authorize the user, require ownership, and retain the post in the database while marking it deleted. Done when the endpoint enforces both checks and preserves the record.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.