Skip to content

Releases: 2600hz/monster-ui

3.19.20

18 Mar 19:34
Compare
Choose a tag to compare

Monster Core Changes

Changes to 3.19 after version 3.19.19

Maintenance/Community Commits

3.19.19: UI-1290: Fixed an issue in Chrome where transactions wouldn't be sort…

17 Mar 21:18
Compare
Choose a tag to compare

Monster Core Changes

Changes to 3.19 after version 3.19.18

Maintenance/Community Commits

3.19.18

16 Mar 22:48
Compare
Choose a tag to compare

Monster Core Changes

Changes to 3.19 after version 3.19.17

Maintenance/Community Commits

3.19.17

14 Mar 00:04
Compare
Choose a tag to compare

Monster Core Changes

Changes to 3.19 after version 3.19.16

Maintenance/Community Commits

3.19.16: UI-1248: Fixed credit/debit transactions to properly display

3.19.15

11 Mar 23:45
Compare
Choose a tag to compare

Monster Core Changes

Changes to 3.19 after version 3.19.14

Maintenance/Community Commits

3.19.14

11 Mar 22:58
Compare
Choose a tag to compare

Monster Core Changes

Changes to 3.19 after version 3.19.13

3.19.13

11 Mar 22:08
Compare
Choose a tag to compare

Monster Core Changes

Changes to 3.19 after version 3.19.12

Maintenance/Community Commits

3.19.12

01 Mar 04:48
Compare
Choose a tag to compare

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:

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

3.19.11: UI-1219: Added the prepend feature for numbers as a common control

24 Feb 18:37
Compare
Choose a tag to compare

Monster Core Changes

Changes to 3.19 after version 3.19.10