Skip to content

Conversation

@harminius
Copy link
Contributor

@harminius harminius commented Jan 9, 2026

Resolves https://github.com/MerginMaps/server-private/issues/3077

Adds +

  • last_signed_in information for all collaborators in API

Updates

  • collaborators tab - decrease number of columns and put all user name info together
image

workspace_role: str
project_role: Optional[ProjectRole]
type: str
last_signed_in: str
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want this optional?


<div class="flex flex-column justify-content-between">
<p class="title-t4 overflow-wrap-anywhere">
{{ fullName ? `${fullName} (${username})` : username }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am bit confused - is fullname optinal or always set with username as fallback (from api response)?

@varmar05
Copy link
Collaborator

@harminius can you check tests? I thought we already fixed gevent timeout issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants