Skip to content

Commit

Permalink
Donation sites user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
wanguiwaweru committed Sep 19, 2024
1 parent 74a5db2 commit 231bf8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ GEM
webrick (~> 1.7)
websocket-driver (~> 0.7)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
filterrific (5.2.5)
Expand Down Expand Up @@ -405,6 +406,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
Expand Down Expand Up @@ -453,6 +456,7 @@ GEM
ruby-rc4
ttfunk
pg (1.5.7)
pg (1.5.7-x64-mingw-ucrt)
popper_js (2.11.8)
prawn (2.4.0)
pdf-core (~> 0.9.0)
Expand Down Expand Up @@ -707,6 +711,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x64-mingw-ucrt
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22
Expand Down
8 changes: 4 additions & 4 deletions docs/user_guide/bank/community_donation_sites.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Donation Sites

Donation sites are places where people drop off supplies and donations. You can manage the sites' information on the "Donation Sites" page under the "Community" section.
Donation sites are places where people drop off donations. You can manage the sites' information on the "Donation Sites" page under the "Community" section.

![Donation Sites](images/community/donation_sites/donation_sites.jpg)

Expand All @@ -22,13 +22,13 @@ After saving the site's details there will be a new row on the Donation Sites pa

## Viewing Donation Site information

Click on "View" which shows the donation site name, address, contact name, e-mail, phone number, storage location, quantity of items, variety of items and lets you view the full details of each donation from the source section.
Clicking on the "view" button beside a donation site will show detailed information for that site, including the donation site name, address, contact name, e-mail, phone number, storage location. It also shows a list of the donations for that site including the quantity of items and variety of items. You can drill down to see the full details of each donation by clicking "View donation details".

![Donation Sites Details](images/community/donation_sites/donation_sites_details.jpg)

## Editing Donation Site information

Clicking on the "Edit" button lets you edit the donation sites's details where you can change the name, address, contact name, email and phone number.
Clicking on the "Edit" button beside a donation site in the donation site list lets you edit the name, address, contact name, email and phone number.

![Edit Donation Site Details](images/community/donation_sites/edit_donation_site.jpg)

Expand All @@ -40,6 +40,6 @@ Use the "Deactivate" button to delete information about a donation site that is

## Exporting Donation Sites

You can export all the donation sites by clicking on the "Export Donation Sites" button.
You can export the active donation sites by clicking on the "Export Donation Sites" button. This will provide a .csv file containing the name, address, and contact information for each active donation site.

![Export Donation Sites](images/community/donation_sites/export_donation_sites.jpg)

0 comments on commit 231bf8d

Please sign in to comment.