ApplaudSolutions / Applaud-Workato-Connector

Code pertaining to the Applaud Workato Connector
0 stars 0 forks source link

Data pill should expose Last Login Attempt from User-details meta data #47

Open kushalapplaud opened 2 years ago

kushalapplaud commented 2 years ago

Summary

  1. As a configurator
  2. I want to use the Last Login Attempt
  3. so that I can set validations based on last login

Acceptance Criteria

  1. Last Login Attempt should be accessible in data pills for user search

Wireframes and mockups

[Title of wireframe/mockup 1]

[Image of wireframe/mockup 1]

[Title of wireframe/mockup 2]

[Image of wireframe/mockup 2]

Notes

Developer Testing

Requestor: leave this section blank Developer: complete this section during commit/pull request

Positive testing:

Add all the things that you have checked whilst completing this story here, it should be written in a non-technical way, and a lot of this can probably be taken from the acceptance criteria, here are two different examples:

Negative testing:

Here you list the things you have checked where your code needs to show an error, handle unusual/bad input/config gracefully, or may impact separate features that use or depend on the same code. Pause and think -- they may not be obvious! Examples:

e2e test links and description:

kushalapplaud commented 2 years ago

@ssarap Please check and see if cloud enhancement is required for this or this can be handled in SDK itself.

duncancasemore commented 2 years ago

@kushalapplaud this sounds like an interesting requirement. Can you provide more background about this? What do you intend to do with last login attempt if it was available?

kushalapplaud commented 2 years ago

@duncancasemore This will help in multiple cases which client has been asking for. For eg:- coinbase has a case where they need to understand if employee has actually joined on their first day or not so this field will give us a lot of info to further validate the requirement. Without this field being exposed thses sort of requirements become impossible to deal in workato as well.

duncancasemore commented 2 years ago

@kushalapplaud okay, so they basically want to know if a user has signed into Applaud or not? There's also a user history model (it has things like account verified, password reset, etc) - could that be an option to get this? I think it may have events that would reveal this although not sure if the APIs are available to API keys or not.

duncancasemore commented 2 years ago

@kushalapplaud and speaking to Olivia I was under the impression they know when employees have started or not based on whether they attend their 'IT onboarding' session. Can that no longer be used?

ssarap commented 2 years ago

As Coinbase is not using Workato we can explore option of cloud API.

kushalapplaud commented 2 years ago

@kushalapplaud and speaking to Olivia I was under the impression they know when employees have started or not based on whether they attend their 'IT onboarding' session. Can that no longer be used?

Yes, they are exploring that option through Okta. Actually KCH also had a similar requirement which might come in phase 2 or after go live. There is no urgency for this git right now but these requirements will be coming in future where last login attempt will come in handy.