Skip to content
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

docs(knowledge-base): add new resources #256

Merged

Conversation

JeremyFriesenGitHub
Copy link
Contributor

@JeremyFriesenGitHub JeremyFriesenGitHub commented Jan 15, 2025

Checklist

  • I've thoroughly read the latest contribution guidelines.
  • I've rebased my branch onto main before creating this PR.
  • I've added tests to cover my changes (if applicable).
  • I've verified that all new and existing tests have passed locally for mobile, tablet, and desktop screen sizes.
  • My commit messages follow guidelines
  • My change requires documentation updates.
  • I've updated the documentation accordingly.
  • My code follows existing patterns of this project and/or improves upon them.

Summary by CodeRabbit

  • New Features
    • Added new resource cards to the knowledge base.
    • Introduced a new "Project Management" section with the AM Platform Development Playbook.
    • Created a new "Charting/Diagramming" section featuring dbdiagram.io, Mermaid, and draw.io.
    • Expanded the "Software Architecture" section with Monorepo.tools.
    • Added a new "Free Stuff" section with resources like the GitHub Student Developer Pack and Figma for Students.
    • Enhanced the "Component Libraries" section with Indie UI and Farm UI.

Copy link

coderabbitai bot commented Jan 15, 2025

📝 Walkthrough

Walkthrough

This pull request enhances the knowledge base documentation by adding several new sections and resource cards. New sections include "🗽 Project Management" and "🗺️ Charting/Diagramming," featuring multiple cards such as the "AM Platform Development Playbook," "dbdiagram.io," "Mermaid," and "draw.io." Additionally, the "🏛️ Software Architecture" section has a new entry for "Monorepo.tools," while the "🧱 Component Libraries" section now includes "Indie UI" and "Farm UI." A new section titled "🆓 Free Stuff" has also been created, offering resources like the "GitHub Student Developer Pack" and "Figma for Students."

Changes

File Changes
apps/docs/content/docs/knowledge-base/index.mdx - Added new section "🗽 Project Management" with card for "AM Platform Development Playbook"
- Added new section "🗺️ Charting/Diagramming" with cards for "dbdiagram.io," "Mermaid," and "draw.io"
- Updated "🏛️ Software Architecture" to include "Monorepo.tools" card
- Added new section "🆓 Free Stuff" with cards for "GitHub Student Developer Pack" and "Figma for Students"
- Expanded "🧱 Component Libraries" with cards for "Indie UI" and "Farm UI"

Possibly related PRs

  • docs(knowledge-base): add cybersecurity resource tryhackme #209: The main PR adds a new section "🆓 Free Stuff" with cards, while this PR removes the "🆓 Free Stuff" section and adds a card for "tryhackme" under a different section, indicating a direct relationship in modifying the knowledge base structure.
  • KHasith/docs/overhaul outdated content #167: This PR involves an overhaul of outdated content in the documentation, which may relate to the main PR's updates to the knowledge base sections and cards, enhancing the overall resource offerings.
  • docs(tech-stack): fix broken shadcn link #201: This PR adds a new card for "XState" in the tech stack, which is relevant as the main PR also introduces new cards in various sections, suggesting a broader effort to update and enhance documentation resources.

Suggested labels

good first issue

Suggested reviewers

  • HasithDeAlwis

Poem

🐰 In the garden of knowledge, new cards take flight,
With tools for the builders, shining so bright.
From charts and designs to free student packs,
Our knowledge base flourishes, no looking back!
A rabbit's delight in each resource shared,
Hop in for learning, we're all prepared! 📚✨


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?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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 using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
apps/docs/content/docs/knowledge-base/index.mdx (1)

447-453: Consider reorganizing section placement.

The new "Charting Resources" section is well-structured and contains valuable diagramming tools. However, consider moving it next to related sections like "Tools" or "Documentation & References" for better content organization and discoverability.

-### 🗺️ Charting Resources
-
-<Cards>
-  <Card title={"dbdiagram.io"} href={`https://dbdiagram.io/`} />
-  <Card title={"Mermaid"} href={`https://mermaid.js.org/`} />
-  <Card title={"draw.io"} href={`https://app.diagrams.net/`} />
-</Cards>

 ### 🛠️ Tools

 <Cards>
+  {/* Charting Resources */}
+  <Card title={"dbdiagram.io"} href={`https://dbdiagram.io/`} />
+  <Card title={"Mermaid"} href={`https://mermaid.js.org/`} />
+  <Card title={"draw.io"} href={`https://app.diagrams.net/`} />
+
   <Card
     title={"Database.build"}
     href={`https://database.build/`}
   />
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b30a536 and 97008b0.

