-
Notifications
You must be signed in to change notification settings - Fork 25
Adds discover feature with organizations listing #236
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to implement "Join" & "Request to join" separately?
I think with "You are already a member of this organization." we can have a button "Open"
That was the original plan, but I don't mind to continue working in the branch if you prefer. |
I thought about doing that, but since the organization buttons are so easily accessed I figured the text would be enough, but I'll make this change. |
- Introduced CardComponent for displaying organizations with images and actions. - Added discoverable scope to the Organization model for filtering based on privacy settings.
b33341a
to
ac355da
Compare
assert_includes response.body, organization1.name | ||
assert_includes response.body, organization2.name | ||
assert_not_includes response.body, organization3.name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR implements Step 3 described on issue #226.