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

PL: teacher application form improvements #27011

Merged
merged 10 commits into from Feb 13, 2019

Conversation

breville
Copy link
Member

@breville breville commented Feb 12, 2019

Before

section 1

teacher application original page 1

section 2

teacher application original page 2

section 3

teacher application original page 3

thanks

screenshot 2019-02-12 09 29 40

After

section 1

teacher application new page 1

section 1 - nominated

teacher application new page 1 nominated

section 2

teacher application new page 2

section 3

teacher application new page 3

thanks

screenshot 2019-02-12 10 03 23

While the teacher application uses the PAGE_LABELS as helpers to get label strings, the details view used to view the application relies on PAGE_LABELS as the source of truth for which questions to show in which sections and in which order.  As a way to preserve that source of truth, we can borrow a technique in which the client pulls across the label strings from another section.
Copy link

@clareconstantine clareconstantine left a comment

Choose a reason for hiding this comment

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

One small thing, looks good otherwise!

<ul>
<li>
<span style={styles.bold}>Section 1: About you</span>
&nbsp; (Your and your principal’s contact info)

Choose a reason for hiding this comment

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

It looks like the principal's contact info is now in section 2

Copy link
Member Author

Choose a reason for hiding this comment

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

Great catch. I missed this change in the spec.

Section3TeachingBackground,
Section2ChooseYourProgram,
Copy link
Member Author

Choose a reason for hiding this comment

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

Note that I chose to not rename the classes & files for these, despite switching their order, just to reduce churn on the source code.

@breville breville merged commit eba2cc7 into staging Feb 13, 2019
@breville breville deleted the pl-teacher-application-form-improvements branch February 13, 2019 04:52
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