Commit Graph

  • c6c5971325 Use relevant fields Kat Huang 2024-04-22 21:13:16 -06:00
  • 5181612f62 Create get videos with playlist gql Kat Huang 2024-04-22 16:18:06 -06:00
  • 5f33fae3d7 scaffold + operations Loewy 2024-04-18 21:19:36 -07:00
  • 24fcac9318 Expose upload cursor in video gql Ivan Malison 2024-04-16 17:49:50 -06:00
  • 514f2ef928 Add user to shot gql Ivan Malison 2024-04-09 22:34:54 -06:00
  • 7d252d3cc8 Add pull to refresh to video details page Ivan Malison 2024-04-09 20:52:37 +00:00
  • a1581379fd Remove unused field from GetFeed operation Ivan Malison 2024-04-05 16:29:10 -06:00
  • a5f90ab105 Rename video endpoint to getUserVideos Ivan Malison 2024-04-05 15:46:16 -06:00
  • ddd7e2d50b Add devMode Ivan Malison 2024-04-01 20:46:21 -06:00
  • 3bacc356af Make tag classes optional Ivan Malison 2024-04-01 18:04:54 -06:00
  • 797ca3a387 Don't load shots in feed Ivan Malison 2024-03-31 22:17:29 -06:00
  • ed751f5cdd Support multiple aggregation types in gql Ivan Malison 2024-03-31 03:49:29 +00:00
  • 01a580cee5 Merge pull request 'Use tag class and tag value input in FilterInput' (#312) from kat/temp into master Ivan Malison 2024-03-28 16:12:54 -06:00
  • 6fd14d3c49 Use tag input Kat Huang 2024-03-28 15:20:39 -06:00
  • a1b524ab9d Remove float feature Ivan Malison 2024-03-28 05:02:44 +00:00
  • 9bd0e237ea Resolve comments Dean 2024-03-27 18:48:04 -07:00
  • 97d4f2cbe9 Add Hours Played Dean 2024-03-27 12:35:44 -07:00
  • 9307fbcbf4 Add getPlayTime endpoint, remove elapsedTime Ivan Malison 2024-03-27 00:32:20 -06:00
  • 679150326f Add elapsedTime to getUser gql operation Ivan Malison 2024-03-26 16:50:57 -06:00
  • 773a2eaed0 Merge branch 'master' into kat/add-bool-filter Kat Huang 2024-03-25 19:26:13 -06:00
  • 203d343880 Process tags from a VideoGQL & use on VideoFeed (#293) loewy 2024-03-25 19:25:48 -06:00
  • 26ed50a7a1 Make filter is boolean filter Kat Huang 2024-03-25 19:18:06 -06:00
  • 050705c370 Generalize terminateUploadStream into editUploadStream Ivan Malison 2024-03-24 21:01:02 -06:00
  • d3c5979d3e Move homography history to video Ivan Malison 2024-03-23 17:03:11 -06:00
  • 8102a0f40b Add an operation to get details for updating a video Ivan Malison 2024-03-22 19:27:57 -06:00
  • 87fabdc8f9 Add VideoMakePercentageIntervals call & connected to graph (#281) loewy 2024-03-22 16:44:02 -06:00
  • 7889476bc9 Remove deprecated statistics interface; add getLoggedInUser op. Mike Kalange 2024-03-22 12:45:58 -06:00
  • abfaf06f1a Merge pull request 'Create game type filter' (#273) from kat/filter-game-type into master Kat Huang 2024-03-20 12:53:21 -06:00
  • 8bd9e039da Create game type filter Kat Huang 2024-03-19 21:02:49 -06:00
  • 5cfccb97b1 wip: set up AppConfig provider, use value in Login screen, update gql Loewy 2024-03-19 14:08:00 -07:00
  • 54428112f8 adds get deployed configuration query Mike Kalange 2024-03-18 16:46:23 -06:00
  • 18c12e60fe Rename filters for consistency Kat Huang 2024-03-18 15:09:47 -06:00
  • 1000eb6d2c Add make input filter Kat Huang 2024-03-17 22:33:52 -06:00
  • 27114615a5 Do not return target metrics as list Kat Huang 2024-03-14 14:39:11 -06:00
  • 43c1f7be09 Return elapsed time in make percentge time series gql Kat Huang 2024-03-14 12:57:31 -06:00
  • 09bbbf0b3d Adds changes to schema for altering user profile image Mike Kalange 2024-03-12 19:47:10 -06:00
  • 2db886ea13 make index commensurate with operations Mike Kalange 2024-03-12 13:06:14 -06:00
  • e88d875bd9 Delete video implemented on backend; schema changes Mike Kalange 2024-03-12 12:50:28 -06:00
  • 57c3ee0360 Use list int directly for user id input Kat Huang 2024-03-12 11:48:35 -06:00
  • e1600751e0 Add nix LD_LIBRARY_PATH fix Ivan Malison 2024-03-11 21:52:15 -06:00
  • be47dcdba2 Add an overlay that shows streaming state Ivan Malison 2024-03-08 17:54:59 -07:00
  • fd30ae04bf Add filtering support to aggregate gql Ivan Malison 2024-03-09 10:21:43 -07:00
  • 19628736c1 Add aggregation filter attributes Ivan Malison 2024-03-09 00:59:13 -07:00
  • 4ced3d39df Update gql for get-video resolver changes Ivan Malison 2024-03-08 17:15:37 -07:00
  • be59f7a2c6 Support InListFilter GQL Kat Huang 2024-03-08 16:32:50 -07:00
  • 1665cf1eb9 Create video id filter gql Kat Huang 2024-03-08 13:23:01 -07:00
  • 47df3adce5 Update GetVideoMakePercentage query Kat Huang 2024-03-05 01:24:03 -07:00
  • f64fc0e54a Support make percentage time series Kat Huang 2024-03-05 01:05:54 -07:00
  • 314957218e Require video metadata Kat Huang 2024-03-04 22:22:42 -07:00
  • babb111fa6 Update upload_stream and terminate_stream gql Kat Huang 2024-03-04 20:10:49 -07:00
  • b051809869 update getUploadLink call with headers' Loewy 2024-03-04 17:20:11 -08:00
  • 32ec7a2339 Adds headers to get link return Mike Kalange 2024-03-04 17:48:59 -07:00
  • 3bce7ea344 Add username Ivan Malison 2024-02-24 12:59:27 -07:00
  • 76ed63395c Use prettier when checking for changes Kat Huang 2024-02-22 19:32:36 -07:00
  • 19f324a1cf Fix prettier Kat Huang 2024-02-22 19:27:29 -07:00
  • 4b41d3b039 Change feed operation to use limit instead of first in cursor Kat Huang 2024-02-22 19:23:28 -07:00
  • 2ce41be8cc Merge pull request 'ivan/use-subtree-for-railbird-gql' (#142) from ivan/use-subtree-for-railbird-gql into master Ivan Malison 2024-02-22 18:37:41 -07:00
  • c9f2187cc2 Run prettier on gql stuff Ivan Malison 2024-02-22 18:36:15 -07:00
  • a47fb5fed7 Merge pull request 'Video Details -- UI w/ mocked data' (#136) from loewy/session-details into master Kat Huang 2024-02-22 18:11:07 -07:00
  • 318a2a24fd Ignore Kat Huang 2024-02-22 18:01:42 -07:00
  • 2224a8ccbd Remove after before Kat Huang 2024-02-22 18:00:52 -07:00
  • 48e2bec9ce Elapsed time in seconds Kat Huang 2024-02-22 17:55:37 -07:00
  • 6a1807efc8 Make created at, ended at optional Kat Huang 2024-02-22 17:13:46 -07:00
  • 0ad6e63733 Make video name optional Kat Huang 2024-02-22 17:07:29 -07:00
  • 6255e246e7 Merge pull request 'Remove @includes from feed' (#5) from kat/include into master Ivan Malison 2024-02-22 16:46:09 -07:00
  • 808fae0480 Remove @includes from feed Kat Huang 2024-02-22 16:45:26 -07:00
  • 44d2402f4b componetize session Loewy 2024-02-22 11:24:18 -08:00
  • 7da14dbb6c back header types, transform-ignore-pattern & tidy up docs for imagefallback Loewy 2024-02-21 18:02:54 -08:00
  • cc597b3cfb Merge pull request 'Create gql feed' (#4) from kat/update-video-gql into master Ivan Malison 2024-02-21 19:18:20 -07:00
  • 60af058ba4 Create feed Kat Huang 2024-02-21 19:13:30 -07:00
  • 608e784205 Merge branch 'master' into loewy/session-details Loewy 2024-02-21 17:58:56 -08:00
  • 36041dd41b make header component, clean up styles, scrollview + graph Loewy 2024-02-21 17:20:30 -08:00
  • 17aee8f220 Drop frame count from videl gql Kat Huang 2024-02-21 17:44:24 -07:00
  • 294198958d Merge pull request 'Fix nav param + rename to useRecordingDetails' (#132) from loewy/fix-nav-param into master loewy 2024-02-21 15:29:15 -07:00
  • fe824f90ef add fix nav param and rename to useRecordingDetails for consistency Loewy 2024-02-21 13:48:09 -08:00
  • a560ebdb70 revert gradle.properties/env.dev Loewy 2024-02-21 13:05:50 -08:00
  • 63faa9397e Merge pull request 'renamed files to be consistent with naming paradigm of videos and recordings (removing references to sessions)' (#131) from rename-session-as-video into master dean 2024-02-21 14:04:23 -07:00
  • 4df6e51e82 renamed files and directories to get rid of session references Dean 2024-02-21 12:39:58 -08:00
  • cef4119afa Merge pull request 'Create Session Card' (#126) from dean/session-card into master Ivan Malison 2024-02-20 22:25:11 -07:00
  • bee765714e cleanup comments Dean 2024-02-20 20:53:29 -08:00
  • edff79abb6 kat/add-apollo-timeout (#128) Kat Huang 2024-02-20 20:07:05 -07:00
  • 2505fc1bf7 make some components, almost done, need to do ui for notes/free play Loewy 2024-02-20 18:49:08 -08:00
  • d400434e89 Merge pull request 'Bump railbird-gql version' (#127) from ivan/bump-gql into master Ivan Malison 2024-02-20 19:49:03 -07:00
  • 4bd438d692 Bump railbird-gql version Ivan Malison 2024-02-20 19:45:25 -07:00
  • 828140ed2b Updates Ivan Malison 2024-02-20 19:18:21 -07:00
  • 9a2cae0c70 Add scripts for checking that graphql-codegen results in no changes Ivan Malison 2024-02-20 19:17:43 -07:00
  • 3a621b8323 fixed typescript error and properly dealt with new dependency Dean 2024-02-20 17:24:18 -08:00
  • 0360fb413c correct linter errors Dean 2024-02-20 14:54:14 -08:00
  • 5b86a0f6d9 fixed things for linter Dean 2024-02-20 14:38:13 -08:00
  • 24c14fb7ca added session feed page and session component with click to details Dean 2024-02-20 14:25:49 -08:00
  • fbbcd51df5 added session-card component Dean 2024-02-20 12:19:43 -08:00
  • 5a9578d554 Merge pull request 'Orientation Context' (#124) from dean/orientation-context into master dean 2024-02-20 18:00:00 -07:00
  • 5cb1069c1c wip Loewy 2024-02-20 16:13:29 -08:00
  • 0c8cad6608 revert changes to env & gradle.properties Loewy 2024-02-18 15:29:15 -08:00
  • b865f78e22 wip: use react-native-modal, swipe close + scrollview for content Loewy 2024-02-18 15:25:36 -08:00
  • bc7b066864 wip: tidy up styles, wireframed Loewy 2024-02-16 16:16:17 -08:00
  • 7b4af08296 rebase Loewy 2024-02-19 14:59:45 -08:00
  • c77bc476aa undo chat hallucination Dean 2024-02-20 13:12:40 -08:00
  • b802bb01e6 best practices cleanup chats code review Dean 2024-02-20 13:06:01 -08:00
  • 61f9add741 deleted unnecessary comments Dean 2024-02-20 12:50:34 -08:00