-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Srikant Sahoo edited this page Dec 13, 2020
·
2 revisions
Protime is going to be the app that all KIITians will need to effectively and efficiently manage their academics.
- γ½ Your marks Predictor & Planner
- π Your attendance tracker
- π’ All Campus societies list and their details
- π©π»βπ« Details of all faculties and their contact details
- πΈ Easily access your SAP portal
- π Access the full course syllabus inside the app
- π Access to all your Google Classrooms and your Google Calendar for your college TimeTable
- π Notes saving & sharing among your classmates
All these features with the best possible UI.
- Kotlin Multiplatform
- Firebase
- SQL
- Python & Golang(for building API & scraping)
- 𧩠Networking with seniors and your classmates/faculties directly through the app.
- π± Support for iOS
- Android Studio | Download
- VSCode | Download
- Git | Download
- Figma | Web preferred
- Github Desktop(optional) | Download
- Step 1: Fork the repository to your account.
- Step 2: Create a new branch in your repo.
-
Step 3: clone your repository through the
command line
orGithub Desktop
. Make sure you have the required softwares. - Step 4: run commands
git log
git branch
.
// other commands to be written as per the requirements
// Do all your changes
.
- Step 5: after doing all your changes run these commands one by one.
cd to_your_root_folder
git status
git add *
git commit -s -m ":an emoji: Your commit message"
git push
-
Step 6: Open
Github Desktop
to see all your changes and if you are satisfied the create aPull Request
to the main/master branch of Protime. - Step 7: Give a proper message of what changed. Add the required labels and issues, and tag the reviewers and submit it for review.
- Step 8: Update both the Kanban boards
- Minor Project Tracker 6th semester
- Timeline 6th-semester minor project in the projects tab,
- As well as any issues associated with your change.