Skip to content

Releases: NemeStats/NemeStats

Fix for searching games when recording play

13 Jan 02:17
Compare
Choose a tag to compare

Fixed an issue where you couldn't search for games when recording a play due to Vue being initialized too late

Edit Played Game Fixes

09 Jan 12:30
1e3ae5d
Compare
Choose a tag to compare

This change overhauls the way that you can create and edit played games. It includes the following:

  • Ability to edit a played game and jump to any section/tab that is already completed
  • Ability to jump back and forth between tabs while creating a played game (so long as you've already completed that tab)
  • Various other minor improvements and tweaks

Technical notes:

  • Upgraded vue.js, vue-moment.js, and dragula.js -- did this by copy/pasting the .js files from online rather than setting this up correctly via npm/grunt (as I'm not exactly sure how to do this at the moment)
  • Per the .js upgrades, had to make quite a few changes to the HTML template in CreateOrEdit.cshmtl and lots of changes in createplayedgame.js
  • ImprovedEntityDoesNotExistException to use generics
  • Referenced some scripts via T4MVC rather than hard-coding. If this works out correctly then I'll reference all scripts this way in a future branch

Manage Gaming Groups

01 Nov 16:16
Compare
Choose a tag to compare

Released #624

  • Ability to see all of your Gaming Groups high level information at once via the Manage Account Gaming Groups tab
  • Ability to de-activate Gaming Groups which removes them from the menu and home page
  • Fixed tooltips on the Gaming Group page
  • Minor UX changes per Amy Schnebelin's generous feedback

Record Played Game Performance Improvements

02 Oct 16:36
Compare
Choose a tag to compare

Released fix for #612

This was a technical improvement that speeds up a component for retrieving the players that are available on the record a game screen.

Gaming Group Stats Tab

29 Sep 11:29
Compare
Choose a tag to compare

Released #601 and #607

  • Adding Stats tab to the Gaming Group page and moved the graph there. Added some basic stats to get started.

  • Fixed issue with Thai Buddhist calendar dates hogging the Recent Games widget

  • Fixed issue with dynamically loaded components on Home Page and Gaming Group page loading bootstrap multiple times and hence messing up the Explore menu and possibly other things

Increase timeout on trending games query

19 Sep 11:32
Compare
Choose a tag to compare

Increased the timeout for the trending games query to 45 seconds. Also show a message when a widget fails to load.

Speed Up Home Page Via Ajax Widgets

19 Sep 11:17
Compare
Choose a tag to compare

Released #599 and #611 to speed up the home page by loading widgets dynamically via AJAX rather than requiring all of that stuff to be there on page load.

Added Top Gaming Groups Back to Home Page

14 Sep 11:52
Compare
Choose a tag to compare

Fixed performance problems with Top Gaming Groups and added the widget back to the home page. #603 #610

Gaming Group Tabs

31 Aug 11:41
Compare
Choose a tag to compare

Released #598 which splits the Gaming Group page into tabs that are loaded dynamically. Also fixed some miscellaneous bugs related to Internet Explorer / Edge.

Process Badges In Separate Thread

24 Jul 11:44
Compare
Choose a tag to compare

Released #412 and #574

Should speed up recording played games and also fix issue where the Champion wasn't getting recalculated at the correct time.