- ID
- 1729e946-59ac-4674-acbc-a8645174f43f
2020-08-14 - Friday
DONE [[id:a3680722-1b9f-40b3-9b45-f878ebb21144][August Gratitude Practice]]
CLOSED: SCHEDULED:
- Note taken on
@MyroslavHnatovskyy your patience as a QA engineer is unrivaled, sir. Thank you for being thorough and understanding while I "engineer the shit" out of these user stories π
DONE Fix max_users check for HRIS and SCIM [[id:9ff3f623-2319-4616-8a8c-cc30b8309445][ENG-11770]]
CLOSED: SCHEDULED:
DONE Fix issue with non-logged in user on [[id:bcd3f1f5-b461-4e50-9766-fd995527eeab][ENG-6418]]
CLOSED:
DONE Append VPC to email for non-production envs on [[id:bcd3f1f5-b461-4e50-9766-fd995527eeab][ENG-6418]]
CLOSED:
DONE Finish draft of culture survey
CLOSED: SCHEDULED:
https://docs.google.com/forms/d/1-xzd8KvFKAj5_hEgfOc3Q-LG_w9lCseTt7vvbfd5k-Q/edit
DONE [[id:e70ae393-e2c2-4e44-bbd8-bfd410a2c610][Friday Boost]]
CLOSED: SCHEDULED:
DONE Lunch and beach day!
CLOSED: SCHEDULED:
DONE Research [[id:6025b47c-a9d7-4b7f-bd3e-c58552e32071][ENG-11283 - BambooHR is not syncing with existing profile even if the emails are the same]]
CLOSED: SCHEDULED:
- Note taken on
https://github.com/15five/fifteen5/blob/dev/ff/mods/hris/bamboo_hr/data_import/users.py#L594
We get a list of folks who have BambooHR IDs already and consider them existing any other users should be created but it's possible a user with this email address already exists, but does not have a BambooHR ID so we should probably check for users that share email addresses with users in the import but do not have BambooHR IDs basically, any user without a BambooHR ID in a company with BambooHR ID enabled should be checked to see if their email is in the import. If so, we want to create a bambooHR ID for them and hook them together