|
| 1 | +# Detailed User Guide |
| 2 | + |
| 3 | +This document will go into more details on each table in the admin interface. |
| 4 | + |
| 5 | +#### Table of Contents |
| 6 | +- [General Settings](#general-settings) |
| 7 | +- [Meeting Times](#meeting-times) |
| 8 | +- [Quotes](#quotes) |
| 9 | +- [Bulletin Groups](#bulletin-groups) |
| 10 | +- [All Bulletin Entries](#all-bulletin-entries) |
| 11 | +- [Active Bulletin Entries](#active-bulletin-entries) |
| 12 | +- [Announcements](#announcements) |
| 13 | +- [Contact Tables](#contact-tables) |
| 14 | +- [All Contacts](#all-contacts) |
| 15 | + |
| 16 | +--- |
| 17 | +## General Settings |
| 18 | + |
| 19 | +On a brand new database setup, you will need to create the General Settings table. Click the `Add` Button to the right of the table name to create the table. This will open the form editor where you can configure your general settings: |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | +- Ward name |
| 24 | + - Set your Ward name here. It will be displayed at the top of the home page |
| 25 | +- Theme color |
| 26 | + - Choose a theme color. I like brown |
| 27 | +- Logo path |
| 28 | + - If you uploaded a logo to the correct location, it should be visible in this list |
| 29 | + - There is a default logo included which was copied from the Church website. It doesn't fit very well, so I recommend uploading your own or skipping the logo entirely |
| 30 | +- Photos path |
| 31 | + - This dropdown will list every photo and file in the images area of the project. If the contents weren't modified, if will contain pictures of most of the temples organized by location |
| 32 | + - You can select any level of the folder hierarchy you want and the webpage will randomly display photos from within the selected hierarchy. So `/temples` will shuffle all the photos, while `/temples/north_america/united_states` will shuffle all the United States photos. |
| 33 | +- Subscribe email |
| 34 | + - If your ward has a mid-week email that members can subscribe to, you can enter the email address here, and it will add an entry to the homepage with a link that drafts an email to this address requesting the subscription |
| 35 | + |
| 36 | +--- |
| 37 | +## Meeting Times |
| 38 | + |
| 39 | +On a brand new database setup, you will need to create the Meeting Times table. Click the `Add` Button to the right of the table name to create the table. This will open the form editor where you can configure your meeting times: |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | +- First hour meeting time |
| 44 | + - Will show up above your program |
| 45 | +- Second hour meeting time |
| 46 | + - Will show up under your program, above your class schedule |
| 47 | +- Next meeting date |
| 48 | + - If you leave this blank, the webpage will automatically display the upcoming Sunday as your next meeting date |
| 49 | + - If for any reason you want to override this date, you can put date here and it will display on the webpage instead, as long as the date you choose is later than the current date |
| 50 | + |
| 51 | +--- |
| 52 | +## Quotes |
| 53 | + |
| 54 | +A list of quotes that will randomly be displayed on your webpage next to the random temple image and above the program. If you delete or disable all the quotes, the temple photo will display by itself. If you don't select any photos in **General Settings**, the quote will display by itself. You can disable both if you want the page to go straight to the program. |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | +To add a new quote, fill out the **Add Quote** form. You need to specify the source of the quote and the quote itself. You can optionally add a link to the source, which will hyperlink the source when it displays on the webpage. |
| 59 | + |
| 60 | +--- |
| 61 | +## Bulletin Groups |
| 62 | + |
| 63 | +Think of each Bulletin Group as a different Sunday program. Each can contain a distinct list of entries that will display on the webpage when the group is enabled. There are multiple strategies for managing bulleting groups: |
| 64 | + |
| 65 | +- Maintain a single table that you modify each week |
| 66 | +- Maintain a handful of "template" tables that you clone each week and modify as needed |
| 67 | + - A template for regular sundays |
| 68 | + - A template for fast sundays |
| 69 | + - Any other configurations you want as a template |
| 70 | +- Each week, add the meeting date to the group name and make a new clone of the group so you have a rolling history of previous programs |
| 71 | + |
| 72 | +You will want to figure out what works best for you. The system is flexible enough to support multiple strategies. |
| 73 | + |
| 74 | +While managing bulletin entries within a group, they will be displayed in a table like this: |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | +You will need to scroll horizontally to access the full row if your screen is too narrow. The bulletin entries can be dragged and dropped to rearrange them. When adding new entries either in the bulletin group table, or separately in the **All Bulletin Entries**, you will see the same fields: |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | +- Position |
| 83 | + - The order of the entry on the page. If you drag and drop to rearrange the table, this value will update automatically |
| 84 | +- Title |
| 85 | + - The main text of the entry row - you have to enter at least this much |
| 86 | + - If you don't put anything else in the row, the text will be centered on the page |
| 87 | + - If you add a value, it will push this text to the left edge of the page |
| 88 | +- Value |
| 89 | + - If you add text to this field, it will push the title text to the left edge of the page and this will be placed on the right edge of the page |
| 90 | +- URL |
| 91 | + - If you add a URL, it will create a hyperlink on the **Value** text on the page |
| 92 | + - This is useful for linking directly to hymn PDFs or class lessons on the Church website |
| 93 | +- Additional Note |
| 94 | + - If you want additional text displayed outside the hyperlink, you can add it here |
| 95 | + - On the page, it will look like: "[Value]() | Additional Note" |
| 96 | + - You can use this even if the URL is empty |
| 97 | + - This is useful for the hymn number or the classroom location for a class |
| 98 | +- Enabled |
| 99 | + - If the row is disabled, it will not show up on the page |
| 100 | + - You can use this to toggle a few common rows on or off as needed without creating an entirely new group |
| 101 | +- Section |
| 102 | + - The page has three major sections: Sacrament Meeting, Sunday School, and Relief Society and Priesthood |
| 103 | + - Whichever section you select for the entry is which section it will show up on the page |
| 104 | +- Bulletin Group |
| 105 | + - If you are creating the entries within a Bulletin Group, you will not see this field |
| 106 | + - If you are creating the entries within the **All Bulletin Entries** table, you can use this field to assign the entry to a particular Bulletin Group |
| 107 | + |
| 108 | +Here is an example of four bulletin entries in the "Relief Society and Priesthood section: |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | +All four entries are using the **Additional Note** field, and the last three include a URL for the lessons. Here is how those entries look in the bulletin group table: |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | +After creating a bulletin group, one of the "save" buttons will be called "save as new". This button can be used to duplicate a group and all of its entries. Just keep an eye on which group you have enabled! |
| 117 | + |
| 118 | +--- |
| 119 | +## All Bulletin Entries |
| 120 | + |
| 121 | +The All Bulletin Entries table contains all the bulletin entries across all the bulletin groups, plus any not associated with a group. If you need to do any bulk updates on entries, you can access them from this table. This table can easily get large and hard to manage, so make sure you are looking at the right row, associated with the right group, if you plan on editing from this table. You can edit in the table row format, or you can click the entry title to get an entry form like the screenshot in the previous section. |
| 122 | + |
| 123 | +--- |
| 124 | +## Active Bulletin Entries |
| 125 | + |
| 126 | +This is a filtered version the **All Bulletin Entries** table that only shows the entries associated with whichever tables are enabled. If you keep the enabled Bulleting Groups to a single group, it will display just the rows of that table. This is a convenient table for editing from a phone, because you don't need to worry about the table view and scrolling left/right. You can open an individual entry and edit with a nice, mobile-friendly form. |
| 127 | + |
| 128 | +This is convenient because you might need to make quick changes Sunday morning, so being able to open this table with your phone and make the change makes that an easy task. |
| 129 | + |
| 130 | +--- |
| 131 | +## Announcements |
| 132 | + |
| 133 | +The **Announcements** table allows you to manage announcement entries for the announcements page of the website. You can either create a single announcement entry in the table that contains everything you want on the webpage, or break it up into individual sections that will get ordered how you specify. Each entry can be individually enabled. |
| 134 | + |
| 135 | +The announcement content block supports formatting with Markdown and HTML. There are many online editors for both of these formats that make it easy to create nice looking announcements |
| 136 | +- For Markdown, try an editor like [this one](https://markdown-editor.github.io/). You can use the formatting tools to style your text on the left side and see a preview of how it will look on the right side, then copy the formatted text on the left side into the announcement content box |
| 137 | +- For HTML, try a "[WYSIWYG](https://en.wikipedia.org/wiki/WYSIWYG)" editor like [this one](https://html-online.github.io/). Format your announcement however you want, then select the `View -> Source Code` menu option and copy all the source code into the announcement content box |
| 138 | + |
| 139 | +These options will let you fully customize how your announcement page is displayed. You can use a mix of either option. You could have a separate entry for each auxiliary and let somebody from each group manage the announcement section for themselves, or have a single person handle getting the announcments formatted and in place. You will want to figure out a method that works for you. |
| 140 | + |
| 141 | +Note: Keep an eye on the consistency of your markdown header sizes between entries. I found ### to be a good starting header size for individual announcement entries. |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | +--- |
| 146 | +## Contact Tables |
| 147 | + |
| 148 | +Each enabled contact table you create will be displayed on the **Contacts/Resources** page on the website. The default table format includes the individual's name, calling, email address, and phone number (the email address will be a hyperlink on their name). The name and calling are required, but the phone number and email address are optional, although skipping both would make me question the benefit of including the individual in the table. |
| 149 | + |
| 150 | +You might want a table for key ward contacts, and a second table for key stake contacts, facilities management, or missionaries. |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | +If you want to include a note attached to the footer of a table, you can add it in the **Additional notes** section. |
| 155 | +- Our primary table includes the note: *If you need to set up an appointment with a member of the bishopric, talk to the Executive Secretary, or get set apart for a calling, you can visit the ward offices right after church.* |
| 156 | + |
| 157 | +If the default table format doesn't work for what you want to display, you can use the **Raw content** field to include anything else you want on the page. It supports markdown (including markdown tables) and HTML like the announcement entries. |
| 158 | + |
| 159 | +For example, our page includes an "Online Resources" table with links to the Church website and ward/stake facebook groups: |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | +This table was created with markdown (view this file's source if you need an example): |
| 164 | + |
| 165 | +| | | |
| 166 | +| :--- | ---: | |
| 167 | +| Find contact information for ward members: | [directory.churchofjesuschrist.org](https://directory.churchofjesuschrist.org/) | |
| 168 | +| Get information about ward events: | [churchofjesuschrist.org/calendar](https://www.churchofjesuschrist.org/calendar/) | |
| 169 | +| Get church information on your phone or tablet: | [Church Mobile Apps](https://www.churchofjesuschrist.org/learn/mobile-applications?lang=eng) | |
| 170 | + |
| 171 | +--- |
| 172 | +## All Contacts |
| 173 | + |
| 174 | +Like the **All Bulletin Entries** table, the **All Contacts** table includes a list of all the contacts across all Contact Tables. If you need to manage an individual contact from a phone, or do a bulk update across multiple tables, it might be easier to use this table. Otherwise, you probably won't need to access this table very often. |
| 175 | + |
| 176 | +Your site administrator has the ability to hide tables from your view. They might have already hidden the **All Bulletin Entries** and **All Contacts** tables if you don't see them in your view (or maybe other tables they don't want you editing). You can also request for them to hide a table for you if you don't want to see it. |
| 177 | + |
| 178 | +--- |
| 179 | + |
| 180 | +If anthing is still unclear or missing from this document, please create a discussion on github and I will do my best to get this information updated, accurate, and clear. |
0 commit comments