Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete own tickets #64

Closed
TimonPllkrn opened this issue Sep 21, 2021 · 0 comments · Fixed by #34
Closed

Delete own tickets #64

TimonPllkrn opened this issue Sep 21, 2021 · 0 comments · Fixed by #34
Assignees
Labels
enhancement New feature or request web-gui

Comments

@TimonPllkrn
Copy link

TimonPllkrn commented Sep 21, 2021

Everybody should have the possibility to delete his own tickets. For example, if a question of a student has been already resolved.

@mxsph mxsph added enhancement New feature or request web-gui labels Sep 21, 2021
snicki13 added a commit that referenced this issue Sep 22, 2021
@snicki13 snicki13 self-assigned this Sep 22, 2021
@mxsph mxsph closed this as completed in #34 Sep 28, 2021
mxsph added a commit that referenced this issue Sep 28, 2021
* Send and react to "LEAVE_CONFERENCE" Messages.

* Detect closed ConferenceWindow and delete conference after 60s if still empty.

* Remove SetOnce property.

* Remove SetOnce property.

* Time conference deletion in backend.
Delete 20s after the last user left, if the conference is still empty.
Closes #7

* Global error handling in web-ui

* Send and react to "LEAVE_CONFERENCE" Messages.

* Detect closed ConferenceWindow and delete conference after 60s if still empty.

* Remove SetOnce property.

Remove SetOnce property.

* Time conference deletion in backend.
Delete 20s after the last user left, if the conference is still empty.
Closes #7

* Global error handling in web-ui

* Handle multiple conferences in client. #46

* Debug configuration uses localhost:4200 as address.

* Basic display of conferences. TODO: Styling.

* Backend stores multiple conferences per User

* Fixed conference references

* Only take first conference info and check only if its not empty. This assures, that the inviting user has joined a conference before sending the invitation. Fixes #37, #27.

* Only list users in classroom when socket connection is established.

* Change logging levels. Move messages from debug -> trace.

* Fixed problem with exception when calling "last()" on empty Flux.

* Refactoring + Send event when conference is closed.

* Remove priority from create-ticket form.

* Use NotificationService instead of Snackbar.

* Fix typo in component name

* Create conferences via dialog to set name.
Conferences for tickets are created with ticket name.
Fixed ClassroomInfo propagation.

Part of #62, #46.
Step towards #16.

* Refactor classroom-component

* move sorting function

* Fixes #64

* Example env-file.

* Conference + ConferenceInfo hold attendees.

* Ktlint introduction.

* User visibility changeable.
Conference attendence per user is calculated in client to reduce network messages and enable future adjustment via BBB API. #56

* fixed invitation problem.

* tutor PW in Create XML

* Choose which conference to invite to.

* sort users #2

* remove debug log

* [web-gui][UserDisplay] fix linting error

Co-authored-by: Max Stephan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web-gui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants