@@ -12,24 +12,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- A graph which details the breakdown of requests over time was added to the lab statistics page. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
- Enqueueing for a slot can now be restricted after a slot starts. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
- Allow feedback to be flagged as inappropriate
- Greet users with our code of conduct once every academic year. [@cedricwilleken](https://gitlab.ewi.tudelft.nl/cedricwilleken)
- Allow feedback to be flagged as inappropriate. [@cedricwilleken](https://gitlab.ewi.tudelft.nl/cedricwilleken)
- Allow users to report unnapropariate behavior. [@cedricwilleken](https://gitlab.ewi.tudelft.nl/cedricwilleken)
- A revoke button on the request info page which allows course staff to revoke requests. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
### Changed
- Feedback with deleted requests can now be seen by TAs. Course managers can not see this.
- Deleted feedback can now be seen by admins.
### Fixed
- Deleted information now does not stop certain pages from rendering. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
- Claim request button now can't be seen when the request is already claimed. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
- Assistant stats on edition status page no longer stops working if there are deleted requests. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
- CTRL + click on a request in the lab view now opens the request in a new tab. [@mmadara](https://gitlab.ewi.tudelft.nl/mmadara)
- Assistant stats on edition status page no longer stops working if there are deleted requests. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
## [2.3.2]
### Added
- A requests-over-time graph has been added to the session statistics page. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
- Enqueueing for a slot can now be restricted, such that students cannot enqueue after a time slot has started. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
- Given feedback can now be flagged as inappropriate. This will remove the feedback item from your feedback page and submit it to be reviewed. @cedricwilleken
- Greet users with our code of conduct once every academic year. [@cedricwilleken](https://gitlab.ewi.tudelft.nl/cedricwilleken)
- Course staff can now revoke requests. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
### Changed
- Deleting a session no longer deletes the feedback in that session.
- Slotted sessions no longer have any restrictions on the exact distribution of their time slots.
This means that slotted sessions can now span multiple days, can have breaks with no slots in between blocks of slots, and can have overlapping slots.
### Fixed
- Deleted information would stop certain pages from rendering. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
- The claim request button would appear when a request was already claimed. [@hpage](https://gitlab.ewi.tudelft.nl/hpage)
- CTRL + click on a request in the session view did not work. [@mmadara](https://gitlab.ewi.tudelft.nl/mmadara)