Annotations: As a user I can see all my annotation streams
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
Put this behind the `annotations` config cat flag
given i'm a user
who wants to see my annotation streams
when i click on the tab annotations ([in settings page](https://www.figma.com/proto/AQk0tUthLFepRhFUibvzMI/Annotations?node-id=1%3A2&viewport=-1764%2C407%2C0.5&scaling=min-zoom
)).
then i see all my streams

This should map to the
```
GET - /streams : ; []string // list known streams
```
route.
### Acceptance Criteria
- Annotations are generic Resources
- Annotations are visible in the settings tab
- Annotations are behind the `annotations` feature flag
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.