-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from lara-zeus/update-docs
update docs
- Loading branch information
Showing
7 changed files
with
73 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Configuration | ||
weight: 3 | ||
weight: 4 | ||
--- | ||
|
||
## Configuration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Events | ||
weight: 4 | ||
weight: 5 | ||
--- | ||
|
||
## Available Events | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
title: Installation | ||
weight: 2 | ||
weight: 3 | ||
--- | ||
|
||
## Composer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Overview | ||
weight: 2 | ||
--- | ||
|
||
## Overview | ||
here is the structure of the table; it will give you an idea of how Bolt works: | ||
. | ||
|
||
![bolt-diagram](http://site.test/images/docs/bolt/bolt-diagram.png) | ||
|
||
## The concept: | ||
|
||
### Form: | ||
The main component of all of this. Including all descriptive texts and the form options. | ||
|
||
### Sections: | ||
To group the fields, it has some options like columns number. | ||
Also, an option to display sections as pages or wizards, or tabs | ||
|
||
### Fields | ||
fields are fields, most of the common types are available, and you can create custom ones | ||
|
||
### Categories: | ||
It's a way to organize and display the forms in the front end. | ||
Any form not linked to a category won't be shown in the forms list at the front end. | ||
|
||
### Collections: | ||
collections are datasets used for lists like checkboxes and select menus. | ||
|
||
### Responses: | ||
Every submission has a response record per user. | ||
|
||
### Responses Fields: | ||
Fields are related to each response and each field of the form. And they contain the user input. | ||
|
||
This structure helps to query any reports you want with ease. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters