Skip to content

Commit

Permalink
Merge pull request #603 from maebeale/update-glossary
Browse files Browse the repository at this point in the history
Add more terms to glossary, per stakeholder request
  • Loading branch information
maebeale authored Jul 30, 2020
2 parents ee9291e + 4749c0b commit 92dc8c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

### Bugfixes
* Fix bug where inexhaustible wasn't updating when edited on Triage page #604
* Add more terms to glossary #603

## [0.2.6] - 2020-07-25
### Enhancements
Expand Down
11 changes: 11 additions & 0 deletions app/views/admin/glossary.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@
<hr>

<%= link_to "Yearbook", yearbook_admin_path %>: List of everyone who has a Position. (Later we can have Profile photos.)

<hr>

<%= link_to "Respond", respond_contribution_path(Listing.first) %>: Preview a Contribution and prepare to "Respond" to the person by adding a Tentative Match
<br>
<%= link_to "Triage", triage_contribution_path(Listing.first) %>: Update Contribution -- Add short summary, change description, indicate if 'Inexhaustible'
<br>
<span class="has-text-weight-bold">Tentative Match:</span> This is a real Match. The first point of contact is to choose a potential match, and then to contact both parties.
<br>
<span class="has-text-weight-bold">Inexhaustible:</span> This Contribution can be matched many times, will continue to show up in dropdowns, etc

</div>
</div>
</div>

0 comments on commit 92dc8c8

Please sign in to comment.