Thomas Debay

Results 19 issues of Thomas Debay

Instead of loading events for fixed dates (currently -15 / +15 days before and after the current date), calendars should be able to load events dynamically (week per week) as...

good-first-issue
up-for-grabs

- [ ] Course approval rate: based on students results, compute the % of passing students. - [ ] Compute the retention rate per teacher / per course

enhancement
good-first-issue
up-for-grabs

Also, the application crashed when no periods exist

bug

Things have already been improved a lot thanks to previous PRs, but it can still be better. Instead of showing this: `Mon 9:00 - 5:00 | Tue 9:00 - 5:00...

enhancement
good-first-issue
up-for-grabs

Throughout the application, Vue components are making AJAX requests to create, edit or delete entries. However, full reactivity is not yet achieved since a full page reload is performed after...

enhancement
good-first-issue
up-for-grabs

Filament could be a free, more modern alternative to Backpack. It could be interesting to experiment and check its potential and limitations, as well as the effort required to convert...

COULD
up-for-grabs

This PR adds the ability to create metrics of type `counter` (see https://prometheus.io/docs/concepts/metric_types/#counter) To use it, create the counter with ```php $counter = Prometheus::addCounter('my counter'); ``` optionally define an initial...

Hello, I have repeated errors when I work with existing content (created in the H5P editor for Wordpress). I initially imported my h5p files using the `upload()` method from the...

This pull request includes the changes for upgrading to Laravel 10.x. Feel free to commit any additional changes to the `shift-127813` branch. **Before merging**, you need to: - Checkout the...