-
Notifications
You must be signed in to change notification settings - Fork 69
Home
Song Zheng edited this page Apr 28, 2020
·
26 revisions
Welcome to the c0d3.com wiki!
(F) stands for features
-
- Codebase Setup:
- UI: Bootstrap integration with SCSS
- Husky and jest testing
- (F) Pixel Perfect Landing Page
- (F) Apollo Client setup
- (F) Apollo Server setup with NextJS
- (F) Graphql signup resolver with mattermost Chat integration.
- (F) Graphql login resolver
- Codebase Setup:
-
- Fixed:
- Healed the repository by adding server tests to bring code coverage back to 100%.
- Add Coverage Threshold, package scripts, update ReadMe
- Bug fixes: Submission count,
- (F) Curriculum Page with different lesson states with data.
- (F) Built pixel perfect Curriculum Page and update repository with correct links to different pages
- (F) Implement login validation and API integration to log users in
- Fixed:
-
- Readme updates: Yarn migration
- Refactoring: Use
withQueryLoaded
HOC. - Bug Fixes:
- Navigation to the correct urls
- (F) Reusable loading Spinner
- (F) Challenge Page: Markdown render, challenge selection, Challenge Page
- (F) Signup Page Front-End
-
- Fixed:
- Lesson Card Refactoring
- Bug fixes: Postgres Schema relations
- (F) Display submission diff on curriculum lesson page.
- (F) Graphql resolver for user session
- (F) HOC
withQueryLoader
component for GraphQl Queries. - (F) Link component to be used throughout the app that supports internal and external links.
- (F) React Session Context
- Fixed:
- Teaching via the socratic method - Teach through asking questions.
- Teaching Tech Together - Book that tries to show how to be a good teacher
- Stop teaching code, solicit predictions instead - A more fun and engaging way to teach