-
Notifications
You must be signed in to change notification settings - Fork 0
improvements to getting started tutorial #5
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
Open
zuketo
wants to merge
4
commits into
main
Choose a base branch
from
chore/update_getting_started_tutorial
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,28 +12,79 @@ import ImgKabob from '@site/static/img/data-explorer-kabob.png' | |
|
|
||
| Discover what Sort offers **in just 5 minutes** by following this brief guide. | ||
|
|
||
| --- | ||
|
|
||
| ## Getting Started | ||
|
|
||
| First, log-in to [Sort](https://sort.xyz) and [Create your first Organization](/docs/organizations/creating-an-organization). | ||
| 1. **Log in to [Sort](https://sort.xyz)** and [Create your first Organization](/docs/organizations/creating-an-organization). | ||
|
|
||
| 2. **Add your database connection:** | ||
| Connect to your database by following the [Add a New Database Connection guide](/docs/database-connections/add-new-database-connection). | ||
| _If you're using Neon Serverless Postgres, [check out this specific guide](/docs/tutorials/neon-add-connection)._ | ||
|
|
||
| 3. **Access your Organization:** | ||
| Once connected, visit your [Organization page](/docs/organizations/organizations) by clicking your Org name in the top navigation bar. | ||
|
|
||
| <img style={{marginLeft:'15px', marginBottom: '5px', height: '40px'}} src={ImgConnectionNav} /> | ||
|
|
||
| 4. **Explore your database:** | ||
| Within 30 seconds of adding your connection, your database will show up. Click the `Explore` button to dive in! | ||
|
|
||
| Next, [add your database connection](/docs/database-connections/add-new-database-connection). _For Neon Serverless Postgres, [follow this guide](/docs/tutorials/neon-add-connection)._ | ||
| <img style={{marginLeft:'15px', marginBottom: '5px', height: '140px'}} src={ImgDatabaseCard} /> | ||
|
|
||
| After adding your connection, visit your [Organization](/docs/organizations/organizations) page by clicking your Org name in the top nav. | ||
| 5. **Create an Issue:** | ||
| - In the [Data Explorer](/docs/data-explorer/data-explorer), click the Kabob button (the three dots). | ||
| - Select `Create Issue`, fill in the necessary details, and submit your first [Issue](/docs/category/issues). | ||
|
|
||
| <img style={{marginLeft:'15px', marginBottom: '5px', height: '40px'}} src={ImgConnectionNav} /> | ||
| <img style={{marginLeft:'15px', marginBottom: '5px', height: '140px'}} src={ImgKabob} /> | ||
|
|
||
| Once your database shows up (usually within 30 seconds of adding your connection), click the `Explore` button. | ||
| --- | ||
|
|
||
| ## Managing Data | ||
|
|
||
| ### Proposing Changes | ||
|
|
||
| <img style={{marginLeft:'15px', marginBottom: '5px', height: '140px'}} src={ImgDatabaseCard} /> | ||
| 1. **Visit the Data Explorer:** | ||
| Use the `Explore` button or navigate to 'Data Explorer' via the left-hand menu. | ||
|
|
||
| In the [Data Explorer](/docs/data-explorer/data-explorer), click the Kabob button (the three dots) and choose `Create Issue`. | ||
| 2. **Editing Existing Data:** | ||
| - Click the `Edit` button next to the row you want to modify. | ||
| - Suggest your changes, then create a **Change Request**. | ||
|
|
||
| <img style={{marginLeft:'15px', marginBottom: '5px', height: '140px'}} src={ImgKabob} /> | ||
| 3. **Adding New Rows:** | ||
| - Scroll to the bottom of the table and click `Add Row`. | ||
| - Fill in the new data and submit a **Change Request**. | ||
|
|
||
| 4. **Removing Data:** | ||
| - Use the `Edit` button on the relevant row, propose a removal, and submit a **Change Request**. | ||
|
|
||
| --- | ||
|
|
||
| Fill in any additional details you like and then submit your first [Issue](/docs/category/issues). | ||
| ### What Are Change Requests? 🎉 | ||
|
|
||
| If you're familiar with GitHub Pull Requests, think of **Change Requests** as a similar workflow for making database changes. | ||
| - **Approval Required:** Changes are not applied to the database until a team member approves them. | ||
| - **Data Quality Matters:** By using **Change Requests**, Sort adopts engineering best practices to ensure your data remains accurate and reliable. | ||
zuketo marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| --- | ||
|
|
||
| ## Fun Stuff! 🎉 | ||
|
|
||
| - **Manage Workflows:** Relate Issues to Change Requests for streamlined operations. | ||
| - **Collaborate with Teams:** Use Sort's tools for Customer Support, Data Teams, Internal Operations, or Community Managers. | ||
|
||
|
|
||
| --- | ||
|
|
||
| ## Need Help? | ||
|
|
||
| - Use the chat icon in the bottom-right corner of the screen. | ||
| - Email us at [info@sort.xyz](mailto:info@sort.xyz). | ||
|
|
||
| --- | ||
|
|
||
| Wow, that's the end of this walk-through already - Congrats! 😁 | ||
| ## Next Steps | ||
|
|
||
| ## Next steps | ||
| - **Try Editing an Issue:** Instead of creating a new one, modify an existing one to explore more functionality. | ||
| - **Add a New Row:** Challenge yourself by learning how to [submit a Change Request](/docs/change-requests/submit-a-change-request). | ||
|
|
||
| Try editing an issue instead of choosing `Create Issue`, or see if you can figure out how to [add a new row](/docs/change-requests/submit-a-change-request). | ||
| Congrats, you're all set to get started with Sort! 😁 | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.