Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Table Definitions #858

Merged
merged 85 commits into from
Jun 16, 2023
Merged

Source Table Definitions #858

merged 85 commits into from
Jun 16, 2023

Conversation

anthonylasso
Copy link
Contributor

@anthonylasso anthonylasso commented Jun 9, 2023

Description

This PR enables users to view the Source table definition with the first 150 row values. This feature works across in both hosted mode and localmode.

Example Video:

localmode

Screen.Recording.2023-06-15.at.2.32.04.PM.mov

Error Cases:

Missing Params
Screenshot 2023-06-15 at 3 10 34 PM

General Errors
Screenshot 2023-06-15 at 3 10 23 PM

Unit Tests:

Screenshot 2023-06-09 at 6 08 06 PM

Example Endpoint Response: /data/sourcedata

example.txt

Type of change

Does this correspond to an open issue?

Select type(s) of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist:

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have fixed any merge conflicts

center page content correctly
-rename "__tests__" directory to "__test__"
-use the passed in validated prop instead of the router query (which the user can change)
-match prop names and order for metadata
-the conversion method SourceShallowMap() now returns extra properties to the caller
-refactor metadata types out of main and into metadata package
-include unit test
-note: over time main needs to have these extra types moved into their appropriate packages.
-may need to remove millisecond timestamp from the return (not useful to the user and will cause tests to break)
simplifies the version fetching logic.
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 14:52 — with GitHub Actions Inactive
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 14:52 — with GitHub Actions Inactive
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 14:52 — with GitHub Actions Inactive
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 19:00 — with GitHub Actions Inactive
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 19:07 — with GitHub Actions Inactive
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 19:07 — with GitHub Actions Inactive
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 19:07 — with GitHub Actions Inactive
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 19:07 — with GitHub Actions Inactive
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 20:00 — with GitHub Actions Inactive
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 20:01 — with GitHub Actions Inactive
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 20:01 — with GitHub Actions Inactive
@anthonylasso anthonylasso temporarily deployed to Integration testing June 16, 2023 20:01 — with GitHub Actions Inactive
@anthonylasso anthonylasso merged commit 81b21b1 into main Jun 16, 2023
42 of 45 checks passed
@anthonylasso anthonylasso deleted the feature/sourceTableModal branch June 16, 2023 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants