Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

671 - [Datastore Management] Include Icon with datastore connection (FE) #845

Merged
merged 18 commits into from
Jul 13, 2022
Merged

671 - [Datastore Management] Include Icon with datastore connection (FE) #845

merged 18 commits into from
Jul 13, 2022

Conversation

chriscalhoun1974
Copy link
Contributor

@chriscalhoun1974 chriscalhoun1974 commented Jul 10, 2022

Purpose

Changes

  • For each Datastore Connection card, display the appropriate .svg logo file per connection type. If the corresponding connection type cannot be found or an error occurs during the .svg file download, display the default Ethyca fingerprint .svg file.

Checklist

  • Update CHANGELOG.md file
    • Merge in main so the most recent CHANGELOG.md file is being appended to
    • Add description within the Unreleased section in an appropriate category. Add a new category from the list at the top of the file if the needed one isn't already there.
    • Add a link to this PR at the end of the description with the PR number as the text. example: #1
  • Applicable documentation updated (guides, quickstart, postman collections, tutorial, fidesdemo, database diagram.
  • If docs updated (select one):
    • documentation complete, or draft/outline provided (tag docs-team to complete/review on this branch)
    • documentation issue created (tag docs-team to complete issue separately)
  • Good unit test/integration test coverage
  • This PR contains a DB migration. If checked, the reviewer should confirm with the author that the down_revision correctly references the previous migration before merging
  • The Run Unsafe PR Checks label has been applied, and checks have passed, if this PR touches any external services

Ticket

Fixes #671

Screen Shot 2022-07-13 at 10 34 13 AM

@chriscalhoun1974
Copy link
Contributor Author

chriscalhoun1974 commented Jul 10, 2022

For the additional BE story to render the given SASS connection type such as Hubspot, please reference the following:

Backend for SaaS Connector Logos#828

NOTE: I have accounted for an optional sass_config.type property to be added to the api/v1/connection API endpoint as a result of the above BE story.

@chriscalhoun1974 chriscalhoun1974 marked this pull request as ready for review July 11, 2022 20:54
Copy link
Contributor

@eastandwestwind eastandwestwind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @chriscalhoun1974 , mostly some syntax / spelling things to address.

@chriscalhoun1974
Copy link
Contributor Author

@eastandwestwind I have updated the PR with your feedback. Let me know if I may have missed anything. Thanks again for looking at this. Much appreciated.

Copy link
Contributor

@eastandwestwind eastandwestwind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 very small Qs/comments!

CHANGELOG.md Show resolved Hide resolved
Copy link
Contributor

@eastandwestwind eastandwestwind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making these changes!

@eastandwestwind eastandwestwind merged commit 5f75606 into ethyca:main Jul 13, 2022
sanders41 pushed a commit that referenced this pull request Sep 22, 2022
…FE) (#845)

* 671 - [Datastore Management] Include Icon with datastore connection (FE)

* 671 - [Datastore Management] Include Icon with datastore connection (FE)

* Updated CHANGELOG.md file

* 671 - [Datastore Management] Include Icon with datastore connection (FE)

Resolved import statement issues

* 671 - [Datastore Management] Include Icon with datastore connection (FE)

Resolved import statement issues

* 671 - [Datastore Management] Include Icon with datastore connection (FE)

Resolved import statement issues

* 671 - [Datastore Management] Include Icon with datastore connection (FE)

Resolved import statement issues

* 671 - [Datastore Management] Include Icon with datastore connection (FE)

1. Updated connector svg images
2. Added default style to Spinner component

* 671 - [Datastore Management] Include Icon with datastore connection (FE)

Deleted unnecessary file

* 671 - [Datastore Management] Include Icon with datastore connection (FE)

Updated MySQL and Outreach .svg files

* Renamed connectors folder to connector-logos

* Resolved misspelling error in import statement

* Code review feedback

* Code review feedback
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Datastore Management] Include Icon with datastore connection (FE)
2 participants