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

Created customer entity #176

Merged
merged 2 commits into from
Dec 31, 2020
Merged

Created customer entity #176

merged 2 commits into from
Dec 31, 2020

Conversation

gbenziv
Copy link
Contributor

@gbenziv gbenziv commented Dec 30, 2020

Closes #158

  • Added customer entity

Pull Request Checklist

  • I have ensured that my commit message contains the Issue ID.
  • I have ensured that my commit message contains the feature/bugfix description.
  • I have updated the documentation accordingly.
  • I have ensured my code follows the coding guidelines.
  • I have ran lint in my code locally prior to submission.
  • I have built my changes in local successfully.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Closes #158

- Added customer entity
- Added new table item struct
@codecov
Copy link

codecov bot commented Dec 31, 2020

Codecov Report

Merging #176 (538da71) into master (a933054) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #176   +/-   ##
=======================================
  Coverage   94.61%   94.61%           
=======================================
  Files          37       37           
  Lines         724      724           
=======================================
  Hits          685      685           
  Misses         39       39           
Impacted Files Coverage Δ
core/entity/employee.hpp 100.00% <ø> (ø)

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 a933054...538da71. Read the comment docs.

@gbenziv gbenziv merged commit d078027 into master Dec 31, 2020
@gbenziv gbenziv deleted the dev/158 branch December 31, 2020 01:57
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.

Create customer data structure
1 participant