-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat: Public org profile page #2172
Open
SuaYoo
wants to merge
29
commits into
public-collections-feature
Choose a base branch
from
issue-2158-public-org-backend--frontend
base: public-collections-feature
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: Public org profile page #2172
SuaYoo
wants to merge
29
commits into
public-collections-feature
from
issue-2158-public-org-backend--frontend
+981
−178
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Base automatically changed from
issue-2158-public-org-backend
to
public-collections-feature
November 22, 2024 16:47
SuaYoo
force-pushed
the
issue-2158-public-org-backend--frontend
branch
from
November 25, 2024 17:42
967da1a
to
1a583d3
Compare
SuaYoo
changed the title
wip: Public org collections page
feat: Public org profile page
Nov 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #2156
Follows #2174 (must be deployed to dev for manual testing steps)
Changes
/orgs/<org slug>
Manual testing
/orgs/<your org slug>
. Verify generic "not found" message is shown/orgs/<your org slug>
. Verify page is still visible/orgs/<your org slug>/profile-preview
. Verify you're redirected to log in pageScreenshots
Org Settings
Org Profile (private preview)
Org Profile (public)
Sign In
Generic 404
Docs: User Guide > Org Settings > Change Org Settings
Follow-ups
This change doesn't include actual public collections yet, which will be addressed with #2182