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

As a consumer, I would like to see a school's cost data so that I can figure out if I can really afford to attend this school. #103

Closed
4 tasks done
shawnbot opened this issue Jul 10, 2015 · 14 comments

Comments

@shawnbot
Copy link
Contributor

This story was pulled from #44 and relates specifically to the cost data displayed on the school pages. Tasks:

  • Identify the data fields needed to fill in the design.
  • Add the corresponding fields to the data API (with fake data)
  • Wire up the data to the HTML.
  • Implement design styles in HTML/CSS (MVP).

Specifically, this corresponds to the "Average Cost Per Year" meter and the "Costs" section of the school page:

image

@shawnbot shawnbot changed the title As a consumer, I would like to see a school's enrollment data so that I can... As a consumer, I would like to see a school's cost data so that I can... Jul 10, 2015
@jjoteal
Copy link
Contributor

jjoteal commented Jul 10, 2015

And here is the mobile design version of this section of the page for layout reference:

image

@jjoteal
Copy link
Contributor

jjoteal commented Jul 10, 2015

Also wanted to get everyone's opinion on using "Above Average" labels rather than the arrows. As mentioned in the old issues, the arrows can be confusing because up-facing arrows can mean "good" for one metric, but "bad" for another. Thoughts on simply using text labels like this instead?

image

@meiqimichelle
Copy link
Contributor

I like the 'above average'. Seems very clear.

@jjoteal
Copy link
Contributor

jjoteal commented Jul 10, 2015

The text "Higher Than Average" might also be a be more clear:

image

@shawnbot
Copy link
Contributor Author

The average net price values come from the NPT4_PUB (public school) and NPT4_PRIV (private school) columns. I'm looking into the tuition and fee figures.

I think we're skipping the income calculator for the initial release though, right @LisaGee?

@shawnbot
Copy link
Contributor Author

For tuition and fees, we have the following columns:

  • TUITIONFEE_IN: "In-state tuition and fees"
  • TUITIONFEE_OUT: "Out-of-state tuition and fees"
  • TUITIONFEE_PROG: Tuition and fees for program-year institutions

@LisaGee, do you know which of these we should use in the sentence, "Assumes $XX,XXX in tuition and fees, ..."?

@shawnbot
Copy link
Contributor Author

There also the COSTT4_A and COSTT4_P, which are both described in the data dictionary as:

Average cost of attendance (academic year institutions)

Are these numbers relevant? Is _A "academic year" and _P "program-year"?

@meiqimichelle
Copy link
Contributor

PR #147 has the HTML and CSS MVP and has images of the latest. I did not post them here so we won't confuse them with the true mocks.

Remaining known issues:

  • Decide if the "calculate your exact net price" button is in or out
  • Confirm on 'average' implementation (arrow, words, other)
  • Question: I added table headings to make it clear what each column means. @jjoteal , I can hide those if you don't want them.

@LisaGee
Copy link
Contributor

LisaGee commented Jul 16, 2015

image

@LisaGee
Copy link
Contributor

LisaGee commented Jul 16, 2015

Hopefully my lovely drawing answers your questions, Shawn. Filing separate stories for the 2 additions.

@shawnbot
Copy link
Contributor Author

Okay, fields identified. @ultrasaurus, I'd like to use these as an excuse to get our data field update process hammered out: the round-trip of pulling down data.yaml from S3, editing, checking into git, putting to S3, and redeploying. Can we pair on this today?

@shawnbot shawnbot assigned ultrasaurus and unassigned shawnbot Jul 20, 2015
@LisaGee LisaGee changed the title As a consumer, I would like to see a school's cost data so that I can... As a consumer, I would like to see a school's cost data so that I can figure out, if I can really afford to attend this school. Jul 20, 2015
@LisaGee LisaGee changed the title As a consumer, I would like to see a school's cost data so that I can figure out, if I can really afford to attend this school. As a consumer, I would like to see a school's cost data so that I can figure out if I can really afford to attend this school. Jul 20, 2015
@shawnbot
Copy link
Contributor Author

This is basically done in #207, and looks like this with fake data:

image

The only thing left to do is:

  • add the average net price label to the chart

@LisaGee, can you confirm that we're nixing the tuition and fees paragraph below the chart?

@shawnbot
Copy link
Contributor Author

When #214 gets merged we'll have the average net price label and this will be good to go!

@shawnbot
Copy link
Contributor Author

And with #214 merged we have the net price average label:

image

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

No branches or pull requests

5 participants