You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The website currently is missing a blog creation page.
Describe the solution you'd like!
Make a blog_form.html file with all the fields required to create a blog at route /blogs/newBlog. The blog form will be asking for the following fields :
Title of the blog(required)
Thumbnail for the blog(required)
Tags (Multiple select) (required)
Content of the blog (required)
Type of Blog ( Self or campaign) (Not required)
Campaign (If blog type is selected as campaign, only then is required, otherwise not)
Whenever the user creates this blog, a 3-second popup should show saying "Your blog will be displayed publicly shortly after the admin approves it." We want this as all blogs are to be approved by the admin before being visible publicly but you don't have to deal with that. Just remember to show the popup.
Please keep in mind, that we follow a specific design pattern throughout the platform.
Describe alternatives you've considered
Feel free to suggest!
Developer Help
For design reference, check out /jobs/post.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The website currently is missing a blog creation page.
Describe the solution you'd like!
Make a
blog_form.html
file with all the fields required to create a blog at route/blogs/newBlog
. The blog form will be asking for the following fields :Whenever the user creates this blog, a 3-second popup should show saying "Your blog will be displayed publicly shortly after the admin approves it." We want this as all blogs are to be approved by the admin before being visible publicly but you don't have to deal with that. Just remember to show the popup.
Please keep in mind, that we follow a specific design pattern throughout the platform.
Describe alternatives you've considered
Feel free to suggest!
Developer Help
For design reference, check out
/jobs/post
.The text was updated successfully, but these errors were encountered: