Skip to content

Commit 473ce20

Browse files
Merge pull request #336 from LibCrowds/dev
v1.0.0-beta.2
2 parents fa7e4f9 + c082189 commit 473ce20

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2679
-352
lines changed

bin/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
MASTER='www.libcrowds.com'
44
STAGING='dev.libcrowds.com'
55

6-
if [ "${TRAVIS_BRANCH}" == "master" -a "$TRAVIS_PULL_REQUEST" = "false" ] || [ "${TRAVIS_BRANCH}" == "dev" ] ; then
6+
if [ "${TRAVIS_BRANCH}" == "master" -a "$TRAVIS_PULL_REQUEST" = "false" ] || [ "${TRAVIS_BRANCH}" == "dev" -a "$TRAVIS_PULL_REQUEST" = "false" ] ; then
77

88
# Configure
99
bin/configure.sh

docs/SUMMARY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
* [Directory Structure](configuration.md#directory-structure)
99
* [Site Configuration](configuration.md#site-configuration)
1010
* [Microsite Configuration](configuration.md#microsite-configuration)
11+
* [Administration](administration.md)
12+
* [Featured Projects](administration.md#featured-projects)
13+
* [Categories](administration.md#categories)
14+
* [Users](administration.md#users)
15+
* [Background Jobs](administration.md#background-jobs)

docs/administration.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Administration
2+
3+
Administration settings can be accessed by admin users via the main navigation bar.
4+
5+
![Admin menu](./assets/admin-menu.png?raw=true)
6+
7+
## Featured Projects
8+
9+
Featured projects will appear on the homepage of the microsite that they belong to, as well as in the categories menu on the contribute page.
10+
11+
To feature or un-feature a project locate it by category and click the **Add to featured** or **Remove from featured** buttons.
12+
13+
![Admin - Featured Projects](./assets/admin-featured.png?raw=true)
14+
15+
The page also provides a list of currently featured projects.
16+
17+
## Categories
18+
19+
Categories for all microsites are created via the **New Category** section and edited or deleted via the **Current Categories** section.
20+
21+
![Admin - Categories](./assets/admin-categories.png?raw=true)
22+
23+
To link a category to a particular microsite click **Edit**, then on the subsequent page select the key of the **Microsite** within which you want the category (and all associated projects) to appear.
24+
25+
![Admin - Edit Categories](./assets/admin-edit-categories.png?raw=true)
26+
27+
To save any changes click **Update**.
28+
29+
![Admin - Edit Categories Success](./assets/admin-edit-categories-success.png?raw=true)
30+
31+
## Users
32+
33+
To manage user administrator rights, search for the user by name and click the **Grant admin rights** or **Revoke admin rights** buttons.
34+
35+
To download all user data click the **Export to CSV** or **Export to JSON** buttons.
36+
37+
![Admin - Manage Users](./assets/admin-users.png?raw=true)
38+
39+
The page also provides a list of current administrators.
40+
41+
## Background Jobs
42+
43+
All background jobs currently running on the server can be monitored via this page.
44+
45+
![Admin - Background Jobs](./assets/admin-background-jobs.png?raw=true)
414 KB
Loading

docs/assets/admin-categories.png

419 KB
Loading
366 KB
Loading
351 KB
Loading

docs/assets/admin-featured.png

426 KB
Loading

docs/assets/admin-menu.png

104 KB
Loading

docs/assets/admin-users.png

385 KB
Loading

0 commit comments

Comments
 (0)