atlp-rwanda / atlp-devpulse-fn

application
https://atlp-devpulse-fn.vercel.app/
3 stars 1 forks source link

Ft blogger #248

Closed Ishimwe7 closed 2 days ago

Ishimwe7 commented 1 week ago

Description This PR introduces a blogging feature allowing users to view a list of blogs, select individual blogs for detailed viewing, and interact with them through reactions and comments. This feature is part of our content management system, enhancing user engagement by enabling reactions and discussions on blog posts.

Tasks Completed:

-Applicants can create blogs -Users can view a list of blogs -Users can click on individual blogs to read full details.

How to Test it?

Checkout to our branch ft-testing-stages -Install dependencies: npm install Run the app:npm run dev` -Log in as an applicant and you will be redirected to dashboard page -In the admins panel create an a blog. -Navigate to blogs and click on add blog

Applicant: Email: jean@example.com Password: password123

Admin: Email: admin@example.com Password: password123

Screenshots

All Blogs and Add Blog Model

image

Single Blog View

image

image

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
atlp-devpulse-fn ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2024 3:20pm
Ishimwe7 commented 3 days ago

Screenshot 2024-11-18 170301 it seems like the skeleton loader and the modal are misbehaving. i mean i can't be able to interact with the modal to create a new blog.

it is now fixed

codeclimate[bot] commented 2 days ago

Code Climate has analyzed commit 97d1ee47 and detected 0 issues on this pull request.

View more on Code Climate.

Ishimwe7 commented 2 days ago

after submitting the form i am not seeing any response. as a result, the blog isn't being successfully created at this time.

it is now fixed