Feature/enhanced collaboration workflow#78
Merged
Roshan1299 merged 18 commits intomainfrom Mar 21, 2026
Merged
Conversation
- Wire back button in IndividualChatFragment to navigateUp()
- Fix sent message bubble color (was light blue causing white text invisible)
- Add timestamps to message bubbles
- Fix conversation list timestamp alignment and unread badge position
- Add empty state to chat list
- Fix message input text visibility
- Replace oversized FAB with compact send button
- Add ADB reverse note to SETUP.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…g collaboration applications Signed-off-by: Roshan1299 <banisettirosh@gmail.com>
…g collaboration applications
Signed-off-by: Roshan1299 <banisettirosh@gmail.com>
…base in CI Signed-off-by: Roshan1299 <banisettirosh@gmail.com>
Closed
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Pull Request Description
What does this PR do?
Implements the Enhanced Collaboration Workflow — users can apply to collaboration posts by swiping right, project owners can manage applicants via a dashboard, and accepted applicants automatically get a chat created with a welcome message. Also fixes chat UI bugs and unifies the side navigation drawer across tabs.
Related Issues
📱 Platform(s) Affected
🧪 Type of Changes
📝 Detailed Changes
Key Changes Made:
Technical Details:
CollabApplicationJPA entity with unique constraint on (post, applicant).CollabApplicationServicehandles business logic. 5 new REST endpoints onCollabPostController.🧪 Testing
How Has This Been Tested?
Test Configuration:
Test Cases Covered:
📷 Screenshots/Videos
Before:
N/A — new feature
After:
📊 Performance Impact
🔐 Security Considerations
📋 Migration Notes
✅ Checklist
Code Quality
Testing
Documentation
Dependencies
🔗 Additional Notes
The
adb reverse tcp:8080 tcp:8080command must be re-run each time the physical device is reconnected. This is documented indocs/SETUP.md.📞 Reviewer Instructions
CollabApplicationService.kt— handles accept/decline logic and auto-chat creationCollabCardStackManager.ktfor swipe-right apply flowFor Maintainers: