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

v6 docs #1152

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

v6 docs #1152

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
151 changes: 151 additions & 0 deletions docs/.snapshots/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"excluded_patterns": [
".git",
".gitignore",
"gradle",
"gradlew",
"gradlew.*",
"node_modules",
".snapshots",
".idea",
".vscode",
"*.log",
"*.tmp",
"target",
"dist",
"build",
".DS_Store",
"*.bak",
"*.swp",
"*.swo",
"*.lock",
"*.iml",
"coverage",
"*.min.js",
"*.min.css",
"__pycache__",
".marketing",
".env",
".env.*",
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.bmp",
"*.tiff",
"*.ico",
"*.svg",
"*.webp",
"*.psd",
"*.ai",
"*.eps",
"*.indd",
"*.raw",
"*.cr2",
"*.nef",
"*.mp4",
"*.mov",
"*.avi",
"*.wmv",
"*.flv",
"*.mkv",
"*.webm",
"*.m4v",
"*.wfp",
"*.prproj",
"*.aep",
"*.psb",
"*.xcf",
"*.sketch",
"*.fig",
"*.xd",
"*.db",
"*.sqlite",
"*.sqlite3",
"*.mdb",
"*.accdb",
"*.frm",
"*.myd",
"*.myi",
"*.ibd",
"*.dbf",
"*.rdb",
"*.aof",
"*.pdb",
"*.sdb",
"*.s3db",
"*.ddb",
"*.db-shm",
"*.db-wal",
"*.sqlitedb",
"*.sql.gz",
"*.bak.sql",
"dump.sql",
"dump.rdb",
"*.vsix",
"*.jar",
"*.war",
"*.ear",
"*.zip",
"*.tar",
"*.tar.gz",
"*.tgz",
"*.rar",
"*.7z",
"*.exe",
"*.dll",
"*.so",
"*.dylib",
"*.app",
"*.dmg",
"*.iso",
"*.msi",
"*.deb",
"*.rpm",
"*.apk",
"*.aab",
"*.ipa",
"*.pkg",
"*.nupkg",
"*.snap",
"*.whl",
"*.gem",
"*.pyc",
"*.pyo",
"*.pyd",
"*.class",
"*.o",
"*.obj",
"*.lib",
"*.a",
"*.map",
".npmrc"
],
"default": {
"default_prompt": "Enter your prompt here",
"default_include_all_files": false,
"default_include_entire_project_structure": true
},
"included_patterns": [
"build.gradle",
"settings.gradle",
"gradle.properties",
"pom.xml",
"Makefile",
"CMakeLists.txt",
"package.json",
"requirements.txt",
"Pipfile",
"Gemfile",
"composer.json",
".editorconfig",
".eslintrc.json",
".eslintrc.js",
".prettierrc",
".babelrc",
".dockerignore",
".gitattributes",
".stylelintrc",
".npmrc"
]
}
11 changes: 11 additions & 0 deletions docs/.snapshots/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Snapshots Directory

This directory contains snapshots of your code for AI interactions. Each snapshot is a markdown file that includes relevant code context and project structure information.

## What's included in snapshots?
- Selected code files and their contents
- Project structure (if enabled)
- Your prompt/question for the AI

## Configuration
You can customize snapshot behavior in `config.json`.
44 changes: 44 additions & 0 deletions docs/.snapshots/sponsors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Thank you for using Snapshots for AI

Thanks for using Snapshots for AI. We hope this tool has helped you solve a problem or two.

If you would like to support our work, please help us by considering the following offers and requests:

## Ways to Support

### Join the GBTI Network!!! 🙏🙏🙏
The GBTI Network is a community of developers who are passionate about open source and community-driven development. Members enjoy access to exclussive tools, resources, a private MineCraft server, a listing in our members directory, co-op opportunities and more.

