-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: khovan123/alignify-backend
Releases · khovan123/alignify-backend
alignify_v1.3.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.3.1 - 2025年07月24日
🚀 Initial Release
This is the first stable release of Alignify Backend - a comprehensive platform connecting social network influencers and brands.
✨ Features
Brand Management
- Campaign Management: Create, update, and manage marketing campaigns
- Influencer Invitations: Send direct collaboration invitations to influencers
- Progress Review: Review and approve influencer progress during collaborations
- Campaign Status Management: Handle campaign lifecycle (
DRAFT→RECRUITING→PENDING→PARTICIPATING→COMPLETED)
Influencer Features
- Content Creation: Post content and ideas to showcase creative work
- Campaign Applications: Apply to participate in brand campaigns
- Invitation Management: Accept or decline direct brand invitations
- Progress Updates: Update and track collaboration progress
Admin Capabilities
- User Management: Moderate users, handle bans and permission restrictions
- Content Moderation: Manage and delete posts and campaigns
- Report Handling: Process user reports and complaints
- Upgrade Packages: Create and manage account upgrade packages
Communication & Interaction
- Real-time Chat: WebSocket-based group chat for brand-influencer collaboration
- Social Interactions: Like and comment system for influencer posts
- Notifications: Real-time notification system
Payment Integration
- PayOS Integration: Vietnamese payment gateway support
- PayPal Integration: International payment processing
- QR Code Generation: Payment QR codes for transactions
🛠️ Technical Features
Core Technologies
- Java 21 with Spring Boot 3.4.5
- MongoDB for flexible data storage
- JWT Authentication for secure user sessions
- Spring Security for comprehensive security
- WebSocket (STOMP) for real-time features
Third-Party Integrations
- Cloudinary: Media storage and management
- Gmail SMTP: Email notifications
- Google OAuth: Social authentication
- Gemini AI: AI-powered features and recommendations
- RapidAPI: External API integrations
API & Documentation
- RESTful API design with consistent response format
- Swagger UI for comprehensive API documentation
- Versioned APIs at
/api/v1/ - Rate Limiting and security best practices
Infrastructure
- Docker support for containerized deployment
- Maven build system
- Environment-based configuration
- Production-ready deployment on Render.com
🔧 System Requirements
- Java 21 or higher
- MongoDB 4.4 or higher
- Maven 3.6 or higher
🌐 Deployment
- Backend: https://alignify-backend.onrender.com
- API Documentation: https://alignify-backend.onrender.com/swagger-ui
- Frontend: https://alignify-rose.vercel.app
📋 Release Notes
- This is the foundational release providing all core functionality for the Alignify platform
- Comprehensive API coverage for all user roles (Admin, Brand, Influencer)
- Production-ready deployment with proper security and monitoring
- Full documentation and development guidelines included
What's Changed
- <feat/authService>: add authService after filter-repo by @khovan123 in #86
- <feat/UI>: create UI for message in mail by @khovan123 in #87
- <fix/UI>: fix can not send email and update UI in email by @khovan123 in #93
- : update deployed file by @khovan123 in #97
- <feat/middleware>: add except paths for authorize, add JWTAuthFilter and SecurityChain to pass public endpoints by @khovan123 in #98
- <feat/middleware>: add except paths for authorize, add JWTAuthFilter and SecurityChain to pass public endpoints by @khovan123 in #100
- : delete build folder by @khovan123 in #101
- <feat/campaign>: create CRUD for campaign by @NgocThien2805 in #94
- : replace some body, param with dto class by @khovan123 in #102
- <fix/request>: set roleId for use by @khovan123 in #103
- <config/mongo>: change type in influencer model by @khovan123 in #104
- <fix/security>: accept login via google api and turn off csrf by @khovan123 in #105
- <fix/security>: store userdetails for verify user by @khovan123 in #106
- <feat/security>: using AuthenticationPrincipal by @khovan123 in #107
- <feat/mapper>: add object mapper for request in RequestBody by @khovan123 in #108
- : add JSONProperty for request-class by @khovan123 in #109
- <feat/contentPosting-comment>: create CRUD for comment by @NgocThien2805 in #99
- : upload jar file by @khovan123 in #110
- <feat/application>: design API for [campaign application] by @khovan123 in #111
- <feat/campaign-tracking>: design API for [campaign tracking] by @khovan123 in #112
- <refactor/structure>: move to correct package by @khovan123 in #113
- : conflict merge by @khovan123 in #114
- : conflict merge by @khovan123 in #115
- : update common endpoints by @khovan123 in #116
- : add jar file by @khovan123 in #117
- : security config -- wrong endpoint by @khovan123 in #118
- <feat/campaign>: update campaign model by @NgocThien2805 in #119
- <chore/attribute>: remove isPublic in campaign by @khovan123 in #120
- <feat/Pre-auth>: add authorities by @khovan123 in #122
- <feat/campaign-tracking>: update model for add content requirement in campainTracking by @khovan123 in #123
- : logic in campaing to tracking by @khovan123 in #124
- <feat/mutipartFile>: upload list part for upload image by @khovan123 in #125
- <feat/chatting>: set up websocket for chatting, add ChatRoom, ChatMessage model and update services related by @nhibao08 in #126
- <fix/request>: change body type in create campaign feature by @khovan123 in #127
- <fix/campaign>: update campaign model and mongo config by @NgocThien2805 in #128
- : config timezone<fix/campaign>: update campaign model and mongo config by @khovan123 in #129
- : release/v1.2 by @khovan123 in #130
- <chore/res>: add more infor to current res in Auth, Chat by @khovan123 in #131
- <feat/chatting>: system message by @khovan123 in #132
- <fix/campaign>: update service by @NgocThien2805 in #133
- : up to date --version by @khovan123 in #134
- <fix/contentPosting>: fix response of ContetnPosting suit with UI by @NgocThien2805 in #135
- : up to date --v1.2.2 by @khovan123 in #136
- : compile file build by @khovan123 in #137
- <fix/campaignPosting>: request part and parse obj in campaign by @khovan123 in #138
- <fix/campaign>: update model and response data by @NgocThien2805 in #139
- <fix/campaign>: config mongoDB by @NgocThien2805 in #140
- <feat/trigger-profile>: auto create profile if not existed by @khovan123 in #141
- <fix/updated>: update find by status in campaign by @khovan123 in #142
- <feat/campaign>: add some condition in update campaign by @khovan123 in #143
- : update applicat...
Contributors
Createdate, khovan123, and 3 other contributors