nusmods
nusmods copied to clipboard
Add filter to hide modules with clashing exam time in module finder
Currently the module finder has a filter for no exam date, but wouldn't it be great to also make it hide all exams that clash with the mods you've already picked?
Unfortunately implementing this is a bit tricky - our current filter system is designed using classes, and are initialized statically, while selected mods are stored in Redux, which means the filters need to be created dynamically instead. This has been done for search filters, so it's not impossible - look at the existing search filter code to see how this can be done, and ping me if you have any questions :)
I'd like to work on this!
@phoenix1796 Please go ahead. Instructions for setting up can be found in the README: https://github.com/nusmodifications/nusmods/tree/master/www. You can talk to us on Telegram if you have any problems https://telegram.me/nusmods
@phoenix1796 Hi there, any updates? If you have any difficulties feel free to ask for help here or in Telegram
This issue doesn’t require a lot of experience with Redux, but I would suggest looking at something simpler if you’ve never written JavaScript before.
Can I work on this?
I would like to try working on this please!
Resolved by #2845