johnjung / bmrcportal

GNU General Public License v3.0
1 stars 1 forks source link

curated topic feature edits #74

Closed MomoMoses closed 2 years ago

MomoMoses commented 3 years ago

We have a photo image for the featured topic example in hand, which is "Black Studies." There will also need to be a spot for the photo caption, the image URL, and the preferred citation (for the image).

See again the mockup/sample page in Box.

I'm curious about how this will be wired up to display a new entry each week from a pool of content that is stored ... where?

johnjung commented 3 years ago

For the Flask-based site, the content for curated topics is stored in a configuration file that is not checked into git. The data for the first topic looks like this:

CURATED_TOPICS = [ { 'title': 'Black Nurses', 'introductory_text': 'Advocacy for Black Studies (also known as African American Studies or Africana Studies) programs and departments at higher education institutions emerged from the Civil Rights Movement and Black Power Movement of the 1960s. Black students at historically Black Colleges and Universities (HBCUs) and predominately white institutions typically organized protests for institutional change, among these, the inclusion of Black history in their education, resistance to traditional, Euro-centric curriculum. By 1971, more than 500 programs and departments were established in the United States, including at the University of Illinois Chicago (1971), Loyola University Chicago (1971), and Northwestern University (1972).', 'img_caption': 'The FMO Press Conference held to announce FMO’s boycott of the new African American Studies Department, November 29, 1972. Citation: Northwestern University Archives, Ronald Craig Photographs', 'img_src': 'http://placekitten.com/200/300', 'search_url': '/search/?q=black+studies' } ]

Once we migrate to Wagtail, these fields will be editable in the GUI in the admin.

MomoMoses commented 3 years ago

{ 'title': 'Black Nurses',

This is great to know, thanks so much. Can you change that first data element to 'Black Studies'?

johnjung commented 3 years ago

Yes, I saw that afterwards- it's already changed on the server. This is now implemented in https://github.com/johnjung/bmrcportal/commit/aca7490f6d33feae442646591f577ebca6ca9bd8 and live on the server, I'm going to close this issue out, please re-open if necessary.

johnjung commented 2 years ago

This example includes an author byline- I'm going to add this to the curated topic data structure and display authors on curated topic pages.

MomoMoses commented 2 years ago

Thanks!

On Wed, Dec 1, 2021, 1:47 PM John Jung @.***> wrote:

This example https://uchicago.app.box.com/file/871367797691?s=3rhunvf7l1iml2olktpz5gp413i0uuyu includes an author byline- I'm going to add this to the curated topic data structure and display authors on curated topic pages.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/johnjung/bmrcportal/issues/74#issuecomment-983998417, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA263WQM7TQOBSQ37C7AETDUOZ3WNANCNFSM5HT2NEFA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

johnjung commented 2 years ago

Bylines are now added in https://github.com/johnjung/bmrcportal/commit/804741c069fa929183fbf1a3bedea1cfe470e1fa and visible on the test site.

MomoMoses commented 2 years ago

Instead of the lorem ipsum text at the bottom of the featured topic, put this: The BMRC’s Curated Topics list is designed to help remedy the pervasive invisibility of primary source material documenting Black history and culture. In development now, it will be a special vocabulary that concisely encapsulates the subject domain. If you’d like to be a part of developing this resource, email the Project Archivist at lmoses@uchicago.edu

johnjung commented 2 years ago

The text above is different from the text in Home Page Content+CTL 2021-12-06.docx , which you reference in https://github.com/johnjung/bmrcportal/issues/92. Both the comment above and the spec are dated 12/6. I'm assuming that the Word doc is definitive, but if it isn't, please update that document with the text above and I'll update the site.

I'm going to close this issue out, please re-open if necessary.

MomoMoses commented 2 years ago

This text is for the FEATURED topic page only, which is now "Black Studies." Sorry for the confusion here. I felt it was important to replace the "lorem ipsum."

johnjung commented 2 years ago

Ok, got it- thank you. This is now updated in https://github.com/johnjung/bmrcportal/commit/8da73717cf918742465ef89945bc820190ef67bc and live on the site. Please take a look and if it's ok, please close this issue out.

MomoMoses commented 2 years ago

Perfect!