openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
313 stars 1.02k forks source link

uib-tooltip for displaying Status has not been implemented everywhere in the app #2836

Closed abhaychawla closed 6 years ago

abhaychawla commented 6 years ago

Description

uib-tooltip has been used for displaying the status while hovering over the icon in clients and loan products page. 1) The same can be implemented in the groups and centers page, instead of displaying status as text near to the icon. 2) Also in the list of charges, the column 'Active' can be renamed to 'Status' and a similar colour coded icon along with tooltip can be used to denote whether it is active/inactive as done in other places of the app. Similar thing can be implemented at the Manage Employees page.

Steps to Reproduce

Clients -> Clients (See tooltip when you hover over status icon) Admin -> Products -> Loan Products (See tooltip when you hover over status icon)

Clients -> Groups (See no tooltip when you hover over status icon) Clients -> Centers (See no tooltip when you hover over status icon)

Admin -> Products -> Charges (See active column which can be updated to status column) Admin -> Organisation -> Manage Employees (See active column which can be updated to status column)

Expected Behaviour

The status should be displayed in the same way everywhere in the app, using a colour coded icon along with a uib-tooltip.

Actual Behaviour

The status is not being displayed in the same way everywhere in the app, using a colour coded icon along with a uib tooltip.

Settings

Screenshots, if any

screenshot 176 screenshot 179

As shown above, same should be implemented here: screenshot 177 screenshot 178 screenshot 180 screenshot 184

abhaychawla commented 6 years ago

I'll work on this issue.