Business Processes
Our client, the minister, has expressed his desire
to have an online copy of the weekly newsletter available online,
along with a text summary of that weeks sermon. This is to be set
out with the most recent copy of the sermon or newsletter displayed
automatically after clicking the link, but also with a link to an
archive of older copies. Getting the newsletters and sermons online
will require a change in business processes. First, the newsletters:
Every week, content is gathered for the newsletter
that is handed out every Sunday at the service. Once the content has
been collected, the secretary enters the content into a computer document,
which is then printed out and photocopied. If an online version of
this newsletter were to be made available, there would have to be
a few extra steps in this process. First, while creating the computer
document, the secretary saves two copies without any formatting as
a plain text documents. One of these is named news.txt, and the other
is the date in a yyyymmdd format (such as: 2002-10-15.txt). Then,
these two files are uploaded via FTP to a designated folder in the
website, where they can be accessed by the PERL script which displays
the most recent document, or displays an archive of older documents.
The reason two copies need to be uploaded is so that the script can
access them both for the respective pages they will appear on. The
Current Newsletter page uses a script, which finds the text document
called 'news.txt' and displays that on the page. The Archived Newsletters
page uses a script which, finds all the other documents and lists
them on the page in order from oldest to newest. The process of uploading
the summaries of the sermons is very similar. Two plain text files
will be uploaded to designated folders, one called news.txt and the
other with the date.
For this process to work correctly, it will require
the secretary to undergo some very brief training on the basic functions
of an FTP program. This training would be done by Joshua.
The only other ecommerce venture which would impact a business process
is if the church website had online donation capabilities (which is
explained below).
Back to Top
|