RealDevSquad / RealDevSquad/website-backend
Create an endpoint POST /logs which enables us to add log entry from different service
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Issue Description
We store all our document modification logs in firestore logs collection. To save logs from different services we can create and use POST route.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing document-modification log writes, route definitions, and Firestore usage for the logs collection. Define the POST /logs input from the current log shape, then verify that an entry sent by another service is persisted in Firestore and that the endpoint behavior is covered by the repository's existing API checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- api, backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100