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

Added sky adapter service #81

Merged
merged 7 commits into from
Jun 11, 2019
Merged

Added sky adapter service #81

merged 7 commits into from
Jun 11, 2019

Conversation

Blackbaud-AlexKingman
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jun 11, 2019

Codecov Report

Merging #81 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #81   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          19     19           
  Lines         304    304           
  Branches       52     52           
=====================================
  Hits          304    304

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f531170...504da83. Read the comment docs.

/* tslint:enable */

@Injectable()
export class SkyAdapterService {

Choose a reason for hiding this comment

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

I think we might need a better name. I totally get that this is an adapter but I'm wondering if we will get confused down the road with what this is vs the other adapters we have. Thoughts?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

SkyCoreAdapterService?

Choose a reason for hiding this comment

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

Maybe? Lol. I think that is better than what is currently here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

SkyCoreAdapterService
]
})
export class SkyAdapterModule { }

Choose a reason for hiding this comment

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

I think we should rename the module here too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, good catch. Done.

@Blackbaud-AlexKingman Blackbaud-AlexKingman merged commit 7cf9d55 into master Jun 11, 2019
@Blackbaud-AlexKingman Blackbaud-AlexKingman deleted the adapter-service branch June 11, 2019 19:49
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.

2 participants