Nicola

Results 5 issues of Nicola

By default, the `MaterialList` endpoint should return the entries sorted based on their first occurrence in the Picasso. Which in technical terms is the first `ScheduleEntry` of the `Activity` of...

type: API
External feedback
Ready for implementation

fixes #3893 I managed to fix the 'dont-autofocus-on-blur-if-autofocus'-issue with a custom VeeValidate interactionmode: [Code here](frontend/src/helpers/veeValidateCustomInteractionMode.js) https://github.com/ecamp/ecamp3/assets/57986114/6469be7c-cf50-498a-8ed6-21ccd3136a1c i changed inputmode namings based on the [HTML specs](https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode) they now match the VeeValidate...

Currently, a lot of text fields are disabled when the logged-in user does not have write permission for the field. This looks like this: ![current-image](https://user-images.githubusercontent.com/3001985/270313052-01907f92-4da2-420a-8e46-7a3ae7a3b544.png) The current implementation results in...

type: Frontend
UX/UI
External feedback
Ready for implementation

When opening the Material list on the` /camps/${id}/${name}/material/all` route there is one network request per `MaterialNode`: ![materialnodes](https://github.com/ecamp/ecamp3/assets/57986114/e7aa84d2-60a2-427c-9d84-49663bb7a427) Load them (red marked / `MaterialNode`) in one Network request (or as few...

Performance
Ready for implementation