summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 3ed649004fc1ef77b791bd0556bd42ba366e5fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Future work]

 - add more doc style comments 
 - configure eslint
 - configure prettier
 - prune scss styles to reduce size
 - cleanup instance and token management, because code is a mess and can be refactored 

 - show information about product being locked up
 - fulfillment url should check absolute url or relative to the merchant domain
 - contract terms in the wallet
 - when backoffice get a response of the merchant that have info about the response of the exchange, the error is not readed correctly... see wire transfer
 - when creating the first default instance, the page keeps reloading preventing for filling the form
 - 

 - create instance with auth token

 - check, not running the backend, load the SPA, then start running the backend. after this click the login button should enter the app but doesnt do anything

 - move types from backoffice into @gnu-taler/taler-util

wallet

 - show transaction with error state
 - add developer mode in settings, this will show debug tab
 - add transaction details, and delete button
 onDetails
 - add examples for error and pending
 - retry button when there is an error
 - starting the backup UI




## [Unreleased]

## [0.0.1] - 2021-02-18
### Changed

### Added

### Deprecated

### Removed