Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature-1884/update-onboardsurvey-complete-table #1946

Draft
wants to merge 1 commit into
base: onboard
Choose a base branch
from

Conversation

danie1r
Copy link
Contributor

@danie1r danie1r commented Aug 19, 2022

Trying to retrieve "stepComplete" variable from BackgroundInformation in check-ins table from onboard app.


const postJobHistory = (jobHistoryData, accessToken) => {
return async (dispatch, getState)=>{

Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like this is an empty method call.


export const updateBackgroundInformation = async (cookie) => {
return resolve({
url:backgroundInformationUrl,
Copy link
Contributor

Choose a reason for hiding this comment

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

If you merge the changes from develop in, I believe you will see that there is now a required field, 'emailAddress' which should also be sent through to the backend to retrieve data. However, it looks like the only available way currently in the background information controller to get info is by Id. This will need to change.

@mkimberlin mkimberlin marked this pull request as draft August 30, 2022 20:14
@mkimberlin
Copy link
Member

Needs some work, per Syd.

@mkimberlin mkimberlin changed the base branch from develop to onboard June 18, 2024 19:05
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.

None yet

3 participants