geonetwork / core-geonetwork

GeoNetwork is a catalog application to manage spatially referenced resources. It provides powerful metadata editing and search functions as well as an interactive web map viewer. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.
http://geonetwork-opensource.org/
GNU General Public License v2.0
428 stars 489 forks source link

2 notifications mechanism #949

Closed fxprunayre closed 8 years ago

fxprunayre commented 9 years ago

Admin & editor app are using https://github.com/geonetwork/core-geonetwork/blob/develop/web-ui/src/main/resources/catalog/templates/info.html

And the search https://github.com/geonetwork/core-geonetwork/tree/develop/web-ui/src/main/resources/catalog/components/common/alert

Maybe we should merge the 2 and optionally move to something like https://github.com/alexcrack/angular-ui-notification

@fgravin What do you think ?

fgravin commented 9 years ago

I think it's a good idea to use the same service/directive for all alerts. I have no idea on using ui-notification, why not, as it is just a service, we don't need to add an html tag somewhere in the views. The only convenient here is that it adds the element to body, it should be customisable.

Delawen commented 8 years ago

Automatic close of issue because no activity was detected on the last year.