You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better: make some encouraging/instructional phrase load like "No chats yet. Organize your first chat today! Get a conversation started in slack and then invite people with the /penny chat slack command."
Redirect when a user ID is entered that does not exist
The text was updated successfully, but these errors were encountered:
@JnBrymn If you want to work on your frontend chops at all, you could take this one. The reason it is happening is that we don't ever fetch the user, we just fetch their chats. If they don't have any chats, all that is returned is an empty list, so there is no information about the user. We should change the page to fetch the user (if they are not already in the store) so that we have their name. We may need this later to fetch interests as well!
Let me know if you want to pick this up and chat more about it.
The profiles is at https://www.pennyuniversity.org/profile//
List of users that have chats. These all load correctly.
List of users that don't have chats. These all load incorrectly.
TODO
/penny chat
slack command."The text was updated successfully, but these errors were encountered: