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

refactor: Add Details To User Accounts #8

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Conversation

vkhitrin
Copy link
Owner

@vkhitrin vkhitrin commented Oct 25, 2024

Leverage /api/user/profile endpoint to fetch crucial information
regarding the user.
Individual users control if they support sharing bookmarks, we should
this option, and act

Add database migrations that add new

Update accounts, and bookmarks forms to indicate if sharing
bookmarks is possible.

@vkhitrin vkhitrin force-pushed the refactor/user_accounts branch from a7941ce to c77c800 Compare October 25, 2024 18:28
Leverage `/api/user/profile` endpoint to fetch crucial information
regarding the user.
Individual users control if they support sharing bookmarks, we should respect
this option, and act accordingly.

Add database migrations that add new columns.

Update accounts, and bookmarks forms to indicate wether sharing
bookmarks is possible.
@vkhitrin vkhitrin merged commit 80013a2 into main Oct 25, 2024
2 checks passed
@vkhitrin vkhitrin deleted the refactor/user_accounts branch October 25, 2024 18:32
vkhitrin added a commit that referenced this pull request Oct 26, 2024
Leverage `/api/user/profile` endpoint to fetch crucial information
regarding the user.
Individual users control if they support sharing bookmarks, we should respect
this option, and act accordingly.

Add database migrations that add new columns.

Update accounts, and bookmarks forms to indicate wether sharing
bookmarks is possible.
vkhitrin added a commit that referenced this pull request Oct 26, 2024
Leverage `/api/user/profile` endpoint to fetch crucial information
regarding the user.
Individual users control if they support sharing bookmarks, we should respect
this option, and act accordingly.

Add database migrations that add new columns.

Update accounts, and bookmarks forms to indicate wether sharing
bookmarks is possible.
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.

1 participant