Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Curriculum Review Tool code file name change recomendation #291

Open
atuggle opened this issue Oct 1, 2018 · 0 comments
Open

Curriculum Review Tool code file name change recomendation #291

atuggle opened this issue Oct 1, 2018 · 0 comments

Comments

@atuggle
Copy link
Contributor

atuggle commented Oct 1, 2018

The Curriculum Review Tool is implemented using REACT and the main "Smart" component is named:

  • CustomerReviewToolComponent.js
    It should be named
  • CurriculumReviewToolComponent.js

This change can be made with the following two code edits:

  • Edit the file CustomerReviewToolComponent.js and change its name and line 18 inside the file from:
    • export default class CustomerReviewToolComponent extends React.Component {
    • export default class CurriculumReviewToolComponent extends React.Component {
  • Edit the file App.js to reference new name not the old name
    • Edit line 6 import name
    • Edit line 14 where the component is referenced
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants