Skip to content

Conversation

Plebysnacc
Copy link
Collaborator

Closes #218

@Plebysnacc Plebysnacc requested a review from dheidemann August 24, 2025 22:32
@Plebysnacc Plebysnacc added enhancement New feature or request frontend labels Aug 24, 2025
@Plebysnacc Plebysnacc marked this pull request as ready for review August 24, 2025 22:32
@Plebysnacc Plebysnacc marked this pull request as draft August 24, 2025 22:38
@Plebysnacc Plebysnacc marked this pull request as ready for review August 24, 2025 22:46
@Plebysnacc Plebysnacc linked an issue Aug 25, 2025 that may be closed by this pull request
@Plebysnacc Plebysnacc requested review from calvalre and removed request for dheidemann September 8, 2025 19:04
Copy link
Member

@calvalre calvalre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall i really really like it! just some tiny things and some questions

return (
<>
<TutorialPage id={extractId(tutorial) ?? 0} />
<TutorialPage eventID={extractId(tutorial) ?? 0} onlyCurrentUser/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm not quite sure i get the point behind the onlyCurrentUser? (which somehow also doesn't appear in my code locally which is kinda weird)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems to work as intended without the onlyCurrentUser thing and break if it's in there but i'm not quite sure

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you leave it out, all users can see all tutorials. I'll look into why it does not fetch correctly

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i feel like it would be beneficial to see what tutor is assigned for which tutorial too (and maybe be able to remove the tutor? tho i dunno if we wanna have that feature)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i really like the functionality of being able to customize which columns are being shown, however if there is nothing selected you are still able to search and delete students, which shouldn't be possible imo. maybe make it s.t. one column always has to be selected? or remove the delete feature if no column is selected? dunno
screenshot-20250909-230036

</section>

<ConfirmationDialog
description={`Dies wird ${dialogState.currentUser.fn} ${dialogState.currentUser.sn} aus dem Tutorium entfernen`}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe also include which event the tutorial belongs to? just to have the important info there again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: See list of attendees of tutorial as admin Page: My Tutorials for specific umbrellas
2 participants