Enable users (Authors) to create and showcase their projects through posts.
A post can have multiple authors, rich content, and media attachments.
This feature will serve as the foundation for the platform’s showcase experience.
✅ Tasks
🏁 Acceptance Criteria
-
Users can create a new Post Project with:
- Title, Description, and optional attachments.
- One or multiple authors assigned.
-
Only authenticated users can create posts.
-
Posts appear in the Feeds after creation.
-
UI provides clear validation and feedback.
Enable users (Authors) to create and showcase their projects through posts.
A post can have multiple authors, rich content, and media attachments.
This feature will serve as the foundation for the platform’s showcase experience.
✅ Tasks
Database Integration
Postmodel with many-to-many relation toUser(authors).UI/UX
New Postpage/form with inputs: Title, Description, Media (optional).Backend / Fullstack Logic
Testing & QA
🏁 Acceptance Criteria
Users can create a new Post Project with:
Only authenticated users can create posts.
Posts appear in the Feeds after creation.
UI provides clear validation and feedback.