← Back to team overview

phpdevshell team mailing list archive

[Bug 954769] [NEW] Notifications are not status messages...

 

Public bug reported:

I have determined that trying to make common status messages like
$this->template->ok, warning, critical, notice etc into notifications is
wrong and confusing at the same time hence stripped current additions to
divert them as notifs.

The notification system will be a styled and elegent simple notification system with notices added as :
$this->notif->fetch('This is a notification to alert you that a notice is something different than a status message.')

a Status message is more controller focused and aimed towards an action
taken, like save, delete etc. a Status message is not notification.

The notif system will not be used by PHPDevShell itself at this stage
but will be a convinience for the developer who whises to quickly show a
user a notification, controller independent.

The styling of this notif system is currently in progress.

** Affects: phpdevshell
     Importance: Medium
     Assignee: TitanKing (titan-phpdevshell)
         Status: In Progress

** Changed in: phpdevshell
       Status: New => In Progress

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/954769

Title:
  Notifications are not status messages...

Status in Open Source PHP RAD Framework with UI.:
  In Progress

Bug description:
  I have determined that trying to make common status messages like
  $this->template->ok, warning, critical, notice etc into notifications
  is wrong and confusing at the same time hence stripped current
  additions to divert them as notifs.

  The notification system will be a styled and elegent simple notification system with notices added as :
  $this->notif->fetch('This is a notification to alert you that a notice is something different than a status message.')

  a Status message is more controller focused and aimed towards an
  action taken, like save, delete etc. a Status message is not
  notification.

  The notif system will not be used by PHPDevShell itself at this stage
  but will be a convinience for the developer who whises to quickly show
  a user a notification, controller independent.

  The styling of this notif system is currently in progress.

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/954769/+subscriptions


Follow ups

References