Skip to content

Commit

Permalink
start reasons organization
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalnjs committed Oct 2, 2024
1 parent 26f8dff commit 8fef275
Show file tree
Hide file tree
Showing 10 changed files with 256 additions and 114 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h1 class="text-placeholder">000</h1>
</div>
</div>
<div data-modal-page="keybinds" data-page-title="Keyboard Shortcuts">
<p><kbd>Ctrl</kbd> + <kbd>Enter</kbd> Submit click</p>
<p><kbd>Ctrl</kbd> + <kbd>Enter</kbd> Submit check</p>
<p><kbd>Alt</kbd> + <kbd>1-9</kbd> Insert nth symbol</p>
<p><kbd>Ctrl</kbd> + <kbd>/</kbd> Open Keyboard Shortcuts</p>
<p><kbd>Ctrl</kbd> + <kbd>,</kbd> Open Settings</p>
Expand Down
4 changes: 2 additions & 2 deletions admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ <h1 class="text-placeholder">000</h1>
</div>
</div>
<div data-modal-page="keybinds" data-page-title="Keyboard Shortcuts">
<p><kbd>Ctrl</kbd> + <kbd>Enter</kbd> Submit click</p>
<p><kbd>Ctrl</kbd> + <kbd>Enter</kbd> Submit check</p>
<p><kbd>Alt</kbd> + <kbd>1-9</kbd> Insert nth symbol</p>
<p><kbd>Ctrl</kbd> + <kbd>/</kbd> Open Keyboard Shortcuts</p>
<p><kbd>Ctrl</kbd> + <kbd>,</kbd> Open Settings</p>
Expand Down Expand Up @@ -322,7 +322,7 @@ <h1 class="text-placeholder">000</h1>
</dialog>
<dialog data-modal-page="api-fail" data-page-title="API Offline">
<p>
The Virtual Checker API is currently offline. Please try again later, or contact support below.
The Virtual Checker API is currently offline. Please try again later, check for <a href="https://status.dangoweb.com/">server maintenance</a>, or contact support below.
</p>
<div class="row center">
<a href="https://github.com/faisalnjs/virtual-checker/issues" class="icon"><i class="bi bi-github"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions admin/questions.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h1 class="text-placeholder">000</h1>
</div>
</div>
<div data-modal-page="keybinds" data-page-title="Keyboard Shortcuts">
<p><kbd>Ctrl</kbd> + <kbd>Enter</kbd> Submit click</p>
<p><kbd>Ctrl</kbd> + <kbd>Enter</kbd> Submit check</p>
<p><kbd>Alt</kbd> + <kbd>1-9</kbd> Insert nth symbol</p>
<p><kbd>Ctrl</kbd> + <kbd>/</kbd> Open Keyboard Shortcuts</p>
<p><kbd>Ctrl</kbd> + <kbd>,</kbd> Open Settings</p>
Expand Down Expand Up @@ -302,7 +302,7 @@ <h1 class="text-placeholder">000</h1>
</dialog>
<dialog data-modal-page="api-fail" data-page-title="API Offline">
<p>
The Virtual Checker API is currently offline. Please try again later, or contact support below.
The Virtual Checker API is currently offline. Please try again later, check for <a href="https://status.dangoweb.com/">server maintenance</a>, or contact support below.
</p>
<div class="row center">
<a href="https://github.com/faisalnjs/virtual-checker/issues" class="icon"><i class="bi bi-github"></i></a>
Expand Down
60 changes: 21 additions & 39 deletions admin/responses.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,49 +82,44 @@ <h1>Sort</h1>
<div class="input-group small">
<label for="sort-segment-input">Segment</label>
<div class="space" id="question-container">
<input type="text" autocomplete="off" id="sort-segment-input" value="" />
<input type="text" autocomplete="off" id="sort-segment-input" value="" placeholder="1" />
</div>
</div>
<div class="input-group small">
<label for="sort-question-input">Question</label>
<div class="space" id="question-container">
<input type="text" autocomplete="off" id="sort-question-input" value="" />
<input type="text" autocomplete="off" id="sort-question-input" value="" placeholder="1a" />
</div>
</div>
<div class="input-group small">
<label for="sort-seat-input">Seat</label>
<div class="space" id="question-container">
<input type="number" autocomplete="off" id="sort-seat-input" value="" max="999" maxlength="3" />
<input type="number" autocomplete="off" id="sort-seat-input" value="" placeholder="311" max="999" maxlength="3" />
</div>
</div>
</div>
</div>
<div class="section awaitingResponses">
<h1>Awaiting Scoring</h1>
<div class="button-grid inputs">
<label style="width: -webkit-fill-available" class="small">ID</label>
<!-- <label style="width: -webkit-fill-available" class="small">ID</label> -->
<label style="width: -webkit-fill-available" class="small">Segment</label>
<label style="width: -webkit-fill-available" class="small">Question</label>
<label style="width: -webkit-fill-available" class="small">Seat</label>
<label style="width: -webkit-fill-available">Response</label>
<label style="width: -webkit-fill-available" class="medium">Status</label>
<label style="width: -webkit-fill-available" class="small">Status</label>
</div>
<div class="section">
<div class="button-grid inputs">
<input type="text" autocomplete="off" class="small" id="response-id-input" value="" disabled />
<!-- <input type="text" autocomplete="off" class="small" id="response-id-input" value="" disabled /> -->
<input type="text" autocomplete="off" class="small" id="response-segment-input" value="" disabled />
<input type="text" autocomplete="off" class="small" id="response-question-input" value="" disabled />
<input type="text" autocomplete="off" class="small" id="response-seat-code-input" value="" disabled />
<input type="text" autocomplete="off" id="response-response-input" value="" disabled />
<select name="response-status-input" class="medium" id="response-status-input">
<option value="Unknown, Recorded">Unknown</option>
<option value="Incorrect">Incorrect</option>
<option value="Correct">Correct</option>
<option value="Invalid Format">Invalid</option>
</select>
<button square id="mark-correct-button"><i class="bi bi-check-circle"></i></button>
<button square id="mark-incorrect-button"><i class="bi bi-x-circle"></i></button>
</div>
</div>
<button class="space" id="save-button" awaiting>Save</button>
</div>
<div class="section trendingResponses">
<h1>Trends</h1>
Expand All @@ -133,63 +128,50 @@ <h1>Trends</h1>
<label style="width: -webkit-fill-available" class="small">Question</label>
<label style="width: -webkit-fill-available">Response</label>
<label style="width: -webkit-fill-available" class="small">#</label>
<label style="width: -webkit-fill-available" class="medium">Status</label>
<label style="width: -webkit-fill-available" class="small">Status</label>
</div>
<div class="section">
<div class="button-grid inputs">
<input type="text" autocomplete="off" class="small" id="response-segment-input" value="" disabled />
<input type="text" autocomplete="off" class="small" id="response-question-input" value="" disabled />
<input type="text" autocomplete="off" id="response-response-input" value="" disabled />
<input type="text" autocomplete="off" class="small" id="response-count-input" value="" disabled />
<select name="response-status-input" class="medium" id="response-status-input">
<option value="Unknown, Recorded">Unknown</option>
<option value="Incorrect">Incorrect</option>
<option value="Correct">Correct</option>
<option value="Invalid Format">Invalid</option>
</select>
<button square id="mark-correct-button"><i class="bi bi-check-circle"></i></button>
<button square id="mark-incorrect-button"><i class="bi bi-x-circle"></i></button>
</div>
</div>
<button class="space" id="save-button" trending>Save</button>
</div>
<div class="section responses">
<h1>Marked Responses</h1>
<div class="button-grid inputs">
<label style="width: -webkit-fill-available" class="small">ID</label>
<!-- <label style="width: -webkit-fill-available" class="small">ID</label> -->
<label style="width: -webkit-fill-available" class="small">Segment</label>
<label style="width: -webkit-fill-available" class="small">Question</label>
<label style="width: -webkit-fill-available" class="small">Seat</label>
<label style="width: -webkit-fill-available">Response</label>
<label style="width: -webkit-fill-available" class="medium">Status</label>
<label style="width: -webkit-fill-available" class="small">Status</label>
</div>
<div class="section">
<div class="button-grid inputs">
<input type="text" autocomplete="off" class="small" id="response-id-input" value="" disabled />
<!-- <input type="text" autocomplete="off" class="small" id="response-id-input" value="" disabled /> -->
<input type="text" autocomplete="off" class="small" id="response-segment-input" value="" disabled />
<input type="text" autocomplete="off" class="small" id="response-question-input" value="" disabled />
<input type="text" autocomplete="off" class="small" id="response-seat-code-input" value="" disabled />
<input type="text" autocomplete="off" id="response-response-input" value="" disabled />
<select name="response-status-input" class="medium" id="response-status-input">
<option value="Unknown, Recorded">Unknown</option>
<option value="Incorrect">Incorrect</option>
<option value="Correct">Correct</option>
<option value="Invalid Format">Invalid</option>
</select>
<button square id="mark-correct-button"><i class="bi bi-check-circle"></i></button>
<button square id="mark-incorrect-button"><i class="bi bi-x-circle"></i></button>
</div>
</div>
<button class="space" id="save-button">Save</button>
</div>
</div>
<!-- Controls -->
<div id="controls-container" class="pill">
<button class="icon" data-modal-view="settings">
<i class="bi bi-gear"></i>
</button>
<button class="icon" data-delete-multiple>
<i class="bi bi-trash"></i>
</button>
<button class="icon" data-select-multiple>
<i class="bi bi-circle"></i>
<i class="bi bi-x"></i>
<button class="icon" data-polling>
<i class="bi bi-skip-forward-circle-fill"></i>
<i class="bi bi-stop-circle-fill" style="display: none;"></i>
</button>
<!-- <button class="pill" data-modal-view="settings/code">
<span class="code">000</span>
Expand Down Expand Up @@ -332,7 +314,7 @@ <h1 class="text-placeholder">000</h1>
</div>
</div>
<div data-modal-page="keybinds" data-page-title="Keyboard Shortcuts">
<p><kbd>Ctrl</kbd> + <kbd>Enter</kbd> Submit click</p>
<p><kbd>Ctrl</kbd> + <kbd>Enter</kbd> Submit check</p>
<p><kbd>Alt</kbd> + <kbd>1-9</kbd> Insert nth symbol</p>
<p><kbd>Ctrl</kbd> + <kbd>/</kbd> Open Keyboard Shortcuts</p>
<p><kbd>Ctrl</kbd> + <kbd>,</kbd> Open Settings</p>
Expand Down Expand Up @@ -363,7 +345,7 @@ <h1 class="text-placeholder">000</h1>
</dialog>
<dialog data-modal-page="api-fail" data-page-title="API Offline">
<p>
The Virtual Checker API is currently offline. Please try again later, or contact support below.
The Virtual Checker API is currently offline. Please try again later, check for <a href="https://status.dangoweb.com/">server maintenance</a>, or contact support below.
</p>
<div class="row center">
<a href="https://github.com/faisalnjs/virtual-checker/issues" class="icon"><i class="bi bi-github"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ <h1 class="text-placeholder">000</h1>
</div>
</div>
<div data-modal-page="keybinds" data-page-title="Keyboard Shortcuts">
<p><kbd>Ctrl</kbd> + <kbd>Enter</kbd> Submit click</p>
<p><kbd>Ctrl</kbd> + <kbd>Enter</kbd> Submit check</p>
<p><kbd>Alt</kbd> + <kbd>1-9</kbd> Insert nth symbol</p>
<p><kbd>Ctrl</kbd> + <kbd>/</kbd> Open Keyboard Shortcuts</p>
<p><kbd>Ctrl</kbd> + <kbd>,</kbd> Open Settings</p>
Expand Down Expand Up @@ -311,7 +311,7 @@ <h1 class="text-placeholder">000</h1>
</dialog>
<dialog data-modal-page="api-fail" data-page-title="API Offline">
<p>
The Virtual Checker API is currently offline. Please try again later, or contact support below.
The Virtual Checker API is currently offline. Please try again later, check for <a href="https://status.dangoweb.com/">server maintenance</a>, or contact support below.
</p>
<div class="row center">
<a href="https://github.com/faisalnjs/virtual-checker/issues" class="icon"><i class="bi bi-github"></i></a>
Expand Down
Loading

0 comments on commit 8fef275

Please sign in to comment.