[x] should still have a users slice of state. current_user will be known through extracting the currentUserId from the session slice of state and keying into the users. users should store friends' names and other users that are necessary to display group participants, commenters, etc.
users
[x] should still have a
users
slice of state.current_user
will be known through extracting thecurrentUserId
from thesession
slice of state and keying into theusers
.users
should storefriends
' names and otherusers
that are necessary to displaygroup
participants,commenters
, etc.splits
[x] should be under
entities