-
Notifications
You must be signed in to change notification settings - Fork 49
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
feat(interview): Rewrite interview using React and Redux [0] #941
Conversation
93fd332
to
a211464
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe rename to Breadcrumb.js
;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I will do so at the end.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for all the work!
This PR will add a new React/Redux based interview, which replacesproject_questions
. It will also remove the vendor file system and django-compressor/SASS. So far the following changes are implemented:Add project_interview viewRefactor webpack configThis PR is the first part of the big React/Redux based refactoring of the interview. It contains the following changes:
CHANGELOG.md
will be updated at the end to not complicate things further.