At the end of a game: show the result of the game like the evaluations symbols in the upper right corner of the squares:
On result 1-0 show 1 at the white king and 0 at black king. A mate is indicated as # at the losing king. Advantage: visual indication that the game is finished.
possible implementation see https://github.com/benini/scid/pull/201
other implementation: show the result in the player bar. see https://github.com/benini/scid/pull/202