📒 Files selected for processing (1)
  • apps/docs/content/docs/knowledge-base/index.mdx (4 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: build (20)
🔇 Additional comments (2)
apps/docs/content/docs/knowledge-base/index.mdx (2)

190-190: Great additions to the resource collection!

The new resources are well-categorized and enhance the knowledge base with valuable tools:

  • Monorepo.tools provides guidance for monorepo management
  • Indie UI and Farm UI expand the component library options
  • AM Platform Development Playbook offers valuable development guidelines

Also applies to: 283-284, 365-365


Line range hint 1-454: Well-structured additions maintaining consistency!

The changes follow the established patterns in the knowledge base:

  • Consistent emoji usage in section titles
  • Uniform Card component usage
  • Logical categorization of resources

@MFarabi619 MFarabi619 force-pushed the jeremy/docs/70-add-new-resources branch from 97008b0 to e6d67cf Compare January 28, 2025 15:42
@MFarabi619 MFarabi619 self-assigned this Jan 28, 2025
@MFarabi619 MFarabi619 merged commit cadbae1 into cuhacking:main Jan 28, 2025
3 of 5 checks passed
Copy link

@coderabbitai coderabbitai bot left a 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

🧹 Nitpick comments (2)
apps/docs/content/docs/knowledge-base/index.mdx (2)

28-32: Consider expanding the Project Management section with more resources.

While the AM Platform Development Playbook is a good start, consider adding more widely-used project management resources such as:

  • Agile/Scrum guides
  • Popular project management tools (Jira, Trello, etc.)
  • Open-source project management methodologies

Line range hint 459-467: Great addition of student resources!

The GitHub Student Developer Pack and Figma for Students are valuable resources. Consider expanding this section with other student-focused resources like:

  • AWS Educate
  • Microsoft Azure for Students
  • JetBrains Student Pack
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 97008b0 and e6d67cf.

📒 Files selected for processing (1)
  • apps/docs/content/docs/knowledge-base/index.mdx (4 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: build (20)
🔇 Additional comments (2)
apps/docs/content/docs/knowledge-base/index.mdx (2)

34-40: Great selection of diagramming tools!

The chosen tools complement each other well, covering different diagramming needs from database design to general-purpose diagrams.


182-182: Excellent addition to the Software Architecture section!

Monorepo.tools is a valuable resource for teams exploring monorepo architecture patterns.

Comment on lines +297 to +298
<Card title={"Indie UI"} href={`https://ui.indie-starter.dev/`} />
<Card title={"Farm UI"} href={`https://www.farmui.com/`} />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Remove Farm UI reference due to project abandonment

While Indie UI is actively maintained (last updated December 2024, 213 stars), Farm UI appears to be abandoned:

  • Website (farmui.com) is non-functional (returns 500 error)
  • No updates since August 2022
  • Zero stars and community adoption
🔗 Analysis chain

Verify the maintenance status of the new UI libraries.

Let's check if these libraries are actively maintained and have a healthy community:

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check the latest commit dates and stars for the UI libraries

# For Indie UI
echo "Checking Indie UI repository..."
curl -s "https://api.github.com/search/repositories?q=indie-starter+language:javascript" | jq '.items[0] | {stars: .stargazers_count, updated_at: .updated_at, created_at: .created_at}'

# For Farm UI
echo "Checking Farm UI repository..."
curl -s "https://api.github.com/search/repositories?q=farmui+language:javascript" | jq '.items[0] | {stars: .stargazers_count, updated_at: .updated_at, created_at: .created_at}'

Length of output: 706


Script:

#!/bin/bash
# Check if Farm UI website is accessible and if there are any alternative repositories
echo "Checking Farm UI website status..."
curl -I https://www.farmui.com/

echo -e "\nChecking for alternative Farm UI repositories..."
curl -s "https://api.github.com/search/repositories?q=farm-ui+OR+farm_ui+language:javascript" | jq '.items[] | {name: .full_name, stars: .stargazers_count, updated_at: .updated_at}'

Length of output: 4157

@coderabbitai coderabbitai bot mentioned this pull request Jan 28, 2025
8 tasks
@MFarabi619
Copy link
Member

🎉 This PR is included in version 1.22.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@coderabbitai coderabbitai bot mentioned this pull request Jan 29, 2025
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants