Information about protocols
Go to file
2021-01-15 14:40:54 -05:00
aave add Aave, Balancer, Siren, and Yam projects (#8) 2021-01-13 17:20:33 -06:00
balancer add Aave, Balancer, Siren, and Yam projects (#8) 2021-01-13 17:20:33 -06:00
compound compound overview 2021-01-13 14:11:05 -05:00
defidollar missing overview pages 2021-01-13 19:06:53 -05:00
gnosis compound overview 2021-01-13 14:11:05 -05:00
indexCoop compound overview 2021-01-13 14:11:05 -05:00
pooltogether missing overview pages 2021-01-13 19:06:53 -05:00
powerpool add Yearn and PowerPool projects (#9) 2021-01-13 18:37:39 -06:00
rarible missing overview pages 2021-01-13 19:06:53 -05:00
siren add Aave, Balancer, Siren, and Yam projects (#8) 2021-01-13 17:20:33 -06:00
synthetix missing overview pages 2021-01-13 19:06:53 -05:00
uniswap missing overview pages 2021-01-13 19:06:53 -05:00
yamv2 add Aave, Balancer, Siren, and Yam projects (#8) 2021-01-13 17:20:33 -06:00
yearn add Yearn and PowerPool projects (#9) 2021-01-13 18:37:39 -06:00
.DS_Store missing overview pages 2021-01-13 19:06:53 -05:00
index.ts PoolTogether Navigation Colors 2021-01-15 14:35:44 -05:00
LICENSE Initial commit 2021-01-11 17:54:31 +05:30
package.json Init 2021-01-11 18:14:42 +05:30
README.md Update README.md 2021-01-15 14:40:54 -05:00

Discord Twitter


Logo

Boardroom Project Information Repo

This public repo contains project information which will be served to display on the Boardroom Governance Portal
Browse the Portal »

Landing · Discord · Get In Touch

Table of Contents
  1. Repo Structure
  2. Editing Content
  3. Adding Content

Structure

  1. The index.ts file contains basic project metadata, as well as branding colors
  2. Folders for each project contain the following:
    1. overview.md contains a project's governance overview. This content is displayed in each project's 'Overview' tab, below its statistics.
    2. logo.png is a logo file displayed in various places accross the app, including protocol switcher.
    3. header.png is a logo file is displayed at the top of sidebar when that project is selected in the navigation.
    4. calls is a folder collects governance and community call agendas and meeting notes, displayed in each project's 'Calls' tab.

Editing Content

Protocol Information

Basic information of the protocol is saved in protocols object of index.ts file

  protocol_key: {
    name: "Protocol Name",
    path: "Path used in boardroom url",
    description: "Description of protocol",
    suffix: "Token",
    folder: "Folder name to host resources",
  },

Edit the corresponding value in the object and raise a new PR for changes.

Protocol Branding

  1. Add the unique protocol key in the object protocolBranding of index.ts if it does not exist.
unique_protocol_key: {
    "--background-primary-nav": "#001529", // Background color for sidebar, header and header information in protocol pages
    "--color-text-nav": "#e7e8eb", // Color of text in sidebar, header and header information in protocol pages
    "--background-switcher-active": "#000000", // Background color of the active nav element in sidebar 
  },
  1. Add or edit the respective color variables and colors to the above object
  2. Raise a PR with the changes

We have a codesandbox instance https://codesandbox.io/s/boardroombranding-q3u9z to visualize branding changes. Change the corresponding color variable in index.js file to have a sense of how the protocol pages will look after the updates

Adding Content

New Calls

Raise a new PR by following the steps below:

  1. Create a new file in the calls folder of the protocol. The Filename will be the title displayed in the 'Calls' tab list.
  2. Add the call agenda and relevant meeting notes in the markdown file. The contents of the file will be displayed in the respective page.
  3. Raise a PR with the changes.
  4. These changes should be reflected on the Boardroom portal a few days after the changes have been merged.

New Project

Please keep in mind that the Boardroom team will need to add your project before it displays on the portal. Raise a new PR by following the steps below:

  1. Add a new object to index.ts in the format of
  protocol_key: {
    name: "Protocol Name",
    path: "Path used in boardroom url",
    description: "Description of protocol",
    suffix: "Token",
    folder: "Folder name to host resources",
  },
  1. Create a folder with the same name mentioned above in the root folder of the repo.
  2. Add logo with the file name logo.png in the folder with an aspect ratio of 1:1. This will display in the project switcher and various other places in the app.
  3. Add an image header.png which will display at the top sidebar. Ideal dimensions are 400×150 (W×H)
  4. Add a folder with the name calls which will contain meeting note files.
  5. Raise a PR with the changes.

Contact

Please reach out in Discord with any questions!