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

Revive Hits - Better (Much Faster!) than Ever #50

Merged
merged 45 commits into from
Sep 4, 2017
Merged

Conversation

nelsonic
Copy link
Member

@nelsonic nelsonic commented Aug 28, 2017

@iteles this PR dusts off the "Hits" project so that we can use it as a "beginners" node.js tutorial.

Issues resolved:

Using the "curl" response time command https://stackoverflow.com/a/22625150/1148249
we see that response is consistently around 300ms on my crappy 3G connection in PT!
image

This will form part of the next dwyl "learn" tutorial.
But right now I just want to ship the progress "so far".

@codecov
Copy link

codecov bot commented Aug 28, 2017

Codecov Report

Merging #50 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #50   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      8    +7     
  Lines          19    105   +86     
=====================================
+ Hits           19    105   +86
Impacted Files Coverage Δ
lib/format_hit.js 100% <100%> (ø)
lib/error_logger.js 100% <100%> (ø)
lib/hits.js 100% <100%> (ø) ⬆️
lib/make_svg.js 100% <100%> (ø)
lib/db_filesystem.js 100% <100%> (ø)
lib/db_redis.js 100% <100%> (ø)
lib/extract_request_data.js 100% <100%> (ø)
lib/hash.js 100% <100%> (ø)
... and 5 more

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 f4413d3...3a8a2f8. Read the comment docs.

@nelsonic nelsonic changed the title Revive Hits - Better (Faster) than Ever Revive Hits - Better (Much Faster!) than Ever Sep 3, 2017
@nelsonic
Copy link
Member Author

nelsonic commented Sep 4, 2017

@iteles no "rush" to Merge this, but would be good at some point this week when you have time. 😉

@iteles
Copy link
Member

iteles commented Sep 4, 2017

@nelsonic I just didn't know whether it was ready for merging 😊
Will review this afternoon!

@nelsonic
Copy link
Member Author

nelsonic commented Sep 4, 2017

Added basic UI for creating Badges on the Homepage: http://hits.dwyl.io
image

@nelsonic
Copy link
Member Author

nelsonic commented Sep 4, 2017

Final "MVP" UI:
image

@iteles PR assigned. thanks for reviewing/merging.

Copy link
Member

@iteles iteles left a comment

Choose a reason for hiding this comment

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

Look at all this!
And with a badge-maker! 🎉

@iteles iteles merged commit 4f5d73f into dwyl:master Sep 4, 2017
@nelsonic
Copy link
Member Author

nelsonic commented Sep 4, 2017

@iteles thank you! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update dependencies Hit Count not working
2 participants