-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement a blog functionality for Users #2
Comments
Can I work on this? |
This is open now. |
Im getting this message Assignment Request for Issue #2 of Youdemy cannot be made by you currently. |
Can this be assigned to me ? @kunal2812 @shank03 |
This is open now. |
is this issue open? |
i have sent the assignment request.
…On Tue, 24 Oct 2023 at 20:22, Kunal Katiyar ***@***.***> wrote:
im still getting this message Assignment Request for Issue #2
<#2> of Youdemy
<https://github.com/ContriHUB/Youdemy> cannot be made by you currently.
Yes this is open. Reach out to Shashank on discord with a proper
description of the problem you are facing.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWAG2HEPGTVUZGZ7EHKWTUDYA7I2DAVCNFSM6AAAAAA5ZLXADOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZXGQYDGNBVGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Should only the authors of the blog be able to edit the blog? should mentors be also able to delete blogs if they find it innapropriate? Also should no of pictures be definite or can they add as many as they like? Should the all blogs page have a search based on tags? |
|
in sites like leetcode the tags are predefined so should th etags here also be only available in the list? Or can users enter their own cutom tags? do these tags have their own custom color? |
Allow custom tags for blogs. Limit no. of tags to 5 for one blog post. |
Remove the comment form and add neccessary fields (profile picture, bio etc.) to User model. Only registered users should be ablt to comment. |
Looks okay. Add the time as well at which the comment was made. |
Currently the existing blog section in the website is static. Allow all users to create a blog ("Student"/"Mentor")
Enable registered users to create and publish educational blogs (similar to Codeforces)
Create a separate page accessible through the "Blog" section where all user-generated blogs are listed (Refer screenshot 1). Display blogs in a sorted order, with the most recent posts at the top.
When a user clicks on a blog entry in the list, it should open on a new page to display the full content of the blog post, including text and accompanying photos. Implement "Like" and "Dislike" buttons for each blog post, allowing users to express their opinion.
Include a comment section for each blog post, enabling users to engage in discussions and leave feedback.
(Will give bonus points for neat work)
A blog has an author, a heading, thumbnail, tags, description etc.
Please go through the existing static pages as mentioned in the screenshots to model the functionality.
Note:
The text was updated successfully, but these errors were encountered: