RealDevSquad / RealDevSquad/website-backend
Create identityHealth loging endpoint
Open
@Aryan-9211 is already working on this.
Since Jan 8, 2022.
- #510 by @Aryan-9211 — closed without merging
backend
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Things to do:
- Create a logs route in routes folder similar to users, members, etc
- Use that in routes/index.js
- Create a model for logs collection and make the function required in below endpoints only.
- Make an endpoint GET /logs to get the logs of filter that is in the param.
For Example:
/logs?type=identityHealth&&username=lakshay
Check the endpoint requirements https://github.com/Real-Dev-Squad/identity-service/issues/18
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.
Assessment
This issue has not been assessed yet.