Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbdaule5 committed Dec 28, 2023
1 parent 6a0460e commit 2214feb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,22 @@ usage: ./deploy.sh -u <USERNAME> [-r <REPO>] [-d <DOMAIN>] [-h] [-y]
## Course List
I use [ilovepdf](https://www.ilovepdf.com/pdf_to_excel) to convert the course list (pdf) to an Excel file.
Convert the pdf to excel using website like [ilovepdf](https://www.ilovepdf.com/pdf_to_excel)
Verify that the order of the fields in data/generateJson.js and your excel file is same, if not, update either of the file.
Then run a script to convert the Excel file to JSON.
```sh
pnpm generate-data
```

It will try to resolve course slots automatically and give you a list of
courses which needs to be edited manually.

## Features

- [X] Download calendar as an `.ics` file.
- [X] Separate lecture and exam schedules
- [ ] Support mid-sem/end-sem system.
- [ ] View schedule as a table
- [X] Support mid-sem/end-sem system.
- [X] View schedule as a table
- [ ] Store and retrieve your course selection using cookies.
- [ ] Templates based on recommendation made by Institute (First five semester)
- [X] Templates based on recommendation made by Institute (First five semester)

0 comments on commit 2214feb

Please sign in to comment.