Harsh Kapadia

Results 90 comments of Harsh Kapadia

Hey @shefali12-ab, this project is not under active maintenance anymore. Sorry about that! This is a documentation addition issue and if you're interested in that, then I would recommend contributing...

- Get attendance as per entered date range. - Three options: - Get only as per attendance criteria (No date range provided, so default range: From beginning of sem to...

Handle edge case - One subject having multiple teachers: In those teacher's class' `calculate attendance` page, add an option to: - Calculate their own lecture's attendance. - Calculate a combined...

- It is sorting on the basis of the first digit of the roll number, which it should not be doing. - Eg: 8 & 12, so it should be...

- Get all students and add tick or cross against students who meet and don't meet criteria respectively.

- Highlighting row with different colours is also an idea.

- [ ] [Multi Pack Index (MIDX) files](https://www.git-scm.com/docs/multi-pack-index)

- [ ] [git rebase](https://www.atlassian.com/git/tutorials/rewriting-history/git-rebase) - [ ] [Short guide](https://medium.com/@slamflipstrom/a-beginners-guide-to-squashing-commits-with-git-rebase-8185cf6e62ec) - [ ] Add `git pull --rebase` to `git pull` and reference it in `git rebase`. ([Optional reference](https://stackoverflow.com/questions/2472254/when-should-i-use-git-pull-rebase)) - [...

Add all info from the following articles: - [ ] https://medium.com/mindorks/what-is-git-commit-push-pull-log-aliases-fetch-config-clone-56bc52a3601c - [ ] https://dev.to/lydiahallie/cs-visualized-useful-git-commands-37p1

Under the `git` command in this section, add: - [ ] `git version` - [ ] [Git update command](https://stackoverflow.com/a/55180131/11958552)