Skip to content

Update Code Challenge#12

Draft
ksample89 wants to merge 7 commits intomasterfrom
update-challenge
Draft

Update Code Challenge#12
ksample89 wants to merge 7 commits intomasterfrom
update-challenge

Conversation

@ksample89
Copy link
Copy Markdown

@ksample89 ksample89 commented Mar 25, 2022

  • Update Read Me instructions: use "npm", add more items
  • Update Countries, HomePage, NoPageFound, LoadingIndicator, App: no styled components, arrow function, semantic html
  • Add Countries test
  • Update prettier to match web_app rules
  • in /Homepage delete: /tests, /components, /assets, Logos, Masthead
  • in /Components delete: Link, FormLabel, A, PageWrapper
  • Delete NavBar, ThemeSwitch, LanguageSwitch
  • Delete all test files
  • Fix all linting errors

@ksample89 ksample89 marked this pull request as draft March 25, 2022 16:21
commented code
Comment thread src/app/containers/Countries/saga.ts Outdated
}
} catch (err) {
yield put(actions.fetchCountriesError(err.toString()));
} catch (err: any) {
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

not sure what type this should be

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

love it

Comment thread README.md
8. Add an error view in case the data fetching has a problem.

This added container should function roughly like the existing `Countries` container. In the interview, we'll discuss this app, ways to improve it, architectural concepts, best practices and what ideas you think are important in making a strong, reliable and easy to use app. No newline at end of file
9. Style the page with tailwind.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

will probably need to leave this off until we add in Tailwind

inlined mock dispatch
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