Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MobileMessaging list of improvements #3337

Closed
julienmoumne opened this issue Aug 20, 2012 · 10 comments
Closed

MobileMessaging list of improvements #3337

julienmoumne opened this issue Aug 20, 2012 · 10 comments
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@julienmoumne
Copy link
Member

Follow-up on #2708

Here are ideas on how to encourage the use of the new MobileMessaging plugin :

  • When installing Piwik, give the possibility to activate the plugin by adding the following option : "[ ] Enable Text Message Reports on Mobile Phone"
  • In the report listing, for the super user only, without being too visible, add the following footer message : "You can enable Text Message Reports to receive Piwik SMS Reports on your phone!"

Usability improvements :

  • ability to label phone numbers
  • before validating a phone number, remove white spaces
  • make the plugin compatible with PHP < 5.3

Technical improvements :

@julienmoumne
Copy link
Member Author

additional usability improvements

@anonymous-matomo-user
Copy link

Let me know if this is the wrong place to post this, it is minor enough that I don't want to create a seperate issue for it.

I found that the "All Websites dashboard" to be difficult to read with the current configuration.
For me it was slightly easier to read if using linebreaks after each website.
Since character limit can be an issue I replaced ". " with linebreak which should mean the same amount of characters. This SMSReport.tpl worked for my provider since it is XML based, but we might need to use another solution for Clockwork: http://pastebin.com/9B2hGsTm

I also added this line in GSMCharset.php

        "\r\n" => 2,

but to be honest I am unsure of the GSM standard for linebreaks.

@julienmoumne
Copy link
Member Author

refs #3325

@mattab
Copy link
Member

mattab commented Nov 20, 2012

MobileMessaging should be enabled by default. I rename the ticket because all other tasks mentionned are not applicable since plugin will be enabled by default..

There are only two points left:

  • before validating a phone number, remove white spaces
  • make the plugin compatible with PHP < 5.3

thoughts on these, what's involved in fixing the <5.3 compat?

@julienmoumne
Copy link
Member Author

(In [7639]) refs #3337#comment:7 remove white spaces in submitted phone number

@julienmoumne
Copy link
Member Author

(In [7640]) refs #3337 better management of the PDFReport plugin top menu link

@mattab
Copy link
Member

mattab commented Dec 19, 2012

(In [7670]) * Fixing bug, when anonymous user is set with some permission, it should work

@julienmoumne
Copy link
Member Author

(In [7703]) refs #3337 MobileMessaging installed by default

@anonymous-matomo-user
Copy link

Iam currently translating to German and found this language string "MobileMessaging_VerificationText". I think this is the text which will be send to the mobile device. Currently the planned text is very long, but there exists a limit of 160 chars for every SMS. Should this text be as short as possible:

Instead of currently
"Code is %s. To validate your phone number and receive Piwik SMS reports please copy this code in the form accessible via Piwik > %s > %s."

I prefer:

"Code is %s. Please copy this code in the form accessible via Piwik to validate your phone number."

@mattab
Copy link
Member

mattab commented Mar 2, 2013

MobileMessaging was enabled in 1.10 release, so this ticket is closed. Nice!

@julienmoumne julienmoumne added this to the 1.11 - Piwik 1.11 milestone Jul 8, 2014
@julienmoumne julienmoumne self-assigned this Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

3 participants