-
Notifications
You must be signed in to change notification settings - Fork 94
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
[WIP] Blog Submission - No-code Blog Feature #318
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@itzamanjain is attempting to deploy a commit to the PearAI Team on Vercel. A member of the Team first needs to authorize it. |
👀 |
…in/pear-landing-page into feat/blog-no-code-flow
…nto feat/blog-no-code-flow
@Fryingpannn
Things to be done:
What do you think of this approach? Any suggestions or feedback? |
Description
This PR implements the blog submission no-code blog feature.
need to create a blog table first in prod with these cols
Related Issue
Issue #305
Changes Made
Summary:
This PR introduces a blog submission form that allows users to submit blogs by providing details such as the blog title, content, tags, and author information. The next step is to integrate the form with the backend for storing blog data and to implement an approval system for moderators.
Changes:
/submit-blog
route with a submission form.Next Steps:
Screenshots
Checklist
yarn build
and the build is successful.