summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-03-08 09:19:27 -0300
committerSebastian <sebasjm@gmail.com>2021-03-08 09:19:35 -0300
commite76acb3878c13104210631e429ca9cbbb3a6af8d (patch)
tree495130a1d8e554f835d9b54ea2f018bee6106365 /CHANGELOG.md
parent3cacc8a3c31ca3cda779a4e5c7be997b3daf2fdf (diff)
downloadmerchant-backoffice-e76acb3878c13104210631e429ca9cbbb3a6af8d.tar.gz
merchant-backoffice-e76acb3878c13104210631e429ca9cbbb3a6af8d.tar.bz2
merchant-backoffice-e76acb3878c13104210631e429ca9cbbb3a6af8d.zip
skeletons for order, products, transfers and tips
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 18 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 228bfbc..b0c25c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,11 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- red color when input is invalid (onchange)
- validate everything using onChange
- feature: input as date format
- - bug: there is missing a mutate call when updating to remove the instance from cache
- - add order section
- - add product section
- - add tips section
- implement better error handling (improve creation of duplicated instances)
- replace Yup and type definition with a taler-library for the purpose (first wait Florian to refactor wallet core)
- add more doc style comments
@@ -24,8 +20,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- configure prettier
- prune scss styles to reduce size
- create a loading page to be use when the data is not ready
+ - some way to copy the url of a created instance
+ - change the admin title to "instances" if we are listing the instances and "settings: $ID" on updating instances
+ - fix mobile: some things are still on the left
+ - update title with: Taler Backoffice: $PAGE_TITLE
+ - instance id in instance list should be clickable
+ - edit button to go to instance settings
+ - notifications should tale place between title and content, and not disapear
+ - confirmation page when creating instances
+ - if there is enough space for tables in mobile, make the scrollables
## [Unreleased]
+ - add order section
+ - add product section
+ - add tips section
+ - add transfers section
+ - initial state before login
+ - logout takes you to a initial state, not showing error messages
+
+## [0.0.3] - 2021-03-04
- submit form on key press == enter
- version of backoffice in sidebar
- fixed login dialog on mobile
@@ -39,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- remove checkbox from auth token, use button (manage auth)
- auth token config as popup with 3 actions (clear (sure?), cancel, set token)
- new password enpoint
+ - bug: there is missing a mutate call when updating to remove the instance from cache
## [0.0.2] - 2021-02-25