This commit is contained in:
2022-01-08 21:06:07 +00:00
parent 0eafc1cd33
commit 64b27bf9c0
5 changed files with 120 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
# FORMS
[UNDER CONSTRUCTION]
#b4beta (clear this for release, probably just needs a read over and remove these tags unless there really are missing items or ss would help)
@@ -32,19 +33,17 @@ A blue app bar indicates the current view is in a main area of AyaNova, either a
![App bar](img/form-appbar.png)
A green app bar indicates a specific record is being edited in an edit form.
![App bar](img/form-appbar.png)
The far left side of the App bar shows the navigation drawer "hamburger" icon which looks like three horizontal bars stacked on top of each other and is used to show or hide the [navigation drawer](#navigation-drawer)
The far left side of the App bar shows the navigation drawer "hamburger" icon which looks like three horizontal bars stacked on top of each other and is used to show or hide the [navigation drawer](#navigation-drawer)
The center part of the navigation bar shows an icon and information pertaining to which record are area of AyaNova is currently open.
The right side shows a bell icon which indicates if any unviewed notifications have arrived and is also a shortcut to open the user's [notifications](home-notifications.md) form to view notifications.
Finally, to the far right is the [context menu](#context-menu) which appears as three dots stacked on top of each other. On wider screen devices some commonly used context menu items will be "surfaced" between the notifcation bell icon and the context menu icon to save a click.
Finally, to the far right is the [context menu](#context-menu) which appears as three dots stacked on top of each other. On wider screen devices some commonly used context menu items will be "surfaced" between the notifcation bell icon and the context menu icon to save a click.
### Navigation drawer
@@ -59,7 +58,6 @@ On larger screens the navigation drawer is displayed by default.
The main View area is where the currently selected form is displayed and worked with.
## Form context menu
The context menu is located in the app bar above every form in AyaNova and looks like 3 dots stacked vertically. It is called the "context" menu because the options in it will change based on the particular form in use, the rights the currently logged in user has to make changes or the state of an object being edited.
@@ -70,10 +68,11 @@ While the top options in the context menu will change depending on the context,
- [Search](home-search.md) option for searching the AyaNova database
- Help option for viewing help about the specific form being displayed (this manual)
Main forms that are not related to editing a single object also have the following options:
- [About](ay-about.md) option for viewing version information and technical support information.
- [Logout]()
## Form controls
AyaNova forms consist of a common set of controls which are documented in detail in the [common controls](ay-start-common-controls.md) documentation page.