rubyAce71697 / cricket-score-applet

This applet for linux (ubuntu) displays live score in the pannel. The score changes dynamically
GNU General Public License v3.0
31 stars 10 forks source link

Reduce horizontal text on the panel #25

Open khurshid-alam opened 8 years ago

khurshid-alam commented 8 years ago

As of now the entire message on indicator takes a long horizontal space:

cricket-indicator

Instead of showing (Aus-287/3 (79.4 ov) vs Eng it can be reduced to show the score only, i.e. Aus-287/3 (79.4). The other details can be viewed when user clicks on the indicator.

rubyAce71697 commented 8 years ago

I have thought about that. But suppose I don't want to open the score card as my bandwidth is less or say for some other reason, Then I need to be aware of the other team.

Aus-287/3 (79.4 ov) vs Eng

gives me the enough detail about both teams.

But in case

Aus-287/3 (79.4)

I need to open score card and then check. So I feel this information is necessary.

Please close this issue, if your query has been answered

khurshid-alam commented 8 years ago

The same info Aus-287/3 (79.4 ov) vs Eng is also visible in dropdown (under "International" section in the above pic) and available without clicking scorecard. Does it also consume bandwidth?

I am taking about reducing text only from the panel-area; i.e. only the top-selected area (see the pic).

cricket-score

khurshid-alam commented 8 years ago

Anyway its your project; if you feel that way its fine. Thanks.

rawcoder commented 8 years ago

This is a good idea. We can definitely try this. But we need a systematic way for displaying this information.

@rubyAce71697, do we have any way to tell whether a match has started or not so that we may prune the part after "vs"?

rubyAce71697 commented 8 years ago

@rawcoder I am currently checking on this. I am checking whether the main menu data provides that information or not.

khurshid-alam commented 8 years ago

With version 4, Indicator is too long.

indicator

The information which I need to see only one are:

  1. Target
  2. 1st and 2nd innings score of each team

Those info are static. Why are they on the panel? Only dynamic info should appear on the panel. Opinion?

rubyAce71697 commented 8 years ago

Felt same, looking a way for filtering out the dynamic info.

rubyAce71697 commented 7 years ago

Updated

khurshid-alam commented 7 years ago

Thanks. Will check out.