<p></p>
<p><b>@openbrian</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3683#discussion_r973622974">config/routes.rb</a>:</p>
<pre style='color:#555'>> @@ -323,6 +323,11 @@
   # redactions
   resources :redactions
 
+  # microcosms
+  get "/microcosms/of_user/:display_name" => "microcosms#of_user", :as => :microcosms_of_user
</pre>
<p dir="auto">Right, in this stage, there are no members yet.  So the relationship between users and microcosms is that, the user is the owner of the microcosm.  Once we have proper membership, we'll have multiple organizers of a microcosm and general membership in a microcosm.  I feel /user/Joe/microcosms would list both groups organized and groups Joe belongs to.  That's the design pattern I see on other websites out there.  I'm not opposed to creating a separate route for organizers and members.</p>
<p dir="auto">Yeah, I feel this of_user action is in the wrong place. The microcosm links was a clear cut case.  But the users stuff -- as with diary entries, traces, and notes -- is different due to the many-to-many relationships.  The index action for notes, traces, and diary entries takes an optional :display_user. I'll get microcosms working that way.  But in routes.rb, they all do it like this.</p>
<pre class="notranslate"><code class="notranslate">  get "/user/:display_name/notes" => "notes#index", :as => :user_notes
  get "/user/:display_name/traces" => "traces#index"
  get "/user/:display_name/diary" => "diary_entries#index"
</code></pre>
<p dir="auto">Seems like all of these could be nested resources.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3683#discussion_r973622974">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLLWOWA2PH4MWZLPWT3V6YPWZANCNFSM6AAAAAAQJPEGAY">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLICXECXUCML6ZG2YHDV6YPWZA5CNFSM6AAAAAAQJPEGA2WGG33NNVSW45C7OR4XAZNRKB2WY3CSMVYXKZLTORJGK5TJMV32UY3PNVWWK3TUL5UWJTSCH6QXW.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/3683/review/1111466363</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/3683#discussion_r973622974",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/3683#discussion_r973622974",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>