This commit is contained in:
2020-04-30 00:10:32 +00:00
parent a1ea91cbaf
commit adf0924357
3 changed files with 83 additions and 28 deletions

View File

@@ -26,6 +26,7 @@ Clients have been renamed to Customers
### Localized text renamed
Localized text has been renamed to Translation
### Security groups -> Authorization Roles
Security groups have been replaced by a **role** based authorization system.
In v7 you would select a security group for a user to restrict their access to objects in AyaNova.
@@ -66,25 +67,7 @@ todo: reports, major differences from v7 here
### Wiki
The [Wiki](ay-start-form-wiki.md) feature has been changed substantially based on user feedback.
##### Exported wiki pages
The Export to v8 process will by necessity need to discard some unsupported formatting elements from the v7 format wiki pages.
Things that will be lost in the export process are:
* Colors
* Font sizes
* Font faces (i.e. "Arial", "Courier" etc)
* Text alignment (left, center, right)
* internal AyaNova links to objects (for example linking directly to a Client record inside a wiki page)
Things that will be kept:
* All entered text
* Lists
* Bolded text
* Underlined text
* Italicized text
* Images
* External URL links
* Wiki embedded files (will be exported to new attachments feature)
##### Editor
Previously there was a hybrid Wiki system, remote users (WBI) would interact with an HTML editor and HTML representation of the wiki document and windows AyaNova users would interact with a "rich text" editor similar to Wordpad. This required behind the scenes translations between Rich text format and HTML format and the results were not always compatible. In addition, it would have been very difficult to edit Wiki pages on small screen devices.