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.
Yash #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Yash #2
Changes from all commits
33496df3cef5ea0f88e991e7c5013657b8cca8c9a3d22d9d4a00efdbc46ae0824a66c5e40ded6cc31dbbbbd6f4f074839fe9be4c08748e6f0ef1e0037d52d844f74a0File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Student Skill-Swap: Project Documentation Draft
This document outlines the core and extended functionalities of the "Student Skill-Swap" web platform, a college-level application designed to facilitate skill exchange among students without monetary transactions.
1. Introduction
The Student Skill-Swap platform aims to create a vibrant community where students can leverage their diverse talents by offering to teach skills they possess and learning new ones from their peers. This system promotes collaborative learning and resource sharing within the university environment.
2. User Features
This section details the functionalities available to all registered students on the platform.
2.1 Account Management
2.2 Skill Discovery and Interaction
2.3 Session Management
2.4 Feedback and Communication
3. Admin Features
This section outlines the functionalities available to platform administrators.
4. Matching System
The platform will incorporate a matching algorithm to facilitate skill-swap connections.
5. Notifications
The notification system ensures timely updates to users.
6. Time Tracking and Session History
7. Future Feature Ideas
This section provides optional enhancements for future development.
Setup Steps
Clone the repository
git clone https://github.com/pravin-python/Student-Skill-Swap.git cd Student-Skill-SwapCreate and activate virtual environment
Install dependencies
Configure environment variables
.envfile and update with your credentialsUh oh!
There was an error while loading. Please reload this page.