Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Dec 29, 2023
1 parent fb4119f commit 07e97a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,3 @@ _Status: alpha_
- [Source code](https://github.com/sourcegraph/opencodegraph)
- [Docs](https://opencodegraph.org)
- License: [Apache 2.0](LICENSE)

## TODOs

- item.ui and item.ai
- add support for resolving annotations (because )
- classnames -> clsx for consistency
4 changes: 4 additions & 0 deletions web/content/docs/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ Will OpenCodeGraph providers be super lightweight presentation-layer programs th
### Recording additional metadata

How should annotations record other kinds of metadata to make it searchable and exportable? For example, the Storybook provider could add `{"storybook": true}` metadata in an annotation on all storybook files, which would make it possible to identify all storybook files in a code search application.

### Multiple resolution passes

Should annotations initially be returned with minimal information that can be quickly produced, and then resolved to provide additional detail (such as when the user interacts with the chip)?

0 comments on commit 07e97a1

Please sign in to comment.