summaryrefslogtreecommitdiff
path: root/design-documents/016-backoffice-order-managment.rst
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-03-19 19:21:00 -0300
committerSebastian <sebasjm@gmail.com>2021-03-19 19:23:11 -0300
commit7e4e5549541fd0a5bacd574b98812f19142cc9b5 (patch)
tree87800d4f16e8214b9281cd96fd49fcd5ace519ec /design-documents/016-backoffice-order-managment.rst
parentfa112d30fc6096bed2ed465546c3b1120a4101be (diff)
downloaddocs-7e4e5549541fd0a5bacd574b98812f19142cc9b5.tar.gz
docs-7e4e5549541fd0a5bacd574b98812f19142cc9b5.tar.bz2
docs-7e4e5549541fd0a5bacd574b98812f19142cc9b5.zip
inventory management design document
Diffstat (limited to 'design-documents/016-backoffice-order-managment.rst')
-rw-r--r--design-documents/016-backoffice-order-managment.rst24
1 files changed, 12 insertions, 12 deletions
diff --git a/design-documents/016-backoffice-order-managment.rst b/design-documents/016-backoffice-order-managment.rst
index 6716c24f..1fba8f33 100644
--- a/design-documents/016-backoffice-order-managment.rst
+++ b/design-documents/016-backoffice-order-managment.rst
@@ -17,7 +17,7 @@ Requirements
============
Access all information provided from the Merchant Backend API in a
-understandable and accesible way
+understandable and accessible way
User should use the backoffice to manage orders by:
@@ -32,7 +32,7 @@ Proposed Solution
Listing orders
--------------
-.. image:: ../backoffice-order-list.v2.svg
+.. image:: ../backoffice-order-list.svg
:width: 800
Will show the SearchBar component that allow multiple filter.
@@ -67,10 +67,10 @@ An export button will allow the user to download the result page in CSV format.
An infinity scroll is propose instead of a pagination, reasons:
-* users usually does not jump from one page to anoter using random access
+* users usually does not jump from one page to another using random access
* if the user want to search, is going to limit the result using filters
* no need to go back after loading more result
-* it could be triggered by scrollin, with buttons (or both)
+* it could be triggered by scrolling, with buttons (or both)
Create orders
-------------
@@ -102,7 +102,7 @@ action buttons that allow the following:
Order details
-------------
-Status text should be set with a backgournd color for easier recognition when
+Status text should be set with a background color for easier recognition when
indicated:
* paid: green
@@ -172,7 +172,7 @@ collapsed as default. show disabled if unpaid
* total tax
* sum at the bottom
-* horizontal timeline of importants dates in the contract
+* horizontal timeline of important dates in the contract
* start at contract creation time
* show current date
@@ -199,7 +199,7 @@ If there is any refund:
* show total refund from ``refund_amount``
* a + sign to show more information
-* if exapanded show a timeline vertically showing amount a reason
+* if expanded show a timeline vertically showing amount a reason
``refund_details``
Show a small notice telling that the refund is going to take ``refund_delay`` time.
@@ -212,13 +212,13 @@ Ask for:
* reason: concatenation of the next values
* drop down options: duplicated, fraudulent, requested by customer, other
- * aflter selecting, free text for aditional information
+ * after selecting, free text for additional information
Alternatives
============
-order list was originaly thought with pagination footer
+order list was originally thought with pagination footer
.. image:: ../backoffice-order-list.v2-pagination.svg
:width: 800
@@ -227,12 +227,12 @@ ascending boolean flag cloud be eliminated using the load before and load after
and a design without random access to pages was proposed
-Q&A
-===
+Discussion / Q&A
+================
* Shall we show merchant information from the ContractTerm in the order detail?
-* Order creation was first thouth as out of scope but should be useful for
+* Order creation was first thought as out of scope but should be useful for
testing purpose or when frontend is not yet integrated with taler merchant
backend. Shall we skip it?