fiftyone icon indicating copy to clipboard operation
fiftyone copied to clipboard

[WIP] View management

Open manivoxel51 opened this issue 2 years ago • 0 comments

What changes are proposed in this pull request?

  • view management feature.
  • First commit adds a basic save_view gql mutation. It also adds color and description to the view document

How is this patch tested? If it is not, please explain why.

First commit

  • gql client to save_view Screen Shot 2022-08-11 at 4 51 05 PM

then checking the views collection to ensure that the saved view exists in Views collection.

Screen Shot 2022-08-11 at 4 51 12 PM

Release Notes

Is this a user-facing change that should be mentioned in the release notes?

  • [ ] No. You can skip the rest of this section.
  • [ ] Yes. Give a description of this change to be included in the release notes for FiftyOne users.

(Details in 1-2 sentences. You can just refer to another PR with a description if this PR is part of a larger change.)

What areas of FiftyOne does this PR affect?

  • [ ] App: FiftyOne application changes
  • [ ] Build: Build and test infrastructure changes
  • [ ] Core: Core fiftyone Python library changes
  • [ ] Documentation: FiftyOne documentation changes
  • [ ] Other

manivoxel51 avatar Aug 11 '22 23:08 manivoxel51