Skip to content

Releases: 2600hz/monster-ui

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 <peter@2600hz.com>

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 <jr@2600hz.com>

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 <jr@2600hz.com>

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 <peter@2600hz.com>

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 <jr@2600hz.com>

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

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

24 Feb 03:33
Compare
Choose a tag to compare

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 <jr@2600hz.com>

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 <joris@2600hz.com>

Maintenance/Community Commits

3.19.9

19 Feb 19:10
Compare
Choose a tag to compare

Monster Core Changes

Changes to 3.19 after version 3.19.8

Resolved Tickets

Normal (5)

  • UI-1176 When updating e911 from a number, an extra popup appears in addition of the confirmation charges
  • UI-1170 Local numbers should not be configurable
  • UI-1160 After closing the "Move Number" dialogue box, we lose scroll capabilities
  • UI-1012 As a designer, I want to change the Login Page, so that it looks better to the end-user 
  • UI-986 As a front-end dev, I want to port all the time of days action, so that we get closer to our goal of feature parity with Kazoo-UI

Change Details

UI-1176

Summary:
When updating e911 from a number, an extra popup appears in addition of the confirmation charges

Description:

Reporter:
Joris Tirado <joris@2600hz.com>

UI-1170

Summary:
Local numbers should not be configurable

Description:
In the case of a local number, the gear icon used to manage the features should not be displayed .

The back end doesn't have the ability to update those numbers.

Reporter:
Joris Tirado <joris@2600hz.com>

UI-1160

Summary:
After closing the "Move Number" dialogue box, we lose scroll capabilities

Description:
When attempting to move a phone number and closing the dialogue box, we lose scroll capability on the entire UI until we refresh the page.

Additionally, after accepting the "confirm charges" notice when actually moving the Number, should we be closing the first "Move Number" option Dialogue box? Currently it remains in view after confirming charges.

Steps to Produce: Nav to Number Manager, select DID and "Move to", click cancel or X.

Reporter:
Matt Martin <vccstelecom@gmail.com>

UI-1012

Summary:
As a designer, I want to change the Login Page, so that it looks better to the end-user 

Description:
Acceptance Criteria:

  • Make the template look like the mock-up as much as possible
  • Remove the header when they're not logged-in
  • it works well with the branded welcome message
  • it works well on the 4 standards resolution (phone, tablet, desktop, large desktop)

Reporter:
Jean-Roch Maitre <jr@2600hz.com>

UI-986

Summary:
As a front-end dev, I want to port all the time of days action, so that we get closer to our goal of feature parity with Kazoo-UI

Description:
Acceptance Criteria:

  • Feature parity with Kazoo UI for the entire Time of day section: Time of day, Disable Time of Day, Enable Time of Day and Reset Time of Day

Reporter:
Jean-Roch Maitre <jr@2600hz.com>

Maintenance/Community Commits

3.19.8

11 Feb 02:07
Compare
Choose a tag to compare

Monster Core Changes

Changes to 3.19 after version 3.19.7

Resolved Tickets

Normal (1)

  • UI-994 As a front-end dev, I want to port the User callflow action, so that we get closer to our goal of feature parity with Kazoo-UI

Change Details

UI-994

Summary:
As a front-end dev, I want to port the User callflow action, so that we get closer to our goal of feature parity with Kazoo-UI

Description:
Acceptance Criteria:

  • Feature parity with the User Callflow action from Kazoo-UI

Reporter:
Jean-Roch Maitre <jr@2600hz.com>