rwth-acis / REST-OCD-Services

This repository contains the OCD service of WebOCD. In the repository, java based codes of overlapping community detection algorithms (OCDA) can be found.
Apache License 2.0
14 stars 10 forks source link

Do not display number of communities while still running #27

Closed MarleneID closed 3 years ago

MarleneID commented 3 years ago

When an algorithm is running the number of communities is displayed on the page of the cover which is really odd. The number of communities is set to the number of nodes in the graph. This makes the impression that the algorithm has finished and it puts all nodes in their own community. It might be better to show something like "in progress" or "running " instead of a number because technically no communities have been found yet.

MarleneID commented 3 years ago

This might actually be an issue for the web client

MaxKissgen commented 3 years ago

It actually is an issue for the web client. I am closing this here and would ask you to re-open it there