From 9985c4c04630ff52cb08aed2c3172a82a0653ded Mon Sep 17 00:00:00 2001 From: EthanThatOneKid <31261035+EthanThatOneKid@users.noreply.github.com> Date: Sat, 26 Dec 2020 11:21:56 -0800 Subject: [PATCH] init --- .vscode/settings.json | 4 ++++ README.md | 9 +++++++-- sensei-grading-bookmarklet/README.md | 21 +++++++++++++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 sensei-grading-bookmarklet/README.md diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3734ef6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "editor.defaultFormatter": "esbenp.prettier-vscode", + "editor.formatOnSave": true +} \ No newline at end of file diff --git a/README.md b/README.md index 2c0f4f3..050eb3b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# code-sensei -Code Ninjas assorted code for code senseis. +# Code Sensei 🐱‍👤 + +> Code Ninjas assorted code for code senseis. + +## Code Gallery 💽 + +1. [`sensei-grading-bookmarklet`](sensei-grading-bookmarklet) diff --git a/sensei-grading-bookmarklet/README.md b/sensei-grading-bookmarklet/README.md new file mode 100644 index 0000000..e87c1a2 --- /dev/null +++ b/sensei-grading-bookmarklet/README.md @@ -0,0 +1,21 @@ +# `sensei-grading-bookmarklet` + +## Usage + +1. Visit the [grading console][grading_console] while logged in as a code sensei. +1. Paste the bookmarklet code in the [address bar](https://en.wikipedia.org/wiki/Address_bar). +1. Make sure it is prefixed with `javascript:`. +1. Click enter to execute the bookmarklet code. + +## Development + +This [bookmarklet][bookmarklet_definition] is compiled using NodeJS. +To run in development mode, run `npm run dev`. + +## Purpose + +Grading code ninjas' submissions are slow and tedious because the current site has very poor UX. +My goal is to make an entirely keyboard-navagatble enhancement in the form of a bookmarklet. + +[grading_console]: https://gdp.code.ninja/Grading +[bookmarklet_definition]: https://en.wikipedia.org/wiki/Bookmarklet