Write & Shine is a web platform that allows users to publish and discover diverse content across various fields, including technology, science, and art. It fosters a community for professionals to share knowledge, insights, and stay updated on the latest trends.
The project aims to develop a robust and maintainable web platform, enabling users to seamlessly create, manage, and discover content. The focus is not only on providing a high-quality user experience but also on implementing best practices in software development, such as modular architecture, SOLID and DRY principles, and unit testing. These practices ensure that the platform is scalable, maintainable, and easy to extend, reflecting the core learning objectives of this training program.
Application | Description |
---|---|
Accounts Application | Registration and account management. |
Profiles Application | Profile management. |
Posts Application | CRUD operations on posts. |
Interactions Application | Managing likes, comments, and saving/sharing posts. |
Search Application | Searching posts and bloggers. |
The system follows the Model Service View Template (MSVT) pattern, extending Django's MVT architecture with a Service Layer for clear separation of concerns between the Model and View.
Role | Developer | Responsibilities |
---|---|---|
Team Lead - Back-End | Mohammad Jaradat | Overall project coordination, Back-End |
Front-End Developer | Hala Barqawi | Profile page, Create Posts |
Front-End Developer | Mays Qasem | Sign In/Up Page, Home Page |
Back-End Developer | Sarah Abu Irmeileh | Posts Management, Interactions Management |
You can view the UI prototypes here or by clicking on the image below.
The FDP is used to create MessageHandler instances for different applications, managing feedback messages efficiently.
The ODP will be implemented for the following and followers feature in the next release, enabling users to receive notifications about updates from accounts they follow, boosting user engagement.
You can view the proposal document here