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

Create report dialog #32382

Merged
merged 7 commits into from Dec 13, 2019
Merged

Create report dialog #32382

merged 7 commits into from Dec 13, 2019

Conversation

dmcavoy
Copy link
Contributor

@dmcavoy dmcavoy commented Dec 11, 2019

Description

Creates a new component for the CreateStandardsReportDialog for the standards page in the progress tab of Teacher Dashboard. This is just created in storybook right now and not connected to anything. The component has two pages which are also components.

Also in order to reuse parts of the LessonStatusDialog I broke out at LessonStatusList to be used in both the LessonStatusDialog and CreateStandardsReportDialog.

standardsReport

Links

Testing story

Created a storybook entry for the component. Will add further testings once the component is connected to other components.

Reviewer Checklist:

  • Tests provide adequate coverage
  • Code is well-commented
  • New features are translatable or updates will not break translations
  • Relevant documentation has been added or updated
  • User impact is well-understood and desirable
  • Pull Request is labeled appropriately
  • Follow-up work items (including potential tech debt) are tracked and linked

@dmcavoy dmcavoy requested a review from a team as a code owner December 11, 2019 13:44
@dmcavoy dmcavoy changed the base branch from staging to staging-next December 11, 2019 13:44
@dmcavoy dmcavoy changed the base branch from staging-next to lesson-status-dialog December 11, 2019 13:44
@dmcavoy dmcavoy changed the base branch from lesson-status-dialog to staging-next December 12, 2019 19:20
};

export class LessonStatusList extends Component {
static propTypes = {};
Copy link
Contributor

Choose a reason for hiding this comment

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

is this here in anticipation of the propTypes we'll need when we connect to real data?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup! I figure we will at somepoint want to get the lesson list and status of the lessons from redux/props so I just left it there.

Copy link
Contributor

@Erin007 Erin007 left a comment

Choose a reason for hiding this comment

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

Nice! These dialogs are really coming together!

@dmcavoy dmcavoy merged commit 8a351d1 into staging-next Dec 13, 2019
@dmcavoy dmcavoy deleted the create-report-dialog branch December 13, 2019 00:27
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

2 participants