summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 852efd525533f752aff12f67103e625dc85bac7d (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
52
53
54
55
56
# 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]

 - date format (error handling)
 - red color when input is invalid (onchange)
 - validate everything using onChange

 - replace Yup and type definition with a taler-library for the purpose (first wait Florian to refactor wallet core)
 - add more doc style comments 
 - configure eslint
 - configure prettier
 - prune scss styles to reduce size
 - fix mobile: some things are still on the left
 - edit button to go to instance settings
 - cleanup instance and token management, because code is a mess and can be refactored 

 - unlock a product when is locked
 - check that there is no place where the taxes are summing up 
 - translation missing: yup (check for some ot  her dynamic message)
 - contract terms
 - fulfillment url should check absolute url or relative to the merchant domain
 - create taler ui
 - contract terms in the wallet
 - when backoffice get a response of the merchant that have info about the reponse 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
 - add more information about reserve when is not founded
 - replace manipulation of amount with taler util libraries

 - 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


wallet

 - show transaction with error state
 - add developer mode in settings, this will show debug tab
 - add transaction details, and delete button

## [Unreleased]

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

### Added

### Deprecated

### Removed