Skip to content

LABHR/hatrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's All Build a Hat Rack -- JavaScript

js-standard-style

To run, simply open index.html.

To run the linter install the dependancies using npm install and then run the linter npm run lint

Feature Parity with octohatrack

This implementation is not feature complete with respect to the octohatrack command-line tool. Check the currently open 'enhancement' issues for more detail about what's missing.

How to save a static version of the hatrack page

  • Problem: At the moment you can only see the contributors for a github repo via https://labhr.github.io/hatrack/ if you're logged into GitHub (because the information is pulled in real time to create the webpage and you need to be verified by GitHub to be allowed to send enough requests to compile the information). I'd like to host a page on my website that means anyone can see who has contributed without requiring the buy in of creating a GitHub account.

  • Solution: A project member logs in with GitHub and create the lovely looking page via https://labhr.github.io/hatrack/ then saves a non-dynamic copy using the Scrapbook Firefox add on.

Instructions

  • Install the Scrapbook Firefox add on
  • Create the Lets Build a Hat Rack contributers page for your project:
  • Save the page to your local machine using Scrapbook (click alt to see the Firefox browser menu). * Copy this folder (which is helpfully named with the date and time that you downloaded it) to your website's folder.

And you're done! 🎉 ✨

Here's an example: http://kirstiejane.github.io/STEMMRoleModels/octohatrack_output/Scrapbook_20160317092940/index.html

TODO

  • Handle errors in some graceful way.
  • Be able to display data whilst it is loading.
  • Download issue information faster. Specifically once a single issue page is downloaded, start downloading the comment lists.
  • Remove all direct dependancies on jQuery, simply rely on 1 or 2 externally defined functions to allow the implementer to choose their own libraries.
  • Implement a cache that persists across page loads. Currently the browser caches most requests, however if we were able to have a persistent cache we could implement more aggressive caching such as the kinds described on this issue
  • Add support for restricting the number of issues retrieved. Either through a form field or after the first issues request popping up a notification along the lines of 'Too many issues to comb through, how about we limit it to the last year?'.

About

A JavaScript implementation of Let's Build a Hat Rack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published