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

feat: workspace upgrades #354

Merged
merged 6 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/features/repo-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ There are a couple of ways to access a repository page:

[https://app.opensauced.pizza/s/vercel/next.js](https://app.opensauced.pizza/s/vercel/next.js)

:::tip
If you want to keep track of a repository, use the "Add to WorkSpace" button on the Repo page to add it to your [Workspace](https://opensauced.pizza/docs/features/workspaces/).
:::

## Understanding the Repository Page

### Overview Dashboard
Expand Down
21 changes: 21 additions & 0 deletions docs/features/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,31 @@ Start by creating a Workspace name, then click "Add repositories." You'll have t

Once your repositories are added, you'll be able to see them in your repository dashboard. You can also edit your Workspace to add or remove repositories anytime.

:::info
You can also add repositories to your Workspace from [Repo pages](https://opensauced.pizza/docs/features/repo-pages/). Just use the "Add to Workspace" button.
:::

### Changing Workspaces

Anything you create in a Workspace is specific to that Workspace. When you switch Workspaces, you'll see the Repository and Contributor Insights specific to that Workspace.

## Using StarSearch in Workspaces

[StarSearch](https://opensauced.pizza/docs/features/star-search/) is our AI-powered tool that provides in-depth insights into contributor history and activities on open source repositories. This integration allows you to use natural language queries to gain insights specifically tailored to the repositories and contributors within your Workspace. You can access StarSearch by clicking the "StarSearch" icon in the bottom right corner of your Workspace.

### Understanding StarSearch in Workspaces

When you use StarSearch within a Workspace, you're essentially treating that Workspace as a distinct dataset. This means you can focus your queries on the specific repositories, contributors, and activities relevant to your Workspace, providing more targeted and relevant insights.

<details>
<summary>Workspace Prompt Suggestions</summary>
- What are the types of pull requests @contributor has worked on?
- Who is writing issues in these repositories?
- Who commits directly to the main branch?
- Who are my top pull request contributors?
</details>


## How to Share a Workspace

You can share your Workspace with others by copying the URL and sending it to them. If your Workspace is private (a PRO plan feature), only those with access to the Workspace will be able to view it.
Expand Down
Loading