-
Notifications
You must be signed in to change notification settings - Fork 277
Create page about projects.mdx #820
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
Conversation
WalkthroughThe recent changes introduce the Changes
Sequence Diagram(s)sequenceDiagram
participant Creator as Project Creator
participant Attestation as Attestation Service
participant Metadata as Metadata Service
Creator->>Attestation: Request new project attestation
Attestation->>Creator: Issue attestation (includes Farcaster ID)
Creator->>Metadata: Provide project metadata
Metadata->>Attestation: Update project metadata attestation
Attestation->>Metadata: Confirm current metadata is updated
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (1)
Files skipped from review as they are similar to previous changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
Outside diff range, codebase verification and nitpick comments (3)
pages/chain/identity/projects.mdx (3)
2-4: Ensure proper title case for the title.The title should use proper title case.
- title: Projects + title: Projects
9-9: Capitalize proper nouns and use the Oxford comma.Ensure proper nouns are capitalized and use the Oxford comma for clarity.
- Within the Optimism Collective, **[the project entity](https://community.optimism.io/docs/identity/project-and-individual-identity-in-the-collective/#people)** is used to represent contributions to the Optimism Collective and can be used to apply for Retroactive Public Goods Funding (Retro Funding). + Within the Optimism Collective, **[the Project Entity](https://community.optimism.io/docs/identity/project-and-individual-identity-in-the-collective/#people)** is used to represent contributions to the Optimism Collective, and can be used to apply for Retroactive Public Goods Funding (Retro Funding).
13-13: Ensure proper title case for links and use the Oxford comma.Ensure links use proper title case and the Oxford comma is used for clarity.
- All other project metadata is stored or referenced in the **[Project Metadata Attestation](https://optimism.easscan.org/schema/view/0xe035e3fe27a64c8d7291ae54c6e85676addcbc2d179224fe7fc1f7f05a8c6eac)**. The Project Metadata Attestation is re-issued anytime there is a change in metadata. Apps displaying project metadata should look to the most recent attestation for the up-to-date metadata. + All other project metadata is stored or referenced in the **[Project Metadata Attestation](https://optimism.easscan.org/schema/view/0xe035e3fe27a64c8d7291ae54c6e85676addcbc2d179224fe7fc1f7f05a8c6eac)**. The Project Metadata Attestation is re-issued anytime there is a change in metadata. Apps displaying project metadata should look to the most recent attestation for the up-to-date metadata.
Co-authored-by: Blessing Krofegha <bkrofegha@gmail.com>
Co-authored-by: Blessing Krofegha <bkrofegha@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Description
Adding a page to the developer docs that explains the project entity
Tests
Please describe any tests you've added. If you've added no tests, or left important behavior untested, please explain why not.
Additional context
Add any other context about the problem you're solving.
Metadata