-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Feature]: Public org collections page #1051
Labels
back end
Requires back end dev work
feature design
This issue tracks smaller sub issues that compose a feature
front end
Requires front end dev work
Milestone
Comments
tw4l
added
the
feature design
This issue tracks smaller sub issues that compose a feature
label
Aug 4, 2023
SuaYoo
changed the title
Implement public page listing public collections
[Feature]: Public collection improvements
Nov 4, 2024
@tw4l We'll also need an endpoint for retrieving public collections for an org by slug without revealing the existence of the org. The response will need to include the list of public collections and the org name. Updated the task list! |
SuaYoo
changed the title
[Feature]: Public collection improvements
[Feature]: Public org collections page
Nov 25, 2024
@Shrinks99 @ikreymer do we want to support a public org description field in this iteration? |
I would like to, ideally a character limited one. |
tw4l
added a commit
that referenced
this issue
Nov 27, 2024
Fixes #1051 If org with provided slug doesn't exist or no public collections exist for that org, return same 404 response with a detail of "public_profile_not_found" to prevent people from using public endpoint to determine whether an org exists. Endpoint is `GET /api/public-collections/<org-slug>` (no auth needed) to avoid collisions with existing org and collection endpoints.
SuaYoo
pushed a commit
that referenced
this issue
Nov 27, 2024
Fixes #1051 If org with provided slug doesn't exist or no public collections exist for that org, return same 404 response with a detail of "public_profile_not_found" to prevent people from using public endpoint to determine whether an org exists. Endpoint is `GET /api/public-collections/<org-slug>` (no auth needed) to avoid collisions with existing org and collection endpoints.
tw4l
added a commit
that referenced
this issue
Nov 27, 2024
Fixes #1051 If org with provided slug doesn't exist or no public collections exist for that org, return same 404 response with a detail of "public_profile_not_found" to prevent people from using public endpoint to determine whether an org exists. Endpoint is `GET /api/public-collections/<org-slug>` (no auth needed) to avoid collisions with existing org and collection endpoints.
SuaYoo
pushed a commit
that referenced
this issue
Nov 28, 2024
Fixes #1051 If org with provided slug doesn't exist or no public collections exist for that org, return same 404 response with a detail of "public_profile_not_found" to prevent people from using public endpoint to determine whether an org exists. Endpoint is `GET /api/public-collections/<org-slug>` (no auth needed) to avoid collisions with existing org and collection endpoints.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
back end
Requires back end dev work
feature design
This issue tracks smaller sub issues that compose a feature
front end
Requires front end dev work
Context
Now that we have public collections, users may want to direct people to a listing of the public collections that are available to view. This could include the name, description, and a link to each, and would help discoverability of the collections that have been made public, which are otherwise only discoverable if you already have the URL.
Requirements
private
orunlisted
Tasks
The text was updated successfully, but these errors were encountered: