Skip to content

mjuniper/mwd-debugging

Repository files navigation

mwd-debugging

  1. Clone the repo git clone https://github.com/mjuniper/mwd-debugging.git
  2. cd mwd-debugging
  3. git pull origin
  4. npm i
  5. bower install
  6. run gulp serve to start the local development environment.
  7. Try it out - when the page loads, you should see a table containing datasets with a more button below it that loads another page of datasets.
  8. Peruse the code to familiarize yourself with it.
  9. Checkout the debugging-1 branch: git checkout -b debugging-1 origin/debugging-1
  10. Note that the table does not load.
  11. Fix it!
  12. Checkout the debugging-2 branch: git checkout -b debugging-2 origin/debugging-2
  13. Note that the table does not load.
  14. Fix it!
  15. Checkout the debugging-3 branch: git checkout -b debugging-3 origin/debugging-3
  16. Note that the table does not load.
  17. Fix it!
  18. Checkout the debugging-4 branch: git checkout -b debugging-4 origin/debugging-4
  19. Note that the table loads but the more button doesn't work.
  20. Fix it!
  21. Checkout the debugging-5 branch: git checkout -b debugging-5 origin/debugging-5
  22. Note that the quality column contains undefined.
  23. Fix it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published