From 9d3ff4909b124f493479b3968590752b66c992a0 Mon Sep 17 00:00:00 2001 From: Andy Stark <30621568+therealandeeee@users.noreply.github.com> Date: Wed, 16 Jan 2019 09:33:22 +0000 Subject: [PATCH] [ADF-3913] Added roadmap page (#4166) * [ADF-3913] Added roadmap page * [ADF-3913] Added roadmap link to index page * [ADF-3913] Changed position of roadmap in sidebar --- docs/README.md | 3 ++- docs/abn-tree.yml | 1 + docs/roadmap.md | 25 +++++++++++++++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 docs/roadmap.md diff --git a/docs/README.md b/docs/README.md index 5e7d643166..9a808dd79a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,7 +12,8 @@ its main source file. Note that ADF is developed continuously, so the source fil See the [Version Index](versionIndex.md) for a list of components ordered by the ADF version where they were introduced. You can see the full details of each release -in the [Release notes](release-notes/README.md) section. +in the [Release notes](release-notes/README.md) section. The [roadmap](roadmap.md) +contains a preview of features we hope to release in future versions of ADF. Components are sometimes marked with an icon to show their status. No icon indicates that the component is complete and suitable for normal use. The other status levels are: diff --git a/docs/abn-tree.yml b/docs/abn-tree.yml index 8bcd426c67..be544d3f00 100644 --- a/docs/abn-tree.yml +++ b/docs/abn-tree.yml @@ -20,5 +20,6 @@ - process-services-cloud: 'Process Services Cloud API' - extensions: 'Extensions API' - insights: 'Insights API' +- roadmap.md: 'Roadmap' - versionIndex.md: 'Version index' - release-notes: 'Release notes' diff --git a/docs/roadmap.md b/docs/roadmap.md new file mode 100644 index 0000000000..739a8d6254 --- /dev/null +++ b/docs/roadmap.md @@ -0,0 +1,25 @@ +--- +Title: ADF roadmap +--- + +# ADF roadmap + +Below is a list of the high level feature themes planned for the forthcoming versions of ADF. + +Last updated 15 Jan 2019: + +- First Governance components about file plans. +- Better experience in plugin/extensions. +- Accessibility. +- Analytics components to show tables and charts. +- Experimental features: + - Artificial Intelligence plugins/components. + - Web components for ADF to be framework agnostic. + - Rapid Application Development. + + + +**Disclaimer**: The list above may change in the future and it does not +represent an official promise about features to be implemented. The purpose +of this public roadmap is to share infomation openly with our ecosystem +of customers, partners and enthusiasts.