-
Notifications
You must be signed in to change notification settings - Fork 1
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
Overview: connect the overview page to the backend #46
Comments
We have the following sections and corresponding content sources:
Let's brainstorm on how the content may be structured.
project:
whitepaper:
url: "https://example.org/whitepaper.pdf"
roadmap:
milestones:
- title: Milestone 3
date: 2022-05-05
description: Brief description ipsum dolor sit amet, consectetur adipiscing elit...
tokenomics:
distribution:
- title: Marketing
share: 25%
team:
members:
- name: Bob
title: CEO
description: Bio lorem consequat efficitur iaculis. Nam eu tincidunt nunc...
links: # Not sure about this
- type: twitter
url: https://twitter.com/example |
When you mention |
@lubtd blockchain API refers to the data we can get from the chain. For example, we can get the dates for the testnets and map them on the timeline. A coordinator most likely should be in the team section. Same with the tokenomics, whatever we can get from the chain, we'll display it on the overview page, the rest will be fetched from Github. |
To answer your question, yes, almost all of the static data will be stored on GH. |
Hey Team, A few thoughts based on the config file structure example.
Note: Would a display/hide value help the coordinator specify what should display on the project as opposed to just deleting the content or commenting it out? |
Right now this page is static, it has to be connected to the backend.
The text was updated successfully, but these errors were encountered: