-
Notifications
You must be signed in to change notification settings - Fork 156
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
Migrate the recommender event notifier from vue to svelte #3623
Comments
reckart
added a commit
that referenced
this issue
Dec 9, 2022
- Migrate the JS code from vue to svelte - Add access control layer to the websocket endpoint for recommender events including unit test - Make recommender notifications less frequent and more convenient for the end user - Exclude recommender notification events from the event log (and a few other low-utility events) - Rebuild package-lock.json - Try improving destruction of svelte components when they are redrawn by wicket - Self-destroy recommender notification svelte and annottion sidebar svelte component if they get a message and discover they are no longer visible anyway - this should avoid redundant subscriptions on the server side and the server sending too much data
reckart
added a commit
that referenced
this issue
Dec 10, 2022
…ate-the-recommender-event-notifier-from-vue-to-svelte #3623 - Migrate the recommender event notifier from vue to svelte
reckart
added a commit
that referenced
this issue
Dec 11, 2022
* main: #3625 - Remove DiamDebugEditor #3625 - Remove DiamDebugEditor #3625 - Remove DiamDebugEditor #3625 - Remove DiamDebugEditor #3623 - Migrate the recommender event notifier from vue to svelte #3623 - Migrate the recommender event notifier from vue to svelte #3623 - Migrate the recommender event notifier from vue to svelte #3623 - Migrate the recommender event notifier from vue to svelte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the refactoring action
Migrate the recommender event notifier from vue to svelte.
Expected benefit
Remove vue from the codebase. It has a much too large dependency footprint.
The text was updated successfully, but these errors were encountered: