zgo/CHANGELOG.md

79 lines
2.9 KiB
Markdown
Raw Normal View History

2022-05-24 18:18:46 +00:00
# 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).
## [Unreleased]
2022-07-14 19:16:51 +00:00
- (2022-07-13) Orders's list UI reviewed and apdated
+ Order generation and Availavle Items form completed
- (2022-07-12) Set configuration global parameters in one place
+ Static class ConfigData created
- configdata.ts created inside "src/app/" folder
+ Services modified to include config data
2022-07-14 19:16:51 +00:00
2022-07-14 16:11:04 +00:00
### Changed
2022-07-25 21:53:25 +00:00
- (2022-07-25) - Windows created for viewing invoices and receipts
URLs
2022-07-24 23:02:35 +00:00
- (2022-07-24) - Invoice format redesigned
2022-07-23 19:54:36 +00:00
- (2022-07-23) - Checkout dialog with QR image redesigned.
- Invoice dialog completed. Notifications to inform
successful/failed URL-copy-to-clipboard added.
2022-07-22 20:42:58 +00:00
- (2022-07-22) Notifier service created - replaces snackbar used for
reporting invalid viewing key.
Notifier component created - used to apply custom style to message sent by Notifier service.
2022-07-22 22:13:55 +00:00
--
fix display of values in item list when using satoshis
- (2022-07-21) user.service.ts
- Function updateOwner() removed - not needed anymore.
- Response Error 500 (Invalid Viewing Key) catched in
function addOwner()
2022-07-25 21:53:25 +00:00
- Beta version of Invalid viewing key message
(snackbar)
implemented and working.
ToDo -> CSS definition.
2022-07-21 01:00:06 +00:00
- (2022-07-20) Buttons in Main form have been enclosed to display
inside a fixed area.
On wide screens, new Order will display below main buttons.
2022-07-20 01:54:47 +00:00
- (2022-07-19) Main form buttons redesigned
Settings form redesigned - read/write data from database is not working properly.
- (2022-07-14) Order list reformated - some unused css classes removed.
2022-07-14 16:11:04 +00:00
- Added viewing key field to owner model
- (2022-07-11) Order's list UI updated (Alpha version)
2022-07-12 11:03:25 +00:00
+ Paid status icons added to order's title
+ Order detail redesigned
Components affected:
- listorders -> listorders.component.css (modified)
-> listorders.component.html (modified)
-> listorders.component.ts (modified)
2022-05-24 18:18:46 +00:00
2022-05-26 13:58:07 +00:00
## [1.1.2] - 2022-05-24
2022-07-14 16:11:04 +00:00
### Added
2022-05-26 13:58:07 +00:00
- Button in QR code prompt to copy ZGo address.
- Button in QR code prompt to copy transaction amount.
- Button in QR code prompt to copy transaction memo.
2022-05-24 19:13:52 +00:00
## [1.1.1] - 2022-05-24
2022-05-24 18:18:46 +00:00
### Added
- Invoice display via URL
- Invoice button for closing order
- Field `paid` for Order type
## [1.1.0] - 2022-05-20
### Changed
- Services interacting with backend API were modified to support the new [ZGo Backend](https://gitlabl.com/pitmutt/zgo-backend).
### Removed
- NodeJS back-end