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

feat(client): blog feature #276

Merged
merged 16 commits into from
Jul 21, 2024
Merged

feat(client): blog feature #276

merged 16 commits into from
Jul 21, 2024

Conversation

Metololo
Copy link
Contributor

@Metololo Metololo commented Jul 20, 2024

Summary 📝

A blog allowing user to read and post blogs.
They can also react and comment.

Which part of the repository is impacted ?

  • API
  • Client
  • Admin
  • Documentation
  • CI/CD
  • Other

@Jayllyz Jayllyz linked an issue Jul 20, 2024 that may be closed by this pull request
@github-actions github-actions bot added the enhancement New feature or request label Jul 20, 2024
Copy link

Coverage Report for API (./apps/api)

Status Category Percentage Covered / Total
🟢 Lines 89.24% (🎯 80%) 7052 / 7902
🟢 Statements 89.24% (🎯 80%) 7052 / 7902
🟢 Functions 100% (🎯 60%) 24 / 24
🟢 Branches 46.78% (🎯 35%) 284 / 607
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
apps/api/src/handlers/blog.ts 86.88% 53.65% 100% 86.88% 47-48, 56-57, 62-63, 71-72, 74, 103-104, 111-112, 114, 134-135, 145-146, 192-193, 222-223, 238-239, 255-256, 266-267, 286-287, 308-309
apps/api/src/routes/blog.ts 100% 100% 100% 100%
apps/api/src/validators/blog.ts 100% 100% 100% 100%
Generated in workflow #495

Copy link
Contributor

@Jayllyz Jayllyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Metololo Metololo merged commit a042821 into main Jul 21, 2024
7 checks passed
@Metololo Metololo deleted the feat/blog branch July 21, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(client): blog posts feed page
2 participants