Releases: 2600hz/monster-ui
3.19.19
Monster Core Changes
Changes to 3.19 after version 3.19.18
Maintenance/Community Commits
3.19.18
Monster Core Changes
Changes to 3.19 after version 3.19.17
Maintenance/Community Commits
- Jean-Roch Maitre Merge remote-tracking branch 'origin/3.19' into 3.19
- Jean-Roch Maitre UI-1285: Added a sync option in the Number Manager
- Maxime Roux Updated the underscore library (used in UI-1260)
3.19.17
Monster Core Changes
Changes to 3.19 after version 3.19.16
Maintenance/Community Commits
- Jean-Roch Maitre UI-1248: Unknown refund should properly be displayed negatively
3.19.16: UI-1248: Fixed credit/debit transactions to properly display
Monster Core Changes
Changes to 3.19 after version 3.19.15
Maintenance/Community Commits
- Jean-Roch Maitre UI-1248: Fixed credit/debit transactions to properly display Conflicts: apps/myaccount/submodules/transactions/transactions.css apps/myaccount/submodules/transactions/transactions.js apps/myaccount/views/transactions-list.html
- Jean-Roch Maitre UI-1245: Clarified the transactions tab with the right information Conflicts: apps/myaccount/i18n/en-US.json apps/myaccount/views/transactions-layout.html apps/myaccount/views/transactions-list.html
3.19.15
Monster Core Changes
Changes to 3.19 after version 3.19.14
Maintenance/Community Commits
- Jean-Roch Maitre Merge remote-tracking branch 'origin/3.19' into 3.19
- Jean-Roch Maitre UI-1274: Fix the Download link of the Per Minute Tab
3.19.14
Monster Core Changes
Changes to 3.19 after version 3.19.13
3.19.13
Monster Core Changes
Changes to 3.19 after version 3.19.12
Maintenance/Community Commits
- Joris Tirado UI-1181: Add missing images for phone models
3.19.12
Monster Core Changes
Changes to 3.19 after version 3.19.11
Resolved Tickets
Blocker (1)
- UI-1149 As a user I would like monster ui to reflect the changes for the 402s so that it displays the right information
Normal (4)
- UI-1228 As a Front-end dev, I want to clean the From/To Fields in the Per Minute tab, so that they make more sense to the end-user
- UI-1219 As a user, I want to set a prepend string on my phone numbers, so that I can know what number is called when it rings my device
- UI-1151 As a user I would like to show the 402 information when I change a port request state to submitted
- UI-106 As a porting user, I want all my unmatched numbers to be grouped in a Unknown category, so that I can still create a port request for them
Change Details
UI-1149
Summary:
As a user I would like monster ui to reflect the changes for the 402s so that it displays the right information
Description:
We slightly changed how the 402s work.
https://github.com/2600hz/kazoo/blob/master/applications/crossbar/doc/402.md
Reporter:
Peter Defebvre <[email protected]>
UI-1228
Summary:
As a Front-end dev, I want to clean the From/To Fields in the Per Minute tab, so that they make more sense to the end-user
Description:
Acceptance Criteria:
- From/To Fields no longer display the part after the "@" sign (ex [email protected] => 192.39.20.1, [email protected] => jr)
Reporter:
Jean-Roch Maitre <[email protected]>
UI-1219
Summary:
As a user, I want to set a prepend string on my phone numbers, so that I can know what number is called when it rings my device
Description:
Acceptance Criteria:
- Everywhere where we let the user customize features, we have to add the preprend feature
- The prepend feature is just a string, so the popup should be just a help message (ask Karl with what to say here) and then a text field
- On a phone number document, we'll check if a prepend object is already there, if not we add it with the enabled/name keys. enabled should be set to true if the string !== '', and to false if it's ===. The back-end might be setting the prepend.number attribute, so make sure to allow the merge of that attribute into what we set.
- The back-end will return "prepend" as a number feature if the prepend.enabled key is set to true, so we need to find an icon to display on the numbers listing
- The local numbers are also able to add a preprend string, so make sure to add the gear back to list the prepend feature.
Reporter:
Jean-Roch Maitre <[email protected]>
UI-1151
Summary:
As a user I would like to show the 402 information when I change a port request state to submitted
Description:
2 things here:
We change how the 402 works so related to UI-1149
This will happen when the request is submitted so the select needs to not change if there are charges and if the charges have not been accepted yet.
(wait until this is done to do: KAZOO-2893)
Reporter:
Peter Defebvre <[email protected]>
UI-106
Summary:
As a porting user, I want all my unmatched numbers to be grouped in a Unknown category, so that I can still create a port request for them
Description:
We want to be able to support international numbers, right now the porting manager errors out if the number is not a US number, check with Karl what to do about it
Reporter:
Jean-Roch Maitre <[email protected]>
Maintenance/Community Commits
- Jean-Roch Maitre Merge remote-tracking branch 'origin/3.19' into 3.19
3.19.11: UI-1219: Added the prepend feature for numbers as a common control
Monster Core Changes
Changes to 3.19 after version 3.19.10
3.19.10: UI-1219: Added the prepend feature for numbers as a common control
Monster Core Changes
Changes to 3.19 after version 3.19.9
Resolved Tickets
Normal (2)
- UI-1219 As a user, I want to set a prepend string on my phone numbers, so that I can know what number is called when it rings my device
- UI-1216 logoutTimer property is not accessed properly
Change Details
UI-1219
Summary:
As a user, I want to set a prepend string on my phone numbers, so that I can know what number is called when it rings my device
Description:
Acceptance Criteria:
- Everywhere where we let the user customize features, we have to add the preprend feature
- The prepend feature is just a string, so the popup should be just a help message (ask Karl with what to say here) and then a text field
- On a phone number document, we'll check if a prepend object is already there, if not we add it with the enabled/name keys. enabled should be set to true if the string !== '', and to false if it's ===. The back-end might be setting the prepend.number attribute, so make sure to allow the merge of that attribute into what we set.
- The back-end will return "prepend" as a number feature if the prepend.enabled key is set to true, so we need to find an icon to display on the numbers listing
- The local numbers are also able to add a preprend string, so make sure to add the gear back to list the prepend feature.
Reporter:
Jean-Roch Maitre <[email protected]>
UI-1216
Summary:
logoutTimer property is not accessed properly
Description:
In monster.util.js, lines 14 & 18:
use: monster.config.whitelabel.logoutTimer
instead of: monster.config.logoutTimer
Reporter:
Joris Tirado <[email protected]>
Maintenance/Community Commits
- Jean-Roch Maitre Merge remote-tracking branch 'origin/3.19' into 3.19
- Jean-Roch Maitre Fixing GIT Conflicts