chillzone icon indicating copy to clipboard operation
chillzone copied to clipboard

Find a place to chill during class hours in IIT KGP

Results 8 chillzone issues
Sort by recently updated
recently updated
newest added

Is it possible to make a github actions workflow that updates the data each semester? If not, we could make a workflow that, given the timetable link, generates all data...

Currently we need to manually deploy frontend by creating a build in local and running `pnpm run deploy`. Automate this process such that the deployment is always from the most...

help wanted
Important
javascript

typescript added, updated packages, improved directory structure, and converted all class-based components to functional components Completes task 1, 2 and 3 of issue #28

# Description added Learn More component to clarify The empty classes listed below might not be accurate in real life. Fixes #47 ## Type of change ![Screenshot (32)](https://github.com/metakgp/chillzone/assets/94161758/aa6c71d6-0920-4504-b6d5-e8591d4ee8ef) ![Screenshot (33)](https://github.com/metakgp/chillzone/assets/94161758/a25b21a6-ca31-4f3e-9e19-1daf25ada012)...

Changes to be made: - [x] Move frontend to main repo (#27 ) - [x] Rewrite first year scraper (#38 ) - [x] Make the directory structure cleaner (#38 )...

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies
javascript

The PDF library used to read timetables, [camelot-py](https://pypi.org/project/camelot-py), only supports Python versions 3.6, 3.7, and 3.8. Support for Python 3.10+ would be mandatory in a year since 3.8 will stop...

Currently, subjects are represented as `[]string`s instead of a `struct` which has [these keys][1]. Doing this will allow us to eliminate the [`change_map_structure`][2] step from the process. The conversion from...

good first issue
Hacktoberfest