Commit Graph

  • 4250eca710 firebase sdk installation and set up for iOS + connection test Loewy 2024-01-25 14:52:13 -08:00
  • 3bd414506a Merge pull request 'iOS Directory' (#46) from loewy/renamed_ios_folders into master Kat Huang 2024-01-25 17:33:13 -07:00
  • a9dbd503e3 build ios directory + rename app.json name and slug Loewy 2024-01-25 11:31:21 -08:00
  • ec0904ffb1 Merge pull request 'Line Graph -- render component' (#39) from loewy/line-graph-render-component into master loewy 2024-01-18 20:10:09 -07:00
  • b80b05fbd8 add line graph, associated changes to utils/config/styles & test Loewy 2024-01-18 16:21:01 -08:00
  • d9a4247b8e Merge pull request 'Update CustomGrid' (#37) from loewy/custom-grid-vertical into master loewy 2024-01-18 14:30:46 -07:00
  • 9d5164bd13 add vertical option for custom-grid, add dev docs Loewy 2024-01-18 13:21:39 -08:00
  • ec6d36b44c ChartLabel -- graph helper component to render title + labels for a chart/graph (#30) loewy 2024-01-17 14:29:28 -07:00
  • 7e7a571f5a Merge pull request 'Bar Graph Render Component' (#28) from loewy/bar-graph-render into master loewy 2024-01-16 15:16:59 -07:00
  • 9a61ea59b2 fix import issue caused by renaming Loewy 2024-01-15 18:05:21 -08:00
  • 5dc141a14a remove index file for now, do default exports in seperate pr Loewy 2024-01-15 18:01:50 -08:00
  • a0f8ec156b fix spacing Loewy 2024-01-15 17:55:19 -08:00
  • 7383c85b58 merge chart-view from master, implement in component Loewy 2024-01-15 17:52:10 -08:00
  • aed0faebf0 add bar graph, make changes to customgrid and custombars to match new structure Loewy 2024-01-15 17:40:24 -08:00
  • f0b9f8043b Merge pull request 'ChartView styled component' (#27) from loewy/chart-view into master Kat Huang 2024-01-15 15:52:31 -07:00
  • 58dfe98448 remove uneeded comment Loewy 2024-01-15 13:18:23 -08:00
  • f14ba0e97f chart-view, styles and tests Loewy 2024-01-15 13:02:51 -08:00
  • 981b5cebca add code, bring over chart view and pr first Loewy 2024-01-15 12:33:08 -08:00
  • 4e3a93f126 Merge pull request 'Logic handler for bar graph' (#21) from loewy/bar-graph-data into master loewy 2024-01-15 12:53:32 -07:00
  • c391a07d70 fix lint issue with master rebase Loewy 2024-01-15 11:51:43 -08:00
  • 7faa25e103 update types/naming to reflect intended usage for useGraphData hook Loewy 2024-01-12 16:21:40 -08:00
  • 12c3a6ef6f add func logic for bar graph Loewy 2024-01-12 13:04:45 -08:00
  • 4c1bd21f3d Merge pull request 'Support new feature tables' (#26) from support-new-feature-schema into master Kat Huang 2024-01-14 17:46:55 -07:00
  • abfc6c4c47 Support new feature tables Kat Huang 2024-01-14 17:38:08 -07:00
  • afb2ef21f5 Merge pull request 'Temp remove shot from app' (#20) from remove-shot-component into master Kat Huang 2024-01-12 12:04:33 -07:00
  • 06bb8feeb5 Temp remove shot from app Kat Huang 2024-01-12 12:03:48 -07:00
  • a112586c2d Merge pull request 'charts folder in component' (#19) from loewy/add-charts-folder into master Kat Huang 2024-01-12 12:02:01 -07:00
  • 8d40008e5d add path Loewy 2024-01-11 23:01:05 -08:00
  • a9afd7e0a9 add charts folder in component Loewy 2024-01-11 22:59:15 -08:00
  • 28a0426096 Merge pull request 'loewy/custom-bars' (#18) from loewy/custom-bars into master loewy 2024-01-10 19:14:27 -07:00
  • dee04269bd update tests, change naming Loewy 2024-01-10 18:09:47 -08:00
  • 6c7ceb3eb3 add tests for helper functions on bar Loewy 2024-01-10 16:34:27 -08:00
  • 4dda9eb24c add custom-grid and associated files + test - test needs plugin config to work with d3-path and jest Loewy 2024-01-10 12:30:46 -08:00
  • 92258f4925 Merge pull request 'Filter utils to create filter input for query' (#17) from filter-query into master Kat Huang 2024-01-10 18:08:19 -07:00
  • 5b1b1cdaaa WIP Kat Huang 2024-01-09 16:28:48 -07:00
  • 875989e3a9 Add filter input Kat Huang 2024-01-09 00:45:18 -07:00
  • 74c17f433a Merge pull request 'Custom grid component' (#16) from loewy/custom-grid into master Kat Huang 2024-01-09 16:46:53 -07:00
  • 2903207670 remove custom grid Loewy 2024-01-09 15:42:38 -08:00
  • c0723665af add custom-grid and mock code, add direnv to gitignore Loewy 2024-01-09 15:25:36 -08:00
  • 83a648eb90 Merge pull request 'Implement Containers for fetching shots' (#15) from get-shot-with-fragment into master Kat Huang 2024-01-09 10:47:58 -07:00
  • 5204599a08 Register fragment Kat Huang 2024-01-08 22:31:08 -07:00
  • fcdce8706f Create shot features fragment Kat Huang 2024-01-08 22:23:51 -07:00
  • 5192212e0e Render fetched shots Kat Huang 2024-01-08 22:14:21 -07:00
  • 376d695416 Merge pull request 'Create higher order component that wraps display components' (#12) from create-query-hoc into master Kat Huang 2024-01-08 19:26:44 -07:00
  • e25425ffe9 Add react native testing library Kat Huang 2024-01-08 17:26:31 -07:00
  • 78d40f1abc Create with query wrapper Kat Huang 2024-01-08 15:57:12 -07:00
  • 78d99da6df Merge pull request 'Create Apollo Client' (#11) from create-gql-client into master Kat Huang 2024-01-08 00:22:41 -07:00
  • f797c98d45 Create Apollo Provider Kat Huang 2024-01-06 23:58:54 -07:00
  • 491ca28ab2 Get dotenv working with typescript Kat Huang 2024-01-06 23:58:36 -07:00
  • 7f71c89ffb Create apollo provider Kat Huang 2024-01-06 23:48:47 -07:00
  • 411d5720b9 Merge pull request 'Fix uri path' (#10) from fix-env into master Kat Huang 2024-01-06 23:38:19 -07:00
  • 872dd3fd71 Fix uri path Kat Huang 2024-01-06 23:36:24 -07:00
  • 521e9da4e3 Merge pull request 'Add prettier' (#9) from ivan/add-prettier into master Kat Huang 2024-01-06 19:38:04 -07:00
  • ed8371e08a Make eslint compatible with prettier Ivan Malison 2024-01-06 19:32:00 -07:00
  • 160590658b Add prettier Ivan Malison 2024-01-06 19:25:17 -07:00
  • 002ac7902d Merge pull request 'Add jest for unit tests' (#8) from add-jest into master Kat Huang 2024-01-06 19:08:37 -07:00
  • e527b198f9 Add a unit test Kat Huang 2024-01-06 18:51:59 -07:00
  • d68561b372 Add jest for unit tests Kat Huang 2024-01-06 18:42:41 -07:00
  • c292289f29 Merge pull request 'Add type checking' (#7) from type-check into master Kat Huang 2024-01-06 18:06:53 -07:00
  • e053517765 Add type checking Kat Huang 2024-01-06 18:04:03 -07:00
  • 66d045c2a7 Merge pull request 'Use environment variables for uri' (#5) from env-files into master Kat Huang 2024-01-06 15:19:38 -07:00
  • e1410ed402 Merge branch 'master' into env-files Ivan Malison 2024-01-06 06:26:45 -07:00
  • 1031794d85 Merge pull request 'Remove main from action' (#6) from ivan/remove-main-branch-from-actions into master Ivan Malison 2024-01-06 06:26:20 -07:00
  • 5d2b45b3e5 Again? Ivan Malison 2024-01-06 02:31:02 -07:00
  • 73b09fe9cb Fix? Ivan Malison 2024-01-06 02:13:39 -07:00
  • cd2ecb22b1 Set yarn cache folder Ivan Malison 2024-01-06 02:07:26 -07:00
  • ad66131e01 Fix? Ivan Malison 2024-01-05 23:27:48 -07:00
  • f401c418c5 Only use yarn.lock Ivan Malison 2024-01-05 23:25:08 -07:00
  • 7b8db90f75 Fix action Ivan Malison 2024-01-05 22:52:32 -07:00
  • 0431ba12c5 Run action on push master Ivan Malison 2024-01-05 22:48:28 -07:00
  • 3731bb7532 Add gitea action Ivan Malison 2024-01-05 22:47:04 -07:00
  • a1a3fa45b1 Use environment variables for uri Kat Huang 2024-01-05 19:50:07 -07:00
  • 59541ec0e8 Merge pull request 'Fix lint errors' (#4) from fix-lint-errors into master Kat Huang 2024-01-05 19:20:57 -07:00
  • b334cc377f Fix lint errors Kat Huang 2024-01-05 19:19:45 -07:00
  • b1467838da Merge pull request 'Install eslint' (#3) from linter into master Kat Huang 2024-01-05 19:06:40 -07:00
  • 20901fb26c Add lint rules Kat Huang 2024-01-05 15:24:24 -07:00
  • 295f948104 Install eslint Kat Huang 2024-01-05 14:33:31 -07:00
  • 977ab8f6c9 Creating new repo Kat Huang 2023-12-28 17:18:54 -07:00
  • c3e2d23a63 Initial commit Kat Huang 2023-12-28 16:44:12 -07:00