From 0c2749debe70c9920cc9af4f9aae75a697d4ea7b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 30 Mar 2020 19:08:39 +0000 Subject: [PATCH] --- docs/8.0/ayanova/docs/_placeholder.md | 2 +- docs/8.0/ayanova/docs/ay-biz-admin-import-v7.md | 4 ++++ docs/8.0/ayanova/docs/ay-biz-admin-roles.md | 4 ++++ docs/8.0/ayanova/docs/ay-start-changes-from-v7.md | 5 ++++- docs/8.0/ayanova/docs/ay-start-form-tags.md | 2 ++ docs/8.0/ayanova/docs/index.md | 1 + docs/8.0/ayanova/docs/ops-technical-changes-from-v7.md | 4 ++++ docs/8.0/ayanova/mkdocs.yml | 7 +++++-- 8 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 docs/8.0/ayanova/docs/ay-biz-admin-import-v7.md create mode 100644 docs/8.0/ayanova/docs/ay-biz-admin-roles.md create mode 100644 docs/8.0/ayanova/docs/ops-technical-changes-from-v7.md diff --git a/docs/8.0/ayanova/docs/_placeholder.md b/docs/8.0/ayanova/docs/_placeholder.md index 917c948c..c2618d22 100644 --- a/docs/8.0/ayanova/docs/_placeholder.md +++ b/docs/8.0/ayanova/docs/_placeholder.md @@ -1,4 +1,4 @@ -# Placeholder +# PLACEHOLDER This is a placeholder page for sections that are not written yet diff --git a/docs/8.0/ayanova/docs/ay-biz-admin-import-v7.md b/docs/8.0/ayanova/docs/ay-biz-admin-import-v7.md new file mode 100644 index 00000000..4ec697a4 --- /dev/null +++ b/docs/8.0/ayanova/docs/ay-biz-admin-import-v7.md @@ -0,0 +1,4 @@ +# BUSINESS ADMINISTRATION IMPORT FROM V7 + +todo: overview of what will go where +todo: tasks that must be performed after import (security groups -> roles assignment etc) diff --git a/docs/8.0/ayanova/docs/ay-biz-admin-roles.md b/docs/8.0/ayanova/docs/ay-biz-admin-roles.md new file mode 100644 index 00000000..f5bf31bc --- /dev/null +++ b/docs/8.0/ayanova/docs/ay-biz-admin-roles.md @@ -0,0 +1,4 @@ +# AUTHORIZATION ROLES + +todo: overview of roles, list of roles and how they work +NOT how to assign roles, that's in the form documentation for User or elsehwere, this is *about* roles \ No newline at end of file diff --git a/docs/8.0/ayanova/docs/ay-start-changes-from-v7.md b/docs/8.0/ayanova/docs/ay-start-changes-from-v7.md index d3990976..c654f0df 100644 --- a/docs/8.0/ayanova/docs/ay-start-changes-from-v7.md +++ b/docs/8.0/ayanova/docs/ay-start-changes-from-v7.md @@ -5,7 +5,7 @@ Starting with version 8, AyaNova was completely re-written. Our goals in this were to make AyaNova easier to use, modernize aging code, take advantage of the latest technologies and move to a modern run on any device approach. -This page documents the changes most relevant to everyday users of AyaNova however there were also many other technical changes of interest to system administrators and installers which are documented in our [Technical changes](ops-technical-changes.md) area of this documentation. +This page documents the changes most relevant to everyday users of AyaNova however there were also many other technical changes of interest to system administrators and installers which are documented in our [Technical changes from v7](ops-technical-changes-from-v7.md) page of this documentation. ## User interface changes from v7 AyaNova 7 had several different user interfaces: the main interface was a Windows desktop application and as optional add-on products we had several different web browser interfaces for varying levels of devices. Each web interface had a limited sub-set of the full features in the Windows application and required separate installation and configuration procedures. @@ -51,6 +51,9 @@ The following objects from v7 have been replaced by tags in v8: [Importing from v7](ops-import-v7.md) will automatically create tags for these objects and will then tag the corresponding objects that were set to these category items with the new tags created. +### Reports +todo: reports changes here + ## New features in AyaNova 8.0 todo: new features here diff --git a/docs/8.0/ayanova/docs/ay-start-form-tags.md b/docs/8.0/ayanova/docs/ay-start-form-tags.md index de71fb08..b8f15db2 100644 --- a/docs/8.0/ayanova/docs/ay-start-form-tags.md +++ b/docs/8.0/ayanova/docs/ay-start-form-tags.md @@ -3,3 +3,5 @@ ## Overview Tags are a powerful feature of AyaNova that are used to group many different types of objects for reporting, searching and selection. + +todo: tags in depth, how to select, how to use etc, **when** to use etc, **what to use for** \ No newline at end of file diff --git a/docs/8.0/ayanova/docs/index.md b/docs/8.0/ayanova/docs/index.md index 5673667b..c43be0c0 100644 --- a/docs/8.0/ayanova/docs/index.md +++ b/docs/8.0/ayanova/docs/index.md @@ -1,6 +1,7 @@ # WELCOME TO AYANOVA ![AyaNovaIcon](img/ayanovaicon60x60.png) ## About this documentation +Last updated: 2020-March-30 This manual has the following sections: diff --git a/docs/8.0/ayanova/docs/ops-technical-changes-from-v7.md b/docs/8.0/ayanova/docs/ops-technical-changes-from-v7.md new file mode 100644 index 00000000..d10e684c --- /dev/null +++ b/docs/8.0/ayanova/docs/ops-technical-changes-from-v7.md @@ -0,0 +1,4 @@ +# OPERATIONS INTRO Placeholder + +- docs link here to explain what the AyaNoav server is so start with a server section and explain client server aspects briefly in overview +- Then go on to the basic sections of ops starting with installation then config and then ongoing maintenance and metrics etc \ No newline at end of file diff --git a/docs/8.0/ayanova/mkdocs.yml b/docs/8.0/ayanova/mkdocs.yml index a5cc85c5..96c2c353 100644 --- a/docs/8.0/ayanova/mkdocs.yml +++ b/docs/8.0/ayanova/mkdocs.yml @@ -24,6 +24,7 @@ nav: - 'Navigation': 'ay-start-navigate.md' - 'Form basics': 'ay-start-form-basics.md' - 'Select lists': 'ay-start-form-select-list.md' + - 'Tags': 'ay-start-form-tags.md' - Home: - 'Dashboard': 'form-home-dashboard.md' - 'Search': 'form-home-search.md' @@ -85,10 +86,11 @@ nav: - Features: - 'Translation': 'ay-translation.md' - 'Notification': 'ay-notification.md' - - Customization / business settings guide: + - Business administration and Customization: - 'Start here': 'ay-biz-admin-intro.md' - 'Authorization roles': 'ay-biz-admin-roles.md' - - 'Select list templates': 'form-adm-global-select-templates.md' + - 'Select list templates': 'form-adm-global-select-templates.md' + - 'Importing from v7': 'ay-biz-admin-import-v7.md' - Server operations guide: - Forms: - 'Introduction': 'ops-intro.md' @@ -109,6 +111,7 @@ nav: - 'Environment variable reference': 'ops-config-environment-variables.md' - 'Security and JWT web tokens': 'ops-config-jwt-secret.md' - 'Server error codes': 'ops-error-codes.md' + - 'Technical changes from v7': 'ops-technical-changes-from-v7.md' - 'Importing from older AyaNova': 'ops-import-v7.md' - 'Metrics': 'ops-metrics.md' - Developer guide: