INN / umbrella-inndev

Umbrella repository for inn.org
GNU General Public License v2.0
0 stars 1 forks source link

Lens on Lightfood Embed - Changes from partner feedback #137

Open MirandaEcho opened 4 years ago

MirandaEcho commented 4 years ago

@joshdarby - I can help with some of these as well.

MirandaEcho commented 4 years ago

Additional landing page tweaks (likely also Miranda):

joshdarby commented 4 years ago

Ensure headlines have consistent capitalization

@MirandaEcho Do we want to do this via css or manually for each link? We can do it via css using text-transform: capitalize but that capitalizes every first letter of every single word, so for example, Lightfoot’s Effort To Scale Back Aldermanic Prerogative a Work in Progress would become Lightfoot’s Effort To Scale Back Aldermanic Prerogative A Work In Progress, which I don't think we want the a or in capitalized.

joshdarby commented 4 years ago

Move story embed further up the page (@joshdarby is it possible to have a sidebar on this page with this template?)

@MirandaEcho Yep. Added.

joshdarby commented 4 years ago

@MirandaEcho Is this button ok or do you want it placed somewhere different/designed differently? (Don't pay attention to the embed layout)

Screen Shot 2020-01-23 at 10 43 58 AM

MirandaEcho commented 4 years ago

Ensure headlines have consistent capitalization

@MirandaEcho Do we want to do this via css or manually for each link? We can do it via css using text-transform: capitalize but that capitalizes every first letter of every single word, so for example, Lightfoot’s Effort To Scale Back Aldermanic Prerogative a Work in Progress would become Lightfoot’s Effort To Scale Back Aldermanic Prerogative A Work In Progress, which I don't think we want the a or in capitalized.

@joshdarby they want only the first word capitalized, so we probably have to do it manually. I can do that.

MirandaEcho commented 4 years ago

@MirandaEcho Is this button ok or do you want it placed somewhere different/designed differently? (Don't pay attention to the embed layout)

Screen Shot 2020-01-23 at 10 43 58 AM

Looks good to me!

joshdarby commented 4 years ago

Add a button to the embed that says "Submit a story idea" on the front end

I know we talked about how this needs to be dynamic for every different "project", and we talked about how we could probably use the More Link field on the tag for the form url. I didn't realize we are already using the field for the logo url.

So, the next best option would be to hardcode the button on the feed and have it accept the ID of the google form as a query parameter, such as gform_id=1FAIpQLSfE8R0oGwgaAcczd_pPdebrlM22RQ_kaewZZKrBEhjyHWtjSA and then link to https://docs.google.com/forms/d/e/FORM_ID_PASSED_IN. This isn't something members or anyone else would need to worry about. It would only be changed/modified by us when creating the embed. This way we can still pass in a dynamic form id for each different project.