We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The option to switch between programs.
minVersion
As of now, plan sync only takes care of BTech CSE program, which could be expanded to hold multiple other programs such as EEE, Civil etc.
Expand current functionality and prepare for a college wide use
New key can be added into sem (for program, such as ece, eee.) which would further contain individual sections.
File structure would also change as per.
. └── kiit.ac.in/ ├── res/ │ ├── cse/ │ │ ├── 2024/ │ │ │ ├── assets (PDFs etc.) │ │ │ ├── a1.json (sections) │ │ │ ├── a2.json │ │ │ ├── ... │ │ │ ├── electives.json │ │ │ └── sections.json │ │ ├── 2023/ │ │ │ └── ... │ │ └── notice.json │ ├── eee/ │ │ └── ... │ └── ece/ │ └── ... ├── notice.json └── branch.json
This would be a breaking change and utmost care should be taken while deploying.
Full college integration, expands student base.
NA
The text was updated successfully, but these errors were encountered:
This also moves electives.json and sections.json into branch/$year directory to avoid long branched JSON
electives.json
sections.json
$year
Sorry, something went wrong.
opxdelwin
No branches or pull requests
Feature Request
The option to switch between programs.
PRE-REQUISITE
minVersion
into required schedules, so that above screen can be shown without breaking.Description
As of now, plan sync only takes care of BTech CSE program, which could be expanded to hold multiple other programs such as EEE, Civil etc.
Use Case
Expand current functionality and prepare for a college wide use
Proposed Solution
New key can be added into sem (for program, such as ece, eee.) which would further contain individual sections.
File structure would also change as per.
This would be a breaking change and utmost care should be taken while deploying.
Benefits
Full college integration, expands student base.
Additional Context
NA
Related Issues
NA
Contributor Guidance
NA
The text was updated successfully, but these errors were encountered: