In the sidebar, load only the necessary scheduleEntries
Open
agents:ignore
Good first issue
type: Frontend
- Dominant language
- PHP
- Stars
- 156
- Forks
- 72
- Avg merge
- 12h 43m
- Merged PRs (30d)
- 203
Description
In this issue, we should fix the TODO in https://github.com/ecamp/ecamp3/blob/633f44b835ac1849ca8d0e1eda30e99772ff4785/frontend/src/components/scheduleEntry/ScheduleEntries.vue#L57
The API now supports to call `day().scheduleEntries()`, so the TODO can be tackled.
Some pointers on how to implement this:
* ScheduleEntries.vue is used in two places.
* Only in one of these places (in the sidebar), we should replace the value of `apiScheduleEntries` with `day().scheduleEntries()`. In the other place, the current implementation is fine.
Contributor guide
Assessment
This issue has not been assessed yet.