Community-Website
Community-Website copied to clipboard
Official Website of HITK Tech Community 👩🏻💻👨🏻💻
### Task Check out the [`backend-setup`](https://github.com/HITK-TECH-Community/Community-Website/tree/backend-setup) branch, go through the codebase. Play around the codebase. Try to find bugs in the codebase. ### How to report a bug Once you...
Update existing broadcast. Authenticated API Requires API Testing. Refer #81 For API Testing resources. This depends on #494 (Can be taken up once dependant issues are completed)
Deliverables- - Pick one API folder from backend and write all the tests related to the same. List of Folders - 1. [Contact-Us](https://github.com/HITK-TECH-Community/Community-Website/tree/main/backend/app/routes/contactUs) => @SadanandMiskin 2. [Join-Us](https://github.com/HITK-TECH-Community/Community-Website/tree/main/backend/app/routes/joinUs) => 3. [FAQ](https://github.com/HITK-TECH-Community/Community-Website/tree/main/backend/app/routes/faq)...
**Is your feature request related to a problem? Please describe.** Inorder to reduce the initial loading time of website, lazy loading can be implemented. **Describe the solution you'd like** Render...
**Describe the bug** Carousal in mobile view is creating some extra space in the right side **To Reproduce** Steps to reproduce the behavior: 1. Go to the website in mobile...
Create a route to delete an admin. This can be performed only if the request is made by a SuperAdmin. Refer to existing route for help API testing is required....
## Issue that this pull request solves Closes: #640 ## Proposed changes Added some extra fields in add broadcast form ### Brief description of what is fixed or changed Added...
**Description-** The Image loading on the website takes a lot of time which makes the website slower and look bad. **Requirement-** - [ ] Come up with the the solution...
### Description API Testing for the admin route using Postman. There should be one collection for login containing multiple requests covering all the major tests for admin login route. Examples:...
## Issue that this pull request solves Closes: # (issue number) #543 ## Proposed changes ### Brief description of what is fixed or changed I made the respective changes to...