Skip to content

Conversation

porter707
Copy link

Hi,

I encountered some issues while trying to use this:

  • The workspaceUsers API call was missing an "s"
  • I have a user with the status NOT_REGISTERED which wasn't in the list of valid user statuses, this also meant that some information was missing for that user so I added some defaults / nulls
  • I also had some issues with getting time entries, in progress tasks didn't have an end time and also I don't use some of the other things like tags so I added defaults for them (I believe this also resolves this: $projectsIds, $tagsIds and $taskId must be nullable in TimeEntryDtoImpl #10)

Copy link
Owner

@jdecool jdecool left a comment

Choose a reason for hiding this comment

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

LGTM

@jdecool jdecool merged commit 9a8abe5 into jdecool:master Nov 23, 2023
@jdecool
Copy link
Owner

jdecool commented Nov 23, 2023

Thanks @porter707

I need to upgrade this library

@porter707 porter707 deleted the not-registered-users branch November 23, 2023 09:55
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.

2 participants