Skip to content

Conversation

@stoopidJSON
Copy link
Member

@stoopidJSON stoopidJSON commented Mar 20, 2020

This will add check-in models. The endpoints will actually come in another
Commit. This commit also cleans up some foreign key lookups for other tables.
resolves #6

Todos

  • Models
  • [ ] Seeders
  • [ ] Endpoints
  • Add checkIn option to Entity
  • Tests

This will add check-in models. The endpoints will actually come in another
Commit. This commit also cleans up some foreign key lookups for other tables.
resolves #6
@stoopidJSON stoopidJSON added the work in progress Designates a PR that is still in progress label Mar 20, 2020
@codecov
Copy link

codecov bot commented Mar 20, 2020

Codecov Report

Merging #60 into master will decrease coverage by 6.03%.
The diff coverage is 31.70%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
- Coverage   85.39%   79.36%   -6.04%     
==========================================
  Files          12       12              
  Lines         226      252      +26     
==========================================
+ Hits          193      200       +7     
- Misses         33       52      +19     
Impacted Files Coverage Δ
src/models/user.js 89.28% <0.00%> (ø)
src/routes/user-role.js 90.47% <ø> (ø)
src/routes/entity.js 47.61% <21.73%> (-21.62%) ⬇️
src/routes/contact.js 62.96% <28.57%> (-2.43%) ⬇️
src/routes/user.js 89.28% <50.00%> (-3.31%) ⬇️
src/models/entity.js 71.42% <60.00%> (-6.35%) ⬇️
src/models/contact.js 78.57% <66.66%> (-3.25%) ⬇️

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 1d6c685...d56cc55. Read the comment docs.

@stoopidJSON stoopidJSON requested a review from a team March 21, 2020 19:34
@stoopidJSON stoopidJSON removed the work in progress Designates a PR that is still in progress label Mar 21, 2020
@stoopidJSON stoopidJSON merged commit 8677eb4 into master Mar 22, 2020
@stoopidJSON stoopidJSON deleted the revjtanton/issue-6 branch March 22, 2020 01:28
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.

Check-in endpoints

2 participants