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

PP-747: Make bookmark syncing a purely client-side option #266

Merged
merged 4 commits into from
Nov 28, 2023
Merged

Conversation

io7m
Copy link
Contributor

@io7m io7m commented Nov 21, 2023

What's this do?
This removes all code relating to the server-side bookmarks setting, and moves to having the on/off switch be purely local state.

Why are we doing this? (w/ JIRA link if applicable)
Fix: https://ebce-lyrasis.atlassian.net/browse/PP-747

How should this be tested? / Do these changes have associated tests?
Check that no bookmarks are logged if the switch is off. Check that they are if the switch is on.
Note that this will currently "fail" on real servers (sending bookmarks will probably receive a 403). This depends on a server-side change to work fully.

Dependencies for merging? Releasing to production?
Yes, we can't release this until the server-side work is done.

Have you updated the changelog?
Yes

Has the application documentation been updated for these changes?
Yes

Did someone actually run this code to verify it works?
@io7m Tried it!

@io7m io7m requested a review from a team November 21, 2023 15:16
Copy link
Contributor

@nunommts nunommts left a comment

Choose a reason for hiding this comment

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

Oh, the sweet sound of a lot of code deletion... <3

@io7m
Copy link
Contributor Author

io7m commented Nov 21, 2023

Got to leave this un-merged for now. It'll break things as the server side's not ready.

@io7m
Copy link
Contributor Author

io7m commented Nov 28, 2023

Server side was just deployed.

@io7m io7m merged commit bab18bb into main Nov 28, 2023
1 check passed
@io7m io7m deleted the feature/pp-747 branch November 28, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants