From 49df2b372cb464f692c040f331580a87e4449810 Mon Sep 17 00:00:00 2001 From: eeintech Date: Tue, 20 Oct 2020 12:34:57 -0500 Subject: [PATCH] Added Future Features page (in Extend) and links to Github issues --- docs/build/build.md | 8 -------- docs/extend/future.md | 39 +++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 40 insertions(+), 8 deletions(-) create mode 100644 docs/extend/future.md diff --git a/docs/build/build.md b/docs/build/build.md index 5496ba4..b2f3565 100644 --- a/docs/build/build.md +++ b/docs/build/build.md @@ -15,14 +15,6 @@ A "basic" build flow is as follow: 0. update build status and notes 0. complete the build. -##### Future Features - -| Feature | Status | -| ----------- | ----------- | -| Allow edit of completed builds | :material-progress-clock: [Work In Progress](https://github.com/inventree/InvenTree/pull/993) | -| Track subparts used in build | :material-progress-clock: [Work In Progress](https://github.com/inventree/InvenTree/pull/991) | -| Partial build completion | :material-close: Not yet supported | - ### Build Status | Status | Description | diff --git a/docs/extend/future.md b/docs/extend/future.md new file mode 100644 index 0000000..d976945 --- /dev/null +++ b/docs/extend/future.md @@ -0,0 +1,39 @@ +--- +title: Future Features +--- + +## Future Features + +An non-exhaustive list of feature proposals from InvenTree users. + +!!! warning "Disclaimer" + **There is no guarantee that any of those feature will be integrated into InvenTree.** + If you would like to see them implemented, make your voice heard :) + +### General + +| Feature | Link(s) | +| ----------- | ----------- | +| Barcodes / QR Codes | [#853](https://github.com/inventree/InvenTree/issues/853) [#708](https://github.com/inventree/InvenTree/issues/708) [#677](https://github.com/inventree/InvenTree/issues/677) | +| History tracking | [#547](https://github.com/inventree/InvenTree/issues/547) [#537](https://github.com/inventree/InvenTree/issues/537) [#377](https://github.com/inventree/InvenTree/issues/377) | +| "Copy to clipboard" function | [#997](https://github.com/inventree/InvenTree/issues/997) [#725](https://github.com/inventree/InvenTree/issues/725) | +| "Comments" support | [#868](https://github.com/inventree/InvenTree/issues/868) | + +### Part + +| Feature | Link(s) | +| ----------- | ----------- | +| Part Ownership and Lending | [#656](https://github.com/inventree/InvenTree/issues/656) | + +### Build + +| Feature | Link(s) | +| ----------- | ----------- | +| Add ability to modify a completed build | [#977](https://github.com/inventree/InvenTree/issues/977) | +| Partial build completion | [#572](https://github.com/inventree/InvenTree/issues/572) | + +### Orders + +| Feature | Link(s) | +| ----------- | ----------- | +| Receiving order and allocating | [#551](https://github.com/inventree/InvenTree/issues/551) | \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 91d3128..d08af7a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -72,6 +72,7 @@ nav: - Plugins: extend/plugins.md - Themes: extend/themes.md - Third-Party: extend/integrate.md + - Future Features: extend/future.md # Plugins plugins: