Skip to content

Instantly share code, notes, and snippets.

@briangershon
Last active March 23, 2023 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briangershon/c73a9491b08bb147fba50b1269ba6538 to your computer and use it in GitHub Desktop.
Save briangershon/c73a9491b08bb147fba50b1269ba6538 to your computer and use it in GitHub Desktop.
Developer DAO Academy Feature: Highlight Content Authors and Reviewers. Link to Peeranha forum.

Goals

  • Primarily highlight content author. Inlude a PFP image, name, organization name and a link to their personal site.
  • Secondarily highlight all reviewers and contributors
  • Link to a specific topic on Peeranha forum so users can ask questions and have discussions. For example Lesson 4: Testing your TierNFT would point to Testing Solidity contracts topic in Peeranha.

Other goals:

  • Create a consistent header and footer to use for all content tracks and fundamentals
  • Add a general link to our Peeranha community in Footer and Getting Started - https://developerdao.peeranha.io
  • All information should be viewable on rendered page for SEO.

Implementation Ideas

  • A content header with title of content, Author info and a link to the Peeranha forum.
  • A content footer with list of reviewers and contributors

Work Involved

  • Product and Design concepts and iterations
  • Create React components; styling; iterations -- header and footer
  • Store author, reviewer and contributor information -- yaml front-matter or a data file? Data file may work better to also support a more detailed author bio page.

Estimation

  • TODO
@briangershon
Copy link
Author

This content has been moved to Developer-DAO/academy#193

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment