boardroom-inc-protocol-Info/README.md

158 lines
6.0 KiB
Markdown
Raw Permalink Normal View History

2021-01-15 00:09:06 +00:00
[![Discord][discord-shield]][discord-url]
[![Twitter][twitter-shield]][twitter-url]
2021-01-14 23:47:50 +00:00
<br />
<p align="center">
<a href="http://app.boardroom.info/">
<img src="https://i.ibb.co/tBt9dLq/transparentblacktextsmall.png" alt="Logo" width="500" height="100">
</a>
2021-01-14 14:48:48 +00:00
2021-01-14 23:47:50 +00:00
<h3 align="center">Boardroom Project Information Repo</h3>
<p align="center">
This public repo contains project information which will be served to display on the Boardroom Governance Portal
<br />
<a href="http://app.boardroom.info/"><strong>Browse the Portal »</strong></a>
<br />
<br />
<a href="http://boardroom.info/">Landing</a>
·
<a href="https://discord.com/invite/tgrTFg9">Discord</a>
·
<a href="https://discord.com/invite/tgrTFg9">Get In Touch</a>
</p>
</p>
2021-01-15 00:29:53 +00:00
<details open="open">
<summary>Table of Contents</summary>
<ol>
<li><a href="#structure">Repo Structure</a></li>
<li>
Global Protocol Changes
2021-01-15 00:29:53 +00:00
<ul>
<li><a href="#protocol-information">Protocol Information</a></li>
<li><a href="#protocol-branding">Protocol Branding</a></li>
</ul>
</li>
<li>
Adding Content
2021-01-15 00:29:53 +00:00
<ul>
<li><a href="#new-content-folders">New Content Folders</a></li>
2021-01-19 16:00:46 +00:00
<li><a href="#new-content-folders">New Files</a></li>
<li><a href="#new-calendar-events">Calendar Events</a></li>
<li><a href="#new-project">New Project</a></li>
2021-01-15 00:29:53 +00:00
</ul>
</li>
</ol>
</details>
## **Structure**
1. The `index.ts` file contains basic project metadata, as well as branding colors
2. Folders for each project contain the following:
2021-01-15 00:57:13 +00:00
1. `overview.md` contains a project's governance overview. _This content is displayed in each project's 'Overview' tab, below its statistics._
2021-01-15 00:43:18 +00:00
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.
## **Global Protocol Changes**
2021-01-15 00:40:06 +00:00
### Protocol Information
2021-01-14 14:04:16 +00:00
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.
2021-01-15 00:40:06 +00:00
### Protocol Branding
2021-01-14 14:04:16 +00:00
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
},
```
2021-01-15 19:41:22 +00:00
2. Add or edit the respective color variables and colors to the above object.
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.
2021-01-14 14:04:16 +00:00
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
2021-01-15 00:40:06 +00:00
## **Adding Content**
2021-01-15 00:29:53 +00:00
### New Content Folders
New content folders will dynamically display a new item under the 'Resources' tab. Raise a new PR by following the steps below:
2021-01-14 14:04:16 +00:00
2021-01-19 16:00:46 +00:00
1. Create a new folder inside protocol folder. _The Folder name will be the sub nav item displayed under resources in sidebar._
2. Add content inside the folder by adding new files.
3. Raise a PR with the changes.
### New Files
1. Create a new file in the Dynamic folder of the protocol. _The Filename will be the title displayed in the 'Folder' tab list._
2. Add Content in the markdown file. The contents of the file will be displayed in the respective page.
2021-01-15 00:57:13 +00:00
3. Raise a PR with the changes.
2021-01-14 14:04:16 +00:00
### New Calendar Events
2021-01-15 21:35:10 +00:00
1. Add one or more new events to the `events.json` file of the protocol using the following format:
- **title**: The title of the event - this will be shown in the month and day view.
- **url**: A URL to link to when an event is clicked.
- **date**: The UTC date of the event in ISO 8601 format
```json
[
{
"title": "This is an example event.",
"url": "https://example.com",
"date": "2021-01-08T00:00:00.000Z"
},
{
"title": "This is another example event.",
"url": "https://example.com",
"date": "2021-01-10T00:00:00.000Z"
}
]
```
2. Raise a PR with the changes.
2021-01-15 00:29:53 +00:00
### New Project
2021-01-15 00:57:13 +00:00
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:
2021-01-14 14:04:16 +00:00
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",
},
```
2021-01-15 00:57:13 +00:00
2. Create a folder with the same name mentioned above in the root folder of the repo.
3. 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.
4. Add an image `header.png` which will display at the top sidebar. Ideal dimensions are 400×150 (W×H)
5. Add a folder with the name `calls` which will contain meeting note files.
6. Raise a PR with the changes.
2021-01-15 00:09:06 +00:00
2021-01-15 00:57:13 +00:00
## Contact
2021-01-15 00:09:06 +00:00
2021-01-15 00:57:13 +00:00
Please reach out in Discord with any questions!
* Boardroom Support Channel - [#❓support](https://discord.gg/CEZ8WfuK8s)
2021-01-15 00:09:06 +00:00
[discord-shield]: https://img.shields.io/badge/Discord-Join-blueviolet?style=for-the-badge&logo=discord&logoColor=white
2021-01-15 00:57:13 +00:00
[discord-url]: https://discord.gg/CEZ8WfuK8s
2021-01-15 00:09:06 +00:00
[twitter-shield]: https://img.shields.io/badge/Twitter-Follow-blue?style=for-the-badge&logo=twitter&logoColor=white
[twitter-url]: https://twitter.com/boardroom_info