- Support our work by becoming a [GBTI Network member](https://gbti.network/membership/).

### Try out BugHerd 🐛
BugHerd is a visual feedback and bug-tracking tool designed to streamline website development by enabling users to pin feedback directly onto web pages. This approach facilitates clear communication among clients, designers, developers, and project managers.

- Start your free trial with [BugHerd](https://partners.bugherd.com/55z6c8az8rvr) today.

### Hire Developers from Codeable 👥
Codeable connects you with top-tier professionals skilled in frameworks and technologies such as Laravel, React, Django, Node, Vue.js, Angular, Ruby on Rails, and Node.js. Don't let the WordPress focus discourage you. Codeable experts do it all.

- Visit [Codeable](https://www.codeable.io/developers/?ref=z8h3e) to hire your next team member.

### Lead positive reviews on our marketplace listing ⭐⭐⭐⭐⭐
- Rate us on [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=GBTI.snapshots-for-ai)
- Review us on [Cursor marketplace](https://open-vsx.org/extension/GBTI/snapshots-for-ai)

### Star Our GitHub Repository ⭐
- Star and watch our [repository](https://github.com/gbti-network/vscode-snapshots-for-ai)

### 📡 Stay Connected
Follow us on your favorite platforms for updates, news, and community discussions:
- **[Twitter/X](https://twitter.com/gbti_network)**
- **[GitHub](https://github.com/gbti-network)**
- **[YouTube](https://www.youtube.com/channel/UCh4FjB6r4oWQW-QFiwqv-UA)**
- **[Dev.to](https://dev.to/gbti)**
- **[Daily.dev](https://dly.to/zfCriM6JfRF)**
- **[Hashnode](https://gbti.hashnode.dev/)**
- **[Discord Community](https://gbti.network)**
- **[Reddit Community](https://www.reddit.com/r/GBTI_network)**

---

Thank you for supporting open source software! 🙏
38 changes: 23 additions & 15 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,47 @@ consumer-grade technology to be used in environments where cost and
inflexibility have been limiting factors. The source code for Field Book
is available on [GitHub](https://github.com/PhenoApps/Field-Book).

<figure align="center" class="image">
<img src="_static/images/collect/collect_framed.png" width="350px">
<figcaption><i>Field Book collect screen</i></figcaption>
</figure>

Getting Started
---------------

Field Book can be downloaded from the [Google Play
Store](https://play.google.com/store/apps/details?id=com.tracker.fieldbook)
or can be installed manually from the latest [GitHub
Release](https://github.com/PhenoApps/Field-Book/releases). After
installing the app, all permissions should be accepted and sample data
consisting of three fields and traits can be optionally loaded. The
images in the documentation utilize the sample data.
Release](https://github.com/PhenoApps/Field-Book/releases).

Field Book will display a brief set of slides to introduce you to the app when you open it for the first time.

<figure align="center" class="image">
<img src="_static/images/intro/intro_slides_joined.png" width="1100px">
<figcaption><i>Field Book intro slides</i></figcaption>
</figure>

During this intro you must set choices for the required permissions, and choose a storage location for app files. You also have the option to enable a tutorial and/or load a set of three sample fields and sample traits. The images in this documentation will make use of this sample data.

Structure
---------
When the intro finishes, Field Book will open to its home screen. This screen is divided into sections that can be pressed to access each of the major functions of the app.

<figure align="center" class="image">
<img src="_static/images/home_framed.png" width="400px">
<figcaption><i>Primary Field Book screen</i></figcaption>
<img src="_static/images/home_framed.png" width="350px">
<figcaption><i>Field Book home screen</i></figcaption>
</figure>


Field Book contains a home screen with links to the major sections of
the app. To use Field Book:
Navigate between these to:

1. Import your <a href="fields.md"><img style="vertical-align: middle;" src="_static/icons/home/view-module.png" width="20px"></a> [Fields](fields.md)

2. Create <a href="traits.md"><img style="vertical-align: middle;" src="_static/icons/home/format-list-bulleted.png" width="20px"></a> [Traits](traits.md)

3. Optionally modify any <a href="settings.md"><img style="vertical-align: middle;" src="_static/icons/home/cog.png" width="20px"></a> [Settings](settings.md)
3. <a href="collect.md"><img style="vertical-align: middle;" src="_static/icons/home/barley.png" width="20px"></a>[Collect](collect.md) data

4. Navigate to <a href="collect.md"><img style="vertical-align: middle;" src="_static/icons/home/barley.png" width="20px"></a>[Collect](collect.md)

5. <a href="export.md"><img style="vertical-align: middle;" src="_static/icons/home/save.png" width="20px"></a> [Export](export.md) data to a CSV (comma
separated value) file
4. And <a href="export.md"><img style="vertical-align: middle;" src="_static/icons/home/save.png" width="20px"></a> [Export](export.md) collected data to a file or database.

In addition to these main functions you can customize Field Book <a href="settings.md"><img style="vertical-align: middle;" src="_static/icons/home/cog.png" width="20px"></a> [Settings](settings.md), view summaries of your usage <a href="statistics.md"><img style="vertical-align: middle;" src="_static/icons/home/chart-bar.png" width="20px"></a>[Statistics](statistics.md), or learn more about the app in the <a href="about.md"><img style="vertical-align: middle;" src="_static/icons/home/information.png" width="20px"></a>[About](about.md) section at any time.

The <img ref="changelog" style="vertical-align: middle;" src="_static/icons/home/history.png" width="20px"> Changelog can be accessed from the top toolbar to see new features and
additions to the app.
55 changes: 27 additions & 28 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,40 @@
* [Storage](storage.md)
* [Fields](fields.md)
* [Traits](traits.md)
* [Audio](traits/trait-audio.md)
* [Boolean](traits/trait-boolean.md)
* [Categorical](traits/trait-categorical.md)
* [Multicat](traits/trait-multicat.md)
* [Counter](traits/trait-counter.md)
* [Date](traits/trait-date.md)
* [Location](traits/trait-location.md)
* [Numeric](traits/trait-numeric.md)
* [Percent](traits/trait-percent.md)
* [Text](traits/trait-text.md)
* [Disease Rating](traits/trait-disease.md)
* [GNSS](traits/trait-gnss.md)
* [Photo](traits/trait-photo.md)
* [Zebra Label Print](traits/trait-zebra.md)
* Function
* [Collect](collect.md)
* [Export](export.md)
* Trait Formats
* [Numeric](trait-numeric.md)
* [Categorical](trait-categorical.md)
* [Date](trait-date.md)
* [Percent](trait-percent.md)
* [Boolean](trait-boolean.md)
* [Text](trait-text.md)
* [Photo](trait-photo.md)
* [Audio](trait-audio.md)
* [Counter](trait-counter.md)
* [Disease](trait-disease.md)
* [Multicat](trait-multicat.md)
* [Location](trait-location.md)
* [Zebra](trait-zebra.md)
* [GNSS](trait-gnss.md)
* [USB Camera](trait-usb-camera.md)
* [GoPro](trait-gopro.md)
* Settings
* [Settings](settings.md)
* [General](settings-general.md)
* [Profile](settings-profile.md)
* [Appearance](settings-appearance.md)
* [Behavior](settings-behavior.md)
* [Geonav](settings-geonav.md)
* [Sounds](settings-sounds.md)
* [BrAPI](settings-brapi.md)
* [Database](settings-database.md)
* [Beta](settings-beta.md)
* [Profile](settings/settings-profile.md)
* [Features](settings/settings-features.md)
* [Appearance](settings/settings-appearance.md)
* [Behavior](settings/settings-behavior.md)
* [Location](settings/settings-location.md)
* [Sounds](settings/settings-sounds.md)
* [BrAPI](settings/settings-brapi.md)
* [System](settings/settings-system.md)
* [Storage](settings/settings-storage.md)
* [Experimental](settings/settings-experimental.md)
* Extra
* [Statistics](statistics.md)
* [About](about.md)
* [Barcodes](barcodes.md)
* [BrAPI](brapi.md)
* [Datagrid](datagrid.md)
* [Geonav](geonav.md)
* [Training Resources](training-resources.md)
* [About](about.md)
* [Frequently Asked Questions](faq.md)
Binary file added docs/_static/icons/collect/equal-box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/fields/check-all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/fields/delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/fields/file-export-outline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/fields/menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_static/icons/fields/sort-ascending.png
Binary file not shown.
Binary file added docs/_static/icons/fields/sort.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/fields/sync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/formats/cog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/formats/shutter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/home/chart-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/settings/brapi/history.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/settings/brapi/server-network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/settings/brapi/tray-remove.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/icons/traits/sort.png
Binary file modified docs/_static/images/about/about_framed.png
Binary file modified docs/_static/images/brapi/brapi_field_import_joined.png
Binary file added docs/_static/images/brapi/brapi_sync_joined.png
Binary file modified docs/_static/images/brapi/brapi_trait_import_joined.png
Binary file modified docs/_static/images/brapi/brapi_url_framed.png
Binary file modified docs/_static/images/brapi/brapi_url_joined.png
Binary file modified docs/_static/images/collect/collect_framed.png
Binary file modified docs/_static/images/collect/collect_summary_framed.png
Binary file modified docs/_static/images/collect/collect_trait_menu_framed.png
Binary file modified docs/_static/images/datagrid/datagrid_edit_rows_joined.png
Binary file modified docs/_static/images/datagrid/datagrid_view_framed.png
Binary file modified docs/_static/images/export/export_framed.png
Empty file added docs/_static/images/fields/a
Empty file.
Binary file added docs/_static/images/fields/a-0
Binary file not shown.
Binary file added docs/_static/images/fields/add_field_framed.png
Binary file modified docs/_static/images/fields/fields_framed.png
Binary file modified docs/_static/images/fields/fields_import_joined.png
Binary file modified docs/_static/images/fields/fields_list_item.png
Binary file modified docs/_static/images/home_framed.png
Binary file added docs/_static/images/intro/features_framed.png
Binary file added docs/_static/images/intro/intro_slides_joined.png
Binary file added docs/_static/images/intro/new_folder_framed.png
Binary file added docs/_static/images/intro/welcome_framed.png
Diff not rendered.
Diff not rendered.
Binary file modified docs/_static/images/settings/brapi/settings_brapi_oidc_flow.png
Binary file modified docs/_static/images/settings/brapi/settings_brapi_version.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file modified docs/_static/images/traits/formats/collect_audio_framed.png
Binary file modified docs/_static/images/traits/formats/collect_boolean_framed.png
Binary file modified docs/_static/images/traits/formats/collect_counter_framed.png
Binary file modified docs/_static/images/traits/formats/collect_date_framed.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file modified docs/_static/images/traits/formats/collect_gnss_framed.png
Binary file modified docs/_static/images/traits/formats/collect_gopro_framed.png
Binary file modified docs/_static/images/traits/formats/collect_numeric_framed.png
Binary file modified docs/_static/images/traits/formats/collect_percent_framed.png
Binary file modified docs/_static/images/traits/formats/collect_photo_framed.png
Binary file modified docs/_static/images/traits/formats/collect_text_framed.png
Binary file modified docs/_static/images/traits/single_trait_menu_framed.png
Binary file modified docs/_static/images/traits/traits_create_joined.png
Binary file modified docs/_static/images/traits/traits_framed.png
Binary file modified docs/_static/images/traits/traits_menu_framed.png
Loading