Open anand-harsh opened 10 months ago
1) One user can work on only one issue at a time. 2) User can open new issue only after successful merging of previous issue. 3) Issue will be marked as Easy, Medium , Hard
Easy : 1 day Medium : 2-3 day Hard : 4 days
Easy : 1 points Medium: 3 points Hard : 5 points
You can Contribute to " not-assigned " issues after assigning.
1) Get specific course using id, having multiple lectures in a Course. Issue: #40
2) Add Lectures to specific course Issue: #41
3) Make authorisation middleware for admin role Issue: #42
4) Delete a specific lecture from the course Issue: #43
5) Get all users (Admin Controller) Issue: #44
6) Update user roles for any user (Admin Controller) Issue: #45
7) Delete any user (Admin Controller) Issue: #46
8) Delete personal profile / account Issue: #48
9) Add specific Course to personal playlist
10) Add lecture id with lectures while adding to the course
1) One user can work on only one issue at a time. 2) User can open new issue only after successful merging of previous issue. 3) Issue will be marked as Easy, Medium , Hard
Easy : 1 day Medium : 2-3 day Hard : 4 days
Easy : 2 points Medium: 4 points Hard : 8 points
You can Contribute to " not-assigned " issues after assigning.
Welcome to Edumi Open Source Project
Thank you for considering contributing to Edumi! We appreciate your interest in helping us improve our educational platform.
How to Contribute
You can contribute to Edumi in several ways:
Working on Existing Issues:
Requesting Features or Enhancements:
Reporting Bugs:
Contributing Guidelines
Before contributing, please read our Contributing Guidelines to understand the project's standards and processes.
Code Comments
We encourage contributors to add comments to the code they submit. Clear and concise comments help everyone understand the purpose and functionality of the code.
Getting Started
To get started with Edumi development, follow these steps:
git checkout -b feature-name
.git commit -m "Your descriptive commit message"
.git push origin feature-name
.Thank you for contributing to Edumi! We look forward to working with you. ✨✨
Happy coding!