Wouter Verhelst

Results 26 issues of Wouter Verhelst

Currently, adding the schedule is done in custom Perl scripts. While that works to some extent (it doesn't have a way to detect removed talks), it's probably best if we...

enhancement
help wanted

It would be useful if the system allowed an administrator to compose a reply to some reviewer's comments. Right now, that requires to copy/paste the comments into an email, figure...

When sreview works in anonymous reviewing mode, the overview page contains links to videos that are to be reviewed, and reviewers are expected to click on those links and do...

enhancement
TODO

Currently, we deal with restored backups by having a "backup" room to store data in, and transferring a talk from the main room to that backup room. It might make...

Currently, people who are not admin cannot reach the "change my own password" form. This should be fixed.

bug
TODO

Once everything has been converted to SReview::Config, we should add an easy way to configure things. Options are: - Have a separate program to generate/update a configuration file - Add...

enhancement
help wanted
wontfix

The detect_files script currently is expected to run from cron, and will then parse all files that pass the input glob. As more data is being generated, this becomes more...

enhancement
help wanted

Beyond the need to change or reset passwords (in the FOSDEM2017 milestone), we also need to be able to remove users, change their email address, etc.

enhancement

Currently, sreview limits the admin view to a single event, by adding a configuration item. We shouldn't do this, although we might want to allow the admin to select a...

bug
TODO

Currently, dispatch polls the database every 30 seconds. While that works, it has obvious drawbacks. Instead, it should use Mojo::Pg::PubSub to listen for notifications, and the database should send those...

enhancement