Skip to content

Commit

Permalink
updated names -- todo update db and make it more for candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
viraatdas committed Sep 27, 2020
1 parent 2023934 commit 67a276e
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions .idea/gavel-for-interviews.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions gavel/templates/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ <h2>Stats</h2>

<div class="item">
<div class="banner">
<h2>Projects</h2>
<h2>Candidates</h2>
</div>
<div class="info">
<table id="items">
<thead>
<tr>
<th data-sort-method="number">Id</th>
<th data-sort-method="caseInsensitiveSort">Name</th>
<th data-sort-method="caseInsensitiveSort">Location</th>
<th data-sort-method="caseInsensitiveSort">Interviewer Name</th>
<th data-sort-method="caseInsensitiveSort">Description</th>
<th class="sort-default" data-sort-method="number" data-sort-order="desc">Mu</th>
<th data-sort-method="number">Sigma Squared</th>
Expand Down Expand Up @@ -146,10 +146,10 @@ <h2>Judges</h2>

<div class="item">
<div class="banner">
<h2>Add Projects</h2>
<h2>Add Candidates</h2>
</div>
<div class="info">
<p>Add name, location, description (CSV format)</p>
<p>Add candidate name, interviewer name, candidate's profile link (CSV format)</p>
<textarea name="data" form="item_form"></textarea>
<form action="{{ url_for('item') }}" method="post" id="item_form" enctype="multipart/form-data">
<div class="upload-container">
Expand Down

0 comments on commit 67a276e

Please sign in to comment.