darshank15 / GSoC_2020_FOSSOlogy

FOSSology generates a large set of data that is exported to the time-series influx database and visualized with the help of Grafana. I Wrote a fossdash_publisher script that collects useful data from FOSSology DB (Postgres) and exposes them to influx DB. Developed a visualization dashboard in Grafana by integrating influx as an input data source.
GNU General Public License v2.0
2 stars 0 forks source link

show error message on Configuring wrong value in the input. #15

Closed darshank15 closed 4 years ago

darshank15 commented 4 years ago

As of now when we configuring sysconfig variable, when it updated successfully we get small Msg at the top as shown below. Screenshot from 2020-07-10 13-56-21

But when someone enters the wrong input value in the input box, there should be a mechanism to show error msg at top. We need to do it for every new variable added in the future as well, Must be implemented in a generic fashion.

darshank15 commented 4 years ago

Done !!! Link to commit: https://github.com/fossology/fossology/pull/1769/commits/e311a03cf5358f93eced10827042c6ba709f40b7

darshank15 commented 4 years ago

Now its looks like below. Screenshot from 2020-07-25 15-44-59

Any suggestions on UI is welcome.

NicolasToussaint commented 4 years ago

Validations work well, closing