Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Started working on attendance mode. Really wanted to use Stimulus, so added it, including typescript. Then while developing I got really frustrated by the constant rebuilding of the dev container to see changes, so changed it, so now the host system is mounted in the docker container. This means changes will take effect immediately, without doing anything. It made the development experience a lot nicer.
The feature I added was the attendance mode. In the admin-overview of an activity at a signup-list, there is now a button 30 minutes before to 30 minutes after the activity that allows the user to go into signup mode.
Here they can search for participants that have not been marked present yet and mark them present. This will be send to the server. The server will respond with information to sync the list in the client. Since I did most of it in the frontend with Stimulus, the UI is really responsive.
All of this happened kind of at the same time, this is the reason it is combined in one pull request. Separating it would take an immense amount of time.
Related issues/external references
Fixes issue GH-1921
Fixes GH-NNN.
Types of changes