codecheckers / codecheck

R package assistant for conducting a CODECHECK
MIT License
10 stars 3 forks source link

Add feature to filter register by venue #40

Closed angelina-momin closed 4 months ago

angelina-momin commented 5 months ago

Resolves issue #46

Related to changes in register: https://github.com/codecheckers/register/pull/64

This PR has a lot of major changes. Ideally I would have liked fewer changes but I needed to refactor, rewrite a significant amount of code for this new feature. As a result I think the following PR's will be shorter as less will need to be refactored to put in changes.

The following changes were made:

angelina-momin commented 5 months ago

Still need to fix issue regarding hrefs in the margin of the sorted registers' html files

nuest commented 4 months ago

@angelina-momin Good